Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix unresolved @link comments #359

Closed
wants to merge 1 commit into from

Conversation

lukekarrys
Copy link
Contributor

before

❯ npx typedoc --tsconfig ./.tshy/esm.json "./src/*.ts" --validation.invalidLink --treatValidationWarningsAsErrors; echo $?
[warning] The signature ZeroArray.reduce has an @param with name "initialValue", which was not used
[warning] The signature ZeroArray.reduceRight has an @param with name "initialValue", which was not used
[warning] Failed to resolve link to "LRLUCache#load" in comment for LRUCache.dump
[warning] Failed to resolve link to "OptionsBase.fetchMethod" in comment for LRUCache.forceFetch
[warning] Failed to resolve link to "MemoerOptions.context" in comment for LRUCache.MemoizerMemoOptions
[warning] Found 0 errors and 5 warnings
4

after

❯ git co patch-1
Switched to branch 'patch-1'
Your branch is up to date with 'origin/patch-1'.
❯ npx typedoc --tsconfig ./.tshy/esm.json "./src/*.ts" --validation.invalidLink --treatValidationWarningsAsErrors; echo $?
[warning] The signature ZeroArray.reduce has an @param with name "initialValue", which was not used
[warning] The signature ZeroArray.reduceRight has an @param with name "initialValue", which was not used
[info] Documentation generated at ./docs
[warning] Found 0 errors and 2 warnings
0

@isaacs isaacs closed this in c5d9949 Oct 31, 2024
@lukekarrys lukekarrys deleted the patch-1 branch October 31, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant