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

plugin breaks in typedoc 0.14 #5

Closed
Roaders opened this issue Jan 10, 2019 · 6 comments
Closed

plugin breaks in typedoc 0.14 #5

Roaders opened this issue Jan 10, 2019 · 6 comments

Comments

@Roaders
Copy link

Roaders commented Jan 10, 2019

when typedoc is updated to 0.14:

Error: The plugin ...typedoc-plugin-sourcefile-url could not be loaded.

TypeError: Class constructor ConverterComponent cannot be invoked without 'new'

(above typed not copy-pasted fyi)

@kolyan-r
Copy link

Hi, try to change tsconfig target to es6

@csskevin
Copy link

csskevin commented Jan 31, 2019

Hi,
I have the same issue
Nope, that doesn't change anything to set the target to es6.
By default I have ESNext. I changed it to es6 as you said, but it did not work either.
My tsconfig.json looks like this:

{
  "compilerOptions": {
    "module": "commonjs",
    "target": "ESNext",
    "jsx": "react",
    "importHelpers": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true
  }
}

@kolyan-r
Copy link

@csskevin Hi, i made fork with some changes, please try it.
It's work for me without problems under [email protected] and [email protected]

@dws-dave
Copy link

dws-dave commented Feb 1, 2019

@gdelmas
Copy link
Owner

gdelmas commented Feb 18, 2019

sorry. havn't had the time to look at it yet but hope to definitively address this with the next update in one to two weeks.

aciccarello added a commit to aciccarello/typedoc-plugin-sourcefile-url that referenced this issue Feb 19, 2019
@gdelmas gdelmas closed this as completed in 795a4db Mar 1, 2019
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

No branches or pull requests

6 participants
@gdelmas @csskevin @kolyan-r @Roaders @dws-dave and others