Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142852 | emb-9 | Michael Haupt | P2 | Resolved | Fixed | team |
Implement Lexer and Parser support for ECMAScript 6 (untagged and tagged) template literals.
see 11.8.6 Template Literal Lexical Components
and 12.2.9 Template Literals
Template literals appear in the following productions:
PrimaryExpression : TemplateLiteral
MemberExpression : MemberExpression TemplateLiteral
CallExpression : CallExpression TemplateLiteral
see 11.8.6 Template Literal Lexical Components
and 12.2.9 Template Literals
Template literals appear in the following productions:
PrimaryExpression : TemplateLiteral
MemberExpression : MemberExpression TemplateLiteral
CallExpression : CallExpression TemplateLiteral
- backported by
-
JDK-8142852 Implement ES6 template literal support
- Resolved
- duplicates
-
JDK-8156540 ES6 Template strings
- Closed