JavaScript Language Tools: Enjoy enhanced support for ES2019 syntax with the latest upgrade to Acorn, allowing you to utilize new language features seamlessly.
Improvements
JavaScript Language Tools: Upgrade to Acorn 5.5.1 improves performance and compatibility, ensuring a smoother development experience.
JavaScript Language Tools: The removal of the experimentalObjectRestSpread option encourages users to enable ecmaVersion: 2018 for better support of object rest/spread features.
JavaScript Language Tools: The upgrade to acorn-jsx@4.1.1 enhances JSX support, fixing issues related to literal handling and regex values.
Fixes
Fix issues with older Acorn versions by removing unnecessary workarounds, ensuring better compatibility and stability.
Others
Remove the Object.assign polyfill to streamline the codebase and improve performance.
Add Node.js 10 support to ensure compatibility with the latest features and improvements.