mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
11 lines
404 B
YAML
11 lines
404 B
YAML
|
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"]
|