pa11y-webservice icon indicating copy to clipboard operation
pa11y-webservice copied to clipboard

Replace async dependency with native async/await

Open josebolos opened this issue 4 years ago • 0 comments

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.

josebolos avatar May 01 '20 13:05 josebolos