editorconfig-checker / editorconfig-checker.javascript

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
70 stars 10 forks source link

[Improvement] Usage of builtin Node.js ProxyAgent from Undici #408

Open theoludwig opened 5 months ago

theoludwig commented 5 months ago

Type of Improvement

Performance + Refactoring

Proposal

When the following issue have been solved and released, Node.js side: https://github.com/nodejs/node/issues/43187. We could reduce package size (performance improvement), and use the builtin exposed Node.js ProxyAgent, as discussed in https://github.com/editorconfig-checker/editorconfig-checker.javascript/pull/407#issuecomment-1925425948.