Possibly grammar error with TemplateString #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
const r = RegExp(`^-{${n},}$`, 'm')does not get properly parsed.
I am using lezer 1.4.10.
Can you be more specific than 'does not get properly parsed'? The syntax tree I get for that looks fine.
You are right. I had preprocessed the string inadverdently.