Microsoft/TypeScript
Auf GitHub ansehenImprove errors for potential arrow functions
Open
#25.898 geöffnet am 24. Juli 2018
BugDomain: Error MessagesEffort: ModerateHelp Wanted
Repository-Metriken
- Stars
- (48.455 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 17h) (9 gemergte PRs in 30 T)
Beschreibung
There are certain locations where arrow functions don't parse
var x = window.foo || () => {}
In these instances, it would be nice if users could get a better error message as to avoid issues like #25897.
Ideally this should not be an invasive change.
- The change should be limited in scope.
- The parser should continue erroring in those locations.
- The change must not introduce change how existing valid code is parsed.