Replies: 1 comment 1 reply
-
Means this is coming from the markdown plugin, not typedoc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting this error, and it does not list out the file in question, and I have too many files to be bothered to remove/add them to debug. Is it possible to get a better error message for this?
There is the output with logLevel set to Verbose:
[info] Loaded plugin typedoc-plugin-markdown
[info] Loaded plugin typedoc-plugin-remark
[info] Loaded plugin typedoc-plugin-mdn-links
[info] Loaded plugin typedoc-plugin-rename-defaults
[info] Loaded plugin /home/alexander/Workspace/private/@phun-ky/moebius/custom-typedoc-plugin.js
[debug] Reading tsconfig at ./tsconfig.json
[debug] Using TypeScript 5.8.3 from ./node_modules/typescript/lib
[debug] Converting with 1 programs 61 entry points
[debug] Finished getting entry points in 669ms
[debug] Begin package.json search at ./
[debug] Have 5 initial deferred tasks
[debug] Ran 7 total deferred tasks
[warning] The signature classes/MoebiusColor.MoebiusColor.constructor has an @param with name "value", which was not used
[warning] The signature utils/color-objects/cmyk.UnitCMYK has an @param with name "params", which was not used
[warning] The signature utils/color-objects/hsi.UnitHSI has an @param with name "params", which was not used
[warning] The signature utils/color-objects/hsl.UnitHSL has an @param with name "params", which was not used
[warning] The signature utils/color-objects/hsl.UnitHSLFloat has an @param with name "params", which was not used
[warning] The signature utils/color-objects/hsv.UnitHSV has an @param with name "params", which was not used
[warning] The signature utils/color-objects/hwb.UnitHWB has an @param with name "params", which was not used
[warning] The signature utils/color-objects/lab.UnitLAB has an @param with name "params", which was not used
[warning] The signature utils/color-objects/lch.UnitLCH has an @param with name "params", which was not used
[warning] The signature utils/color-objects/oklab.UnitOKLAB has an @param with name "params", which was not used
[warning] The signature utils/color-objects/oklch.UnitOKLCH has an @param with name "params", which was not used
[warning] The signature utils/color-objects/rgb.UnitRGBFloat has an @param with name "params", which was not used
[warning] The signature utils/color-objects/xyz.UnitXYZ has an @param with name "params", which was not used
[debug] Finished conversion in 105ms
[debug] Validation took 2ms
[debug] There are 62 pages to write.
[error] Unexpected end of file before name, expected a character that can start a name, such as a letter,
$
, or_
[error] markdown output could not be generated due to the errors above
[debug] markdown took 984ms
[debug] Full run took 1865ms
[error] Found 2 errors and 13 warnings
Beta Was this translation helpful? Give feedback.
All reactions