Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace async dependency with native async/await #111

Open
josebolos opened this issue May 1, 2020 · 0 comments
Open

Replace async dependency with native async/await #111

josebolos opened this issue May 1, 2020 · 0 comments

Comments

@josebolos
Copy link
Member

As this project only supports LTS versions of node that include full support for async/await we should be able now to remove the async dependency which will reduce the size of our releases.

Although async doesn't have any (sub)dependencies, it takes around 700-800kB in size due to the fact that includes several concatenated versions of all the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant