JavaScript Language Support: Enjoy enhanced support for modern JavaScript syntax with the addition of the Nullish Coalescing operator, import.meta, and the ability to use export * as ns from "source". This update allows you to write more expressive and concise code.
Others
Add a new command to streamline your workflow with the introduction of a fixlint command in the Makefile. This helps automatically fix linting issues, making your coding experience smoother and more efficient.