-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P4area-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-js-interopIssues that impact all js interopIssues that impact all js interop
Description
This is a feature request.
Today Dart can be compiled to javascript via dart2js
or via dartdevc
but both does not provide a nice way to externalize the code for other developers to use, aka library
.
Pehaps this could be an parameter addition to dartdevc, like dartdevc --library ...
and then it generates the code in a externable format even easier to read, for humans .
That would complete even more tha Dart JS world and give it even more power due to the great rise of Node.Js nowadays.
ljmatan, toshiossada, victor-tinoco, StephenWithPH, jehhxuxu and 2 more
Metadata
Metadata
Assignees
Labels
P4area-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-js-interopIssues that impact all js interopIssues that impact all js interop