Skip to content

migration to Typescript 2.0 #145

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

Merged
merged 1 commit into from
Nov 10, 2016
Merged

Conversation

mustafaiman
Copy link
Contributor

  • Typescript 2.0 introduces @types repository support. This eliminates dependency for typings project.

  • New version of mocha test runner throws exception when a test both

    • returns a promise
    • takes done callback as an argument
      in earlier versions, two methods raced to succeed or fail the test.

    We had a couple of this kind of tests so I fixed them.

  • Documentation generator plugin (typedoc) does not work with this version yet. I hope they fix it soon. If they do not fix it until our next release, I think we can create another branch with TS 1.8 and generate documentation from there.

  • I also updated other dependencies where availale.

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@gAmUssA
Copy link
Contributor

gAmUssA commented Nov 1, 2016

issue about typedoc support for TS 2.0 TypeStrong/typedoc#234

@devOpsHazelcast
Copy link
Contributor

Test PASSed.

@mustafaiman mustafaiman merged commit 19ecded into hazelcast:master Nov 10, 2016
@mustafaiman mustafaiman deleted the ts20 branch November 16, 2017 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants