tree: 8c4966857ca32476fbb85ae95e895b2d30830a5a [path history] [tgz]
  1. lib/
  2. BUILD.gn
  3. build.yaml
  4. CHANGELOG.md
  5. dart_test.yaml
  6. LICENSE
  7. mono_pkg.yaml
  8. pubspec.yaml
  9. README.md
build_modules/README.md

build_modules

This package provides generic module builders which can be used to create custom web compilation pipelines. It is used by build_web_compilers package which provides standard builders for DDC and dart2js.

Usage

There should be no need to import this package directly unless you are developing a custom builder for web. See documentation in build_web_compilers for more details on building your Dart code with DDC and dart2js.