dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
180 stars 61 forks source link

fix(): allow the caller (or CLI) to specify a root directory for typings #345

Closed hansl closed 8 years ago

hansl commented 8 years ago

This allows the caller to put the typings anywhere and still be able to use us without waiting for a release of ts2dart.

hansl commented 8 years ago

I'm testing this with Material2 to make sure it solves the problem.

alexeagle commented 8 years ago

thanks this seems like a great direction

alexeagle commented 8 years ago

FYI @vikerman

alexeagle commented 8 years ago

LGTM

hansl commented 8 years ago

Merging as soon as travis is green.