Open gopokyo-colinn opened 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
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 ?
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