You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: