dart-archive / ts2dart

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

fix: ensure that numbers are temporarily casted to ints for bitwise operations #353

Closed matsko closed 8 years ago

mprobst commented 8 years ago

A couple of nits left, but overall LGTMs.

Please clean up the tests, there's a lot of duplication in them that doesn't test anything that's not covered by other tests already.

mprobst commented 8 years ago

Merged as ac5ac86, 97197d7.