This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Support console.log
#352
Comments
dart:html could be easily updated to allow logging multiple arguments. |
ochafik
added a commit
to ochafik/ts2dart
that referenced
this issue
Apr 22, 2016
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.
ochafik
added a commit
to ochafik/ts2dart
that referenced
this issue
Apr 22, 2016
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.
ochafik
added a commit
to ochafik/ts2dart
that referenced
this issue
Apr 23, 2016
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
pushed a commit
that referenced
this issue
Apr 23, 2016
mprobst
pushed a commit
that referenced
this issue
Apr 23, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This should result in a
print
statement in Dart with interpolation.E.g.
Should be transpiled into
The text was updated successfully, but these errors were encountered: