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

Regenerated Program and TypeChecker after normalizing source files. #72

Closed derekxu16 closed 4 years ago

derekxu16 commented 4 years ago

This allows the FacadeConverter to have access to the correct type and value declarations after we have merged variables with classes.

Refactored test_support so that it shares more code with main, and performs the same normalization of source files.