v2.0.0
- Use acorn's builtin dynamic
import()
parsing. This parses theImportExpression
node type instead of theImport
node type from acorn-node 1.x. - Reject escape sequences in
import.meta
.
import()
parsing. This parses the ImportExpression
node type instead of the Import
node type from acorn-node 1.x.import.meta
.