dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
181 stars 62 forks source link

chore(facade): allow es6 methods to be defined in another location. #328

Closed alexeagle closed 8 years ago

alexeagle commented 8 years ago

Context: https://github.com/angular/angular/issues/5242 We don't want usage of arbitrary es6 APIs to type-check.

I'll start moving over non-es6-collections methods first, but need a ts2dart release before the angular changes.

vikerman commented 8 years ago

LGTM