Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8134503 support ES6 parsing in Nashorn
  3. JDK-8134941

Implement ES6 template literal support

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • None
    • core-libs
    • b91

        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

              aw Andreas Woess
              aw Andreas Woess
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: