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

Changed template strings to emit void 0 instead of undefined (#38430) #38439

Merged
merged 1 commit into from
May 12, 2020
Merged

Changed template strings to emit void 0 instead of undefined (#38430) #38439

merged 1 commit into from
May 12, 2020

Conversation

lissein
Copy link
Contributor

@lissein lissein commented May 9, 2020

undefined is not a keyword in es5 and es3 so we now emit void 0 instead in template strings.

Fixes #38430

undefined is not a keyword in es5 and es3 so we now emit void 0 instead in template strings.
@msftclas
Copy link

msftclas commented May 9, 2020

CLA assistant check
All CLA requirements met.

@DanielRosenwasser DanielRosenwasser merged commit f9e1bcd into microsoft:master May 12, 2020
@lissein lissein deleted the void-0-template-strings branch May 12, 2020 00:11
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 this pull request may close these issues.

Downlevel emit for template strings should use 'void 0' not 'undefined'
3 participants