compiler 0.3.0 copy "compiler: ^0.3.0" to clipboard
compiler: ^0.3.0 copied to clipboard

Dart 1 only

Compile files

Build Status

The compiler can watch your source code and compile it.

Create and modify your files in web.src/, the compiler will put the compiled files in web/

Integration in Dart Editor #

Create a new file build.dart

import 'package:compiler/builder.dart';
        
main(args) {
  build(args);
}

0
likes
15
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Compile files

Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (license)

Dependencies

csslib, dart_events, editor_build, preprocessor, unittest, yaml

More

Packages that depend on compiler