polymer-dart / dart2ts

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

Debug output #4

Open gopokyo-colinn opened 6 years ago

gopokyo-colinn commented 6 years ago

Would love to see a debug output option for dart2ds execution.

Currently trying to convert a project to TS and getting

NoSuchMethodError: The method 'writeCode' was called on null.

Unfortunately the stack trace doesn't help a novice like myself. Would be nice to know which file it was attempted to translate

dam0vm3nt commented 5 years ago

Hi, I'm working on making the translator more robust and to produce better error report. In the meanwhile can you provide the minimal snippet of code that generates that error ?