Skip to content

Conversation

cspotcode
Copy link
Contributor

@cspotcode cspotcode commented Oct 27, 2017

Upgrading to TypeScript 2.5 fixes the issue where identifiers starting with two underscores would have a third added. All other tests still pass.

Fixes #35 and buehler/typescript-hero#320.

@coveralls
Copy link

coveralls commented Oct 27, 2017

Coverage Status

Coverage remained the same at 85.238% when pulling 6ed0caf on cspotcode:fix-35 into 43ecda4 on buehler:develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.238% when pulling 6ed0caf on cspotcode:fix-35 into 43ecda4 on buehler:develop.

@buehler
Copy link
Owner

buehler commented Oct 28, 2017

So they did fix the #24 ?

Copy link
Owner

@buehler buehler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small change, thank you so much!

import DefaultAlias, { Specifier1 } from 'namedImport';
import { default as __DefaultAlias, Specifier1 as __Specifier1 } from 'namedImport';
import __DefaultAlias, { Specifier1 as __Specifier1 } from 'namedImport';
import * as __namespaceImport from 'namespace';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a cosmetical thing: please enter a new line :-)

"lodash": "^4.17.4",
"tslib": "^1.7.1",
"typescript": "2.4.2"
"typescript": "^2.5.3"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: so they did fix the problem with the typed declaration in #24 ?

@coveralls
Copy link

coveralls commented Oct 28, 2017

Coverage Status

Coverage remained the same at 85.208% when pulling 3ca579c on cspotcode:fix-35 into 0ea36f1 on buehler:develop.

@coveralls
Copy link

coveralls commented Oct 28, 2017

Coverage Status

Coverage remained the same at 85.208% when pulling 6b16582 on cspotcode:fix-35 into bf77662 on buehler:develop.

buehler
buehler previously approved these changes Oct 28, 2017
@buehler buehler dismissed their stale review October 28, 2017 11:54

will upgrade the windows testing part anyway

@buehler buehler merged commit cfc85ae into buehler:develop Oct 28, 2017
@cspotcode
Copy link
Contributor Author

@buehler Thanks, I just looked at your review questions, but seems like it's all resolved and merged. Cheers!

@buehler
Copy link
Owner

buehler commented Oct 30, 2017

Yea I did not know appveyor, so I just improved it after the merge ;-) I'm going to add appveyor to typescript hero as well. This will be a good thing :-)

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.

3 participants