Open MathiasWP opened 1 year ago
Yes, this is by design - import.meta
is detected as having a import.d === -2
value, and offsets are provided, but parsing of properties must be handled manually due to es-module-lexer not including an expression or property parser.
Is this expected behaviour?