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

Implement ES6 template literal support

    XMLWordPrintable

Details

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

    Backports

      Description

        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

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: