Closed no2chem closed 6 years ago
It appears that typedoc generation is currently broken when the bigint type is used:
> bigint-buffer@1.1.0 typedoc /Users/mwei/devel/bigint-buffer > typedoc --out docs $(pwd)/src $(pwd)/helper --target es6 --mode file --tsconfig ./tsconfig.json --excludePrivate --excludeProtected --excludeNotExported --exclude '**/*+(spec|bench).ts' Using TypeScript 3.0.3 from /Users/mwei/devel/bigint-buffer/node_modules/typedoc/node_modules/typescript/lib Error: /Users/mwei/devel/bigint-buffer/src/index.ts(2) Cannot find name 'bigint'. Error: /Users/mwei/devel/bigint-buffer/src/index.ts(24) Cannot find name 'bigint'. Error: /Users/mwei/devel/bigint-buffer/src/index.ts(42) Cannot find name 'bigint'. Error: /Users/mwei/devel/bigint-buffer/src/index.ts(59) Cannot find name 'bigint'. Error: /Users/mwei/devel/bigint-buffer/src/index.ts(77) Cannot find name 'bigint'.
For now, disable the use of typedoc.
It appears that typedoc generation is currently broken when the bigint type is used:
For now, disable the use of typedoc.