polymer-dart / dart2ts

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

Context.translate shoud return void #3

Open dam0vm3nt opened 6 years ago

dam0vm3nt commented 6 years ago

Context.translate should not return a value but alter the parent Context or build a value to be retrieved from a getter method.

For example ClassDeclarationContext should add declaration to the LibraryContext or directly to its TSLibrary