Looks like it was introduced by 9df1ed4
Repro
- From an initialized TypeScript repo (i.e. you've already run
npm install within it), run npm 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?
Any fix should also include a revert of 62c3bfb from #6484.
Looks like it was introduced by 9df1ed4
Repro
npm installwithin it), runnpm install [email protected]jake lint.Expected: No lint errors.
Actual:
@yuit can you look into this?
Any fix should also include a revert of 62c3bfb from #6484.