Closed
Description
Looks like it was introduced by 9df1ed4
Repro
- From an initialized TypeScript repo (i.e. you've already run
npm install
within it), runnpm install typescript@1.8.0-dev.20160114
- 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?