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

Passing --plugin with a relative path is unintuitive #1188

Closed
Gerrit0 opened this issue Jan 24, 2020 · 0 comments · Fixed by #1194, dbartholomae/redux-dynamic-modules-beacon#25 or gpicron/ssb-subjective-group#1
Labels
bug Functionality does not match expectation

Comments

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 24, 2020

Expected Behavior

When running TypeDoc with --plugin ./test.js I expect ./test.js relative to the cwd to be loaded.

Actual Behavior

TypeDoc fails to load the file since it tries to load ./test.js relative to an internal path.

Environment

  • Typedoc version: 0.16/0.17
@Gerrit0 Gerrit0 added the bug Functionality does not match expectation label Jan 24, 2020
socsieng added a commit to socsieng/typedoc that referenced this issue Jan 26, 2020
Resolve plugin modules relative to the current path instead of the internal path.

Fixes TypeStrong#1188
Gerrit0 pushed a commit that referenced this issue Mar 15, 2020
Resolve plugin modules relative to the current path instead of the internal path.

Fixes #1188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
1 participant