Feature request: add support for the Google Closure Compiler #10450
Labels
feature request
Issues that request new features to be added to Node.js.
lib / src
Issues and PRs related to general changes in the lib or src directory.
When used with
-O=ADVANCED
, the Google Closure Compiler can apply known optimizations to the code to improve performance. It seems that some performance fixes are as simple as inlining a function (eg. #5127), and the Closure Compiler could automate these with a build step.Thoughts?
The text was updated successfully, but these errors were encountered: