You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
interfaceTest{/** * Comment Line 1 * @whatever bar */foo(bar);}
What did you expect to happen?
It should parse
What happened?
Exception from typescript when calling node.start();
TypeError: Cannot read property 'text' of undefined
at Object.getTokenPosOfNode (/home/reyad/Workspace/typescript-eslint-parser/node_modules/typescript/lib/typescript.js:6807:71)
at TokenObject.TokenOrIdentifierObject.getStart (/home/reyad/Workspace/typescript-eslint-parser/node_modules/typescript/lib/typescript.js:81993:23)
at convert (/home/reyad/Workspace/typescript-eslint-parser/lib/ast-converter.js:490:30)
at convertChild (/home/reyad/Workspace/typescript-eslint-parser/lib/ast-converter.js:517:20)
at /home/reyad/Workspace/typescript-eslint-parser/lib/ast-converter.js:699:39
at Array.forEach (native)
at deeplyCopy (/home/reyad/Workspace/typescript-eslint-parser/lib/ast-converter.js:692:16)
at convert (/home/reyad/Workspace/typescript-eslint-parser/lib/ast-converter.js:2043:17)
at convertChild (/home/reyad/Workspace/typescript-eslint-parser/lib/ast-converter.js:517:20)
at Array.map (native)