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

Switched back to the old behavior of upgrading variables that expose … #69

Closed derekxu16 closed 4 years ago

derekxu16 commented 4 years ago

…constructors to abstract classes instead of concrete classes

The only exception to this is when the type returned by the constructor is a class and not an interface/type literal. In that case we can safely make the emitted class concrete.