Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rigor789/typedoc-test-theme
https://github.com/rigor789/typedoc-test-theme
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rigor789/typedoc-test-theme
- Owner: rigor789
- Created: 2021-10-17T14:30:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T16:15:20.000Z (about 3 years ago)
- Last Synced: 2024-12-20T16:11:41.238Z (22 days ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typedoc-test-theme
Build the theme:
1. `npm i`
2. `npm run build`Use the theme in the demo:
1. `cd demo`
2. `npm i`
3. `npm run build`Expected:
The deault theme to be used, and a custom tag added to the header.
Actual:
```
TypeDoc exiting with unexpected error:
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:(0, assert_1.ok)(reflection instanceof models_1.DeclarationReflection)
at assertIsDeclarationReflection (.../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/lib.js:62:21)
at .../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/default/partials/members.group.js:18:117
at Array.map ()
at membersGroup (.../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/default/partials/members.group.js:18:24)
at TestThemeContext.membersGroup (.../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/default/DefaultThemeRenderContext.js:30:22)
at .../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/default/partials/members.js:13:186
at Array.map ()
at members (.../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/default/partials/members.js:13:126)
at TestThemeContext.members (.../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/default/DefaultThemeRenderContext.js:30:22)
at reflectionTemplate (.../typedoc-test-theme/node_modules/typedoc/dist/lib/output/themes/default/templates/reflection.js:41:17) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
```