8.1.08.0.5
Reading changes from the repo…
import.meta
in scripts is now available, allowing for more flexible parsing of JavaScript code. This enhancement enables the parser to handle import.meta
expressions without throwing errors when allowImportExportEverywhere
is set to true. --allow-await-outside-function
is added to the CLI, making it easier to parse Deno scripts that utilize top-level await. This option enhances the usability of the parser for modern JavaScript features.