Microsoft/TypeScript
Auf GitHub ansehenDebug Failure. Did not expect ObjectLiteralExpression to have an Identifier in its trivia
Open
#58.027 geöffnet am 1. Apr. 2024
BugDomain: CrashesHelp Wanted
Repository-Metriken
- Stars
- (48.455 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 17h) (9 gemergte PRs in 30 T)
Beschreibung
🔎 Search Terms
identifier unicode es5 es2015 trivia object literal expression failure
🕗 Version & Regression Information
- This is a crash
- This changed between versions ______ and _______
- This changed in commit or PR _______
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________
- I was unable to test this on prior versions because _______
⏯ Playground Link
💻 Code
// @target: es5
var G = { 𝔄: "𝔄" };
🙁 Actual behavior
TS server crashes when hovering over this property
🙂 Expected behavior
it shouldn't crash
Additional information about the issue
repro based on https://github.com/microsoft/TypeScript/issues/58018#issuecomment-2028929069