-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHigh PriorityInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure
Milestone
Description
Looks like it was introduced by 9df1ed4
Repro
- From an initialized TypeScript repo (i.e. you've already run
npm installwithin it), runnpm install [email protected] - Run
jake lint.
Expected: No lint errors.
Actual:
$ jake lint
jake aborted.
TypeError: Cannot read property 'name' of undefined
at getPropertySymbolsFromBaseTypes (C:\Users\drosen\TypeScript2\node_modules\typescript\lib\typescript.js:49945:73)
at getPropertySymbolFromTypeReference (C:\Users\drosen\TypeScript2\node_modules\typescript\lib\typescript.js:49970:29)@yuit can you look into this?
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHigh PriorityInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure