dart-archive / js_facade_gen

Generates package:js Javascript interop facades for arbitrary TypeScript libraries
Apache License 2.0
161 stars 29 forks source link

Added the ability to emit file ASTs as JSON #75

Closed derekxu16 closed 4 years ago

derekxu16 commented 4 years ago

Implemented and tested: variable declarations, interface declarations, class declarations, type literals, keyword types, module declarations

Began work on: type aliases, type references, imports/exports, function declarations

terrylucas commented 4 years ago

Can you attach the JSON payload generated? How long does it take to generate the JSON file?