2022-12-16 16:01:04 +01:00
|
|
|
builders:
|
2022-12-22 15:07:29 +01:00
|
|
|
np_log_build:
|
|
|
|
import: "package:np_codegen_build/builder.dart"
|
2024-02-25 05:09:57 +01:00
|
|
|
builder_factories: ["driftTableSortBuilder", "npLogBuilder", "npSubjectAccessorBuilder"]
|
2022-12-16 16:01:04 +01:00
|
|
|
# The `partId` argument to `SharedPartBuilder` is "some_cool_builder"
|
2023-07-16 12:01:09 +02:00
|
|
|
build_extensions: {".dart": [".np_codegen.g.part"]}
|
2022-12-16 16:01:04 +01:00
|
|
|
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"]
|