This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Write all of the runtime in Dart. #310
Closed
Description
This would help with:
- Support for different module systems (integrate with existing JS module systems #284)
- Closure Compiler output (with fully-annotated runtime primitives)
Note that this would imply changing the signature of a couple of vararg functions (dart.mixin
, dart.fn
...).
There are a couple of files that need translation as they produce modules:
The following helper file needs to be converted to a module:
-
dart_utils.js
(d91add0)
Then the following file is used to support the current module system, so we might not want to translate them: