Dynamic Imports: Enjoy enhanced support for dynamic imports in your JavaScript projects. This update aligns with the latest standards, making it easier to use dynamic imports without relying on external plugins.
Improvements
Parser Configuration: The default value for the ecmaVersion setting is now set to 10, ensuring that your code is parsed with the latest ECMAScript features by default.
Walker Functionality: The parser now supports ImportExpression nodes, improving the handling of dynamic imports within your code.