|
|
|
|
|
by danellis
4124 days ago
|
|
> Dart can be run in both modes. In production, it's only ever transpiled to JavaScript. > Chrome (dunno if enabled by default and/or in stable) contains a Dart VM, so you "only" need to transpile into JS for non-Chrome. Not the real Chrome. A version of Chromium that you can use to make the development cycle smoother. When you deploy, you still transpile to JavaScript for all browsers. |
|