Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template Literals / backticks Not Working #325

Closed
dylanh724 opened this issue Sep 18, 2017 · 3 comments · Fixed by #904
Closed

Template Literals / backticks Not Working #325

dylanh724 opened this issue Sep 18, 2017 · 3 comments · Fixed by #904

Comments

@dylanh724
Copy link

dylanh724 commented Sep 18, 2017

This is a pretty core ECMA6 feature that has been around for a decent while now -- any chance template literals and backticks are coming soon?

var myName = 'Jon Snow';
var name = `Greetings, ${myName}!`; // Error
// Expected: 'Greetings, Jon Snow!'
@gbrail
Copy link
Collaborator

gbrail commented Sep 18, 2017 via email

@dylanh724
Copy link
Author

Ah, I'm so bad at Java. Perhaps another year. It would take me ages just to get it out of the box.

@p-bakker
Copy link
Collaborator

This is a dup of #243, so should be closed as such imho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants