polymer-dart / dart2ts

An experimental dart to typescript transpiler
https://www.dart-polymer.com/dart2ts
60 stars 7 forks source link

Dart 2.0 support #7

Open PavelPZ opened 5 years ago

PavelPZ commented 5 years ago

Will this amaizing library support Dart 2.0?

dam0vm3nt commented 5 years ago

The tool should be simple to adapt to Dart2.0 because it is already using build and there hasn't been relevant language changes since last Dart1.0. So definitively this is not a difficult thing to achieve.

The most difficult task is update the dartSDK library to 2.0.

Anyway there are no plans for now to start supporting 2.0.

lifenautjoe commented 4 years ago

:-(

bung87 commented 4 years ago

https://github.com/bung87/dart2ts I'm trying to make this lib runs on dart2.0 anyone could help? there's much api changed.