|
|
|
|
|
by devsquid
3447 days ago
|
|
The dev compiler translates Dart code into human readable JS code. So you can write a library in Dart and still provide JS code someone could realistically adapt to their environment or if Dart were to go away it would allow you an easy path of escape. |
|