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

fix typedoc for TypeScript 2.7-RC #687

Closed
wants to merge 1 commit into from

Conversation

enko
Copy link

@enko enko commented Jan 31, 2018

All I had to do, was change ts.Diagnostic[] to ReadonlyArray<ts.Diagnostic>. I tried the build with my private project and seemed fine. The tests went all without a hitch. I had to remove the abstract keyword from the BaseClass from the basic examples, because this does not seem to be allowed any more.

aciccarello added a commit that referenced this pull request Feb 1, 2018
classes example modified because accessing abstract properties is not allowed in the constructor

closes #654
closes #655
closes #681
closes #687
@aciccarello
Copy link
Collaborator

@enko I didn't merge this PR but I wanted to say thanks for figuring out what needed to be changed ❤️

@enko
Copy link
Author

enko commented Feb 2, 2018

@aciccarello No Problem at all :-)

I'm glad the dependencies are updated.

@enko enko deleted the feature/typescript27 branch February 2, 2018 09:12
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.

None yet

2 participants