builder library
The build_runner shell over the programmatic generator core.
Consumes a *.catalog.json asset and emits the .g.dart factory
registry plus the .g.json tool schema next to it (build_to: source,
so artifacts are committed and the generator-in-sync byte-equality check
is the standing CI guard). Everything substantive lives in
generateFromCatalog; this file only adapts it to the build API.
Classes
- TaxonomyBuilder
-
Builds
<name>.g.dart+<name>.g.jsonfrom<name>.catalog.json.
Functions
-
taxonomyBuilder(
BuilderOptions options) → Builder -
Entry point referenced by
build.yaml.