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
> npx typedoc .\src\ws.ts
Debug: Arguments reader reading with: [".\\src\\ws.ts"]
Debug: Arguments reader reading with: [".\\src\\ws.ts"]
Debug: Using TypeScript 4.1.3 from C:\Users\gtbir\Documents\GitHub\typedoc-master\node_modules\typescript\lib
Debug: Converting with 1 programs
Debug: Begin readme search at C:\Users\gtbir\Desktop\library-tests\src
TypeDoc exiting with unexpected error:
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(parentSymbol)
at Object.convertProperty (C:\Users\gtbir\Documents\GitHub\typedoc-master\dist\lib\converter\symbols.js:265:5)
at Object.convertSymbol (C:\Users\gtbir\Documents\GitHub\typedoc-master\dist\lib\converter\symbols.js:81:79)
at Converter.convertReExports (C:\Users\gtbir\Documents\GitHub\typedoc-master\dist\lib\converter\converter.js:186:23)
at Converter.compile (C:\Users\gtbir\Documents\GitHub\typedoc-master\dist\lib\converter\converter.js:161:18)
at Converter.convert (C:\Users\gtbir\Documents\GitHub\typedoc-master\dist\lib\converter\converter.js:42:14)
at Application.convert (C:\Users\gtbir\Documents\GitHub\typedoc-master\dist\lib\application.js:151:31)
at run (C:\Users\gtbir\Documents\GitHub\typedoc-master\bin\typedoc:61:25)
at Object.<anonymous> (C:\Users\gtbir\Documents\GitHub\typedoc-master\bin\typedoc:27:1)
at Module._compile (internal/modules/cjs/loader.js:1200:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1220:10) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: true,
operator: '=='
}
Search terms
declaration file, missing property
Expected Behavior
No assert for valid TS:
Actual Behavior
Crash:
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: