Support new.target #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "new-target"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stumbled over this error when parsing a bundle in the DevTools formatter with Lezer.
Copied the rule from
import.meta, so let me know if this is the right way or if the rule should be written asNewTarget { kw<"new"> ".target" }or something else instead.Thank you!