dart-archive / ts2dart

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

feat: transpile console.log to print (#352) #364

Closed ochafik closed 8 years ago

ochafik commented 8 years ago

Note: as suggested in the issue, we could transpile to window.console.log if it had a varargs signature. However, that would introduce a dependency to dart:html, which seems overkill.

mprobst commented 8 years ago

LGTM.