1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 17:28:56 +01:00
nc-photos/codegen/build.yaml

11 lines
404 B
YAML
Raw Normal View History

2022-12-16 16:01:04 +01:00
builders:
np_log:
import: "package:np_codegen/builder.dart"
builder_factories: ["npLogBuilder"]
# The `partId` argument to `SharedPartBuilder` is "some_cool_builder"
build_extensions: {".dart": [".np_log.g.part"]}
auto_apply: dependents
build_to: cache
# To copy the `.g.part` content into `.g.dart` in the source tree
applies_builders: ["source_gen:combining_builder"]