-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Navtree error in 3.7 for object with dynamic property names #34569
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
Comments
Minimal repo: enum CharCode {
ExclamationMark = '!',
DollarSign = '$'
}
const encodeTable = {
[CharCode.ExclamationMark]: 1,
[CharCode.DollarSign]: 1
}; This may be the same root cause as #33604 @RyanCavanaugh I think it's worth considering a bug fix for 3.7. According to telemetry, errors in |
@RyanCavanaugh ping |
Duplicate of #34404 (the second stack reported in that bug) |
I still see this failing for 3.7.1-rc. @mjbvz Looks like TS isn't shipping this before 3.7.2. Are we really planning to ship 1.40 with 3.7.1? This is happens with multiple files in our repo and I see this as major breakage that will cause a storm in our inbox. |
We are not planning to pick up TS 3.7 until the November release of VS Code. This should be fixed in TS next (3.8) and the fix was backported to the upcoming TypeScript 3.7.2 release. I'll pick that up for VS Code once it is released in early November |
ok - I am relieved |
Uh oh!
There was an error while loading. Please reload this page.
TypeScript Version: 3.7.0-dev.20191017
Search terms
repo
bug
no outline, these error appear on the console
The text was updated successfully, but these errors were encountered: