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
Better error reporting. It was unclear what file tripped it.
Not crashing.
Reproduction
a.ts
import{f}from"./b"
b.ts
/** * @ */exportfunctionf(){}
Error and stack trace
export const getJSDocTags = (node) => ts.getJSDocTags(node).map(node => node.getText().match(/@\S+/)[0]);
^
TypeError: Cannot read properties of null (reading '0')
at file:///<project>/node_modules/knip/dist/typescript/ast-helpers.js:101:101
at Array.map (<anonymous>)
at getJSDocTags (file:///<project>/node_modules/knip/dist/typescript/ast-helpers.js:101:61)
at addExport (file:///<project>/node_modules/knip/dist/typescript/getImportsAndExports.js:100:27)
at Array.forEach (<anonymous>)
at visit (file:///<project>/node_modules/knip/dist/typescript/getImportsAndExports.js:136:38)
at visitNodes (/<project>/node_modules/knip/node_modules/typescript/lib/typescript.js:27934:24)
at forEachChildInSourceFile (/<project>/node_modules/knip/node_modules/typescript/lib/typescript.js:28556:18)
at Object.forEachChild (/<project>/node_modules/knip/node_modules/typescript/lib/typescript.js:28019:37)
at visit (file:///<project>/node_modules/knip/dist/typescript/getImportsAndExports.js:152:12)
at getImportsAndExports (file:///<project>/node_modules/knip/dist/typescript/getImportsAndExports.js:154:5)
at ProjectPrincipal.analyzeSourceFile (file:///<project>/node_modules/knip/dist/ProjectPrincipal.js:114:47)
at analyzeSourceFile (file:///<project>/node_modules/knip/dist/index.js:185:65)
at file:///<project>/node_modules/knip/dist/index.js:242:17
at Array.forEach (<anonymous>)
at main (file:///<project>/node_modules/knip/dist/index.js:241:19)
at async run (file:///<project>/node_modules/knip/dist/cli.js:24:73)
at async file:///<project>/node_modules/knip/dist/cli.js:72:1
The text was updated successfully, but these errors were encountered:
Knip: 2.24.1
Node.js v18.16.1
Expected
Reproduction
a.ts
b.ts
Error and stack trace
The text was updated successfully, but these errors were encountered: