pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
519 stars 63 forks source link

Replace async dependency with native async/await #111

Open josebolos opened 4 years ago

josebolos commented 4 years ago

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.