Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upLift template escape sequence restrictions in tagged templates #2344
Comments
dilijev
added
ES Spec Changed
Proposal
labels
Jan 10, 2017
dilijev
added this to the Backlog milestone
Jan 10, 2017
dilijev
added
ECMAScript Spec
and removed
ES Spec Changed
labels
Jan 10, 2017
This comment has been minimized.
This comment has been minimized.
(Not in the official spec yet so I'm removing the ES Spec Changed tag.) |
This comment has been minimized.
This comment has been minimized.
It's now stage 4, which means it'll land in ecma262 master as soon as bterlson gets around to it. |
dilijev
added
the
Task
label
Mar 27, 2017
dilijev
modified the milestones:
Backlog,
vNext
Jun 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bakkot commentedJan 10, 2017
The template literal revision proposal reached stage 3 in July.
This allows
etc. Invalid escapes remain a syntax error in untagged templates.