-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dart2jsweb-js-interopIssues that impact all js interopIssues that impact all js interop
Description
With the use of interop, it'll be common for folks to print(someObject) which may be a native JS object. While in many cases we don't provide a "pretty" output, because of tricks that ClosureCompiler and others do with their types, we could certainly improve the experience.
Here's an example of window.console.debug(...) vs print(...) of the same object.
While Lf { idToken: ...} is not perfect, it's much more useful than [object Object]
Could we create a slightly more helpful output here? Even something opt-in could be really useful.
See discussion here: Janamou/firebase3-dart#11 (comment)
Metadata
Metadata
Assignees
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dart2jsweb-js-interopIssues that impact all js interopIssues that impact all js interop
