On 2015/08/04 23:49:58, vsm wrote:
> cute :-)
>
> Does this actually work? I assume dart_library needs to be concatenated in
> here?
yeah, it doesn't work yet :|
what we need here is module support, either ES6 or the nodejs `require` style.
If we did that transform then it would work:
#!/usr/bin/env iojs
let dart = require('dart_runtime/dart');
let core = require('dart/core');
// code here ...
ultimately covered by https://github.com/dart-lang/dev_compiler/issues/34
Issue 1263583005: implement exports, fixes #141
(Closed)
Created 5 years, 4 months ago by Jennifer Messerly
Modified 5 years, 4 months ago
Reviewers: vsm
Base URL: git@github.com:dart-lang/dev_compiler.git@master
Comments: 3