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

Unescape identifiers in booleanTriviaRule #17020

Closed
wants to merge 1 commit into from
Closed

Unescape identifiers in booleanTriviaRule #17020

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 7, 2017

This is breaking tests in #17017. Broken by #16915. For some reason it's only breaking for older node versions.
Had to take an LKG and reinstall node_modules to get it to work.

@ghost ghost requested a review from weswigham July 7, 2017 21:44
@ghost ghost mentioned this pull request Jul 7, 2017
@weswigham
Copy link
Member

weswigham commented Jul 7, 2017

I assume that the reason it's only failing on some builds is because only some caches have been updated with the latest nightly.

To make it work with both the latest nightly's types and whatever compiler we actually use, I'd actually just case to string in this case, since we still have full runtime compatibility. It should also make it so you don't need an LKG, too. Actually, it's a two line fix, lemme just do that right in the browser... done: #17027

Also added to the breaking changes page.

@ghost ghost deleted the unescape branch July 7, 2017 23:51
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants