build(gen): update builders config
This commit is contained in:
parent
34b72179c8
commit
bc0d476f4c
@ -1,6 +1,14 @@
|
||||
targets:
|
||||
$default:
|
||||
builders:
|
||||
wyatt_component_copy_with_proxy_gen:
|
||||
enabled: true
|
||||
generate_for:
|
||||
exclude:
|
||||
- test
|
||||
- example
|
||||
include:
|
||||
- test/gen_*
|
||||
wyatt_component_copy_with_gen:
|
||||
enabled: true
|
||||
generate_for:
|
||||
@ -9,13 +17,26 @@ targets:
|
||||
- example
|
||||
include:
|
||||
- test/gen_*
|
||||
source_gen|combining_builder:
|
||||
options:
|
||||
ignore_for_file:
|
||||
- "type=lint"
|
||||
|
||||
builders:
|
||||
wyatt_component_copy_with_proxy_gen:
|
||||
target: ":wyatt_component_copy_with_proxy_gen"
|
||||
import: "package:wyatt_component_copy_with_gen/wyatt_component_copy_with_gen.dart"
|
||||
builder_factories: ["componentCopyWithProxyReporter"]
|
||||
build_extensions: { ".dart": [".interface.g.part"] }
|
||||
auto_apply: dependents
|
||||
build_to: source
|
||||
applies_builders: ["source_gen|combining_builder"]
|
||||
|
||||
wyatt_component_copy_with_gen:
|
||||
target: ":wyatt_component_copy_with_gen"
|
||||
import: "package:wyatt_component_copy_with_gen/wyatt_component_copy_with_gen.dart"
|
||||
builder_factories: ["componentCopyWithReporter"]
|
||||
build_extensions: { ".dart": ["copy_with_extension_gen.g.part"] }
|
||||
build_extensions: { ".dart": [".impl.g.dart"] }
|
||||
auto_apply: dependents
|
||||
build_to: cache
|
||||
build_to: source
|
||||
applies_builders: ["source_gen|combining_builder"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user