dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
181 stars 62 forks source link

fix breaking changes in API introduces in TS-1.8 #326

Closed vladima closed 8 years ago

vladima commented 8 years ago

added a few upcases that were previously unnecessary because the same result was obtained via subtype reduction

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


mprobst commented 8 years ago

Thanks @vladima! I'll close this PR in favour of the other one that also upgrades to TS 1.8 (beta) and includes some more API fixes/adjustments. See #325.