Open
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.