tree: c19278e91f4fc6eb6b02b3de50fe58dbd7398807 [path history] [tgz]
  1. bin/
  2. lib/
  3. mono_pkg.yaml
  4. pubspec.yaml
  5. README.md
pkgs/_macro_tool/README.md

A tool for running macro examples end to end.

Example usage

The following will run the json_codable example, assuming you start at the root of this repo:

dart pkgs/_macro_tool/bin/main.dart \
  --workspace=goldens/foo \
  --packageConfig=.dart_tool/package_config.json \
  --script=goldens/foo/lib/json_codable_test.dart

You can also enable watch mode using --watch.