Skip to content

Add support for ES6 modules #98

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

Closed
sebastian-lenz opened this issue May 14, 2015 · 5 comments
Closed

Add support for ES6 modules #98

sebastian-lenz opened this issue May 14, 2015 · 5 comments

Comments

@sebastian-lenz
Copy link
Member

No description provided.

@ghost
Copy link

ghost commented Jul 14, 2015

I'm guessing this is my problem?

Using TypeScript 1.5.0-beta from C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\node_modules\typescript\bin

stderr: C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:5079
                    classMember.implementationOf = new td.models.ReferenceType
                                                 ^
TypeError: Cannot set property 'implementationOf' of undefined
    at C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:5079:50
    at Array.forEach (native)
    at ImplementsPlugin.analyzeClass (C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:5064:46)
    at C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:5126:35
    at Array.forEach (native)
    at ImplementsPlugin.onResolve (C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:5120:49)
    at Converter.EventDispatcher.dispatch (C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:102:34)
    at Converter.resolve (C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:1996:26)
    at Converter.convert (C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:1951:36)
    at Application.convert (C:\Users\Robert\AppData\Roaming\npm\node_modules\typedoc\bin\typedoc.js:418:41)

@sebastian-lenz
Copy link
Member Author

Hi Robert! No, this error seems unrelated. Looks like a class does not implement all interface members. I'll add a fix for that.

@sebastian-lenz
Copy link
Member Author

Version 0.3.6 is now on NPM containing the fix.

christopherthielen added a commit to christopherthielen/typedoc that referenced this issue Dec 18, 2015
christopherthielen added a commit to christopherthielen/typedoc that referenced this issue Dec 18, 2015
…merged to another module

Workaround for issue TypeStrong#98
Fixes TypeStrong#68 (parts of)
christopherthielen added a commit to christopherthielen/typedoc that referenced this issue Dec 18, 2015
…merged to another module

Workaround for issue TypeStrong#98
Fixes TypeStrong#68 (parts of)
@Spittal
Copy link

Spittal commented May 10, 2016

Very interested in this feature.

@aciccarello
Copy link
Collaborator

This should be working. If there is a specific issue please search for an open issue to upvote or open a new one.

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

4 participants