WIP: Multiple same type component usage #201
| @ -1,6 +1,14 @@ | |||||||
| targets: | targets: | ||||||
|   $default: |   $default: | ||||||
|     builders: |     builders: | ||||||
|  |       wyatt_component_copy_with_proxy_gen: | ||||||
|  |         enabled: true | ||||||
|  |         generate_for: | ||||||
|  |           exclude: | ||||||
|  |             - test | ||||||
|  |             - example | ||||||
|  |           include: | ||||||
|  |             - test/gen_* | ||||||
|       wyatt_component_copy_with_gen: |       wyatt_component_copy_with_gen: | ||||||
|         enabled: true |         enabled: true | ||||||
|         generate_for: |         generate_for: | ||||||
| @ -9,13 +17,26 @@ targets: | |||||||
|             - example |             - example | ||||||
|           include: |           include: | ||||||
|             - test/gen_* |             - test/gen_* | ||||||
|  |       source_gen|combining_builder: | ||||||
|  |         options: | ||||||
|  |           ignore_for_file: | ||||||
|  |             - "type=lint" | ||||||
| 
 | 
 | ||||||
| builders: | 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: |   wyatt_component_copy_with_gen: | ||||||
|     target: ":wyatt_component_copy_with_gen" |     target: ":wyatt_component_copy_with_gen" | ||||||
|     import: "package:wyatt_component_copy_with_gen/wyatt_component_copy_with_gen.dart" |     import: "package:wyatt_component_copy_with_gen/wyatt_component_copy_with_gen.dart" | ||||||
|     builder_factories: ["componentCopyWithReporter"] |     builder_factories: ["componentCopyWithReporter"] | ||||||
|     build_extensions: { ".dart": ["copy_with_extension_gen.g.part"] } |     build_extensions: { ".dart": [".impl.g.dart"] } | ||||||
|     auto_apply: dependents |     auto_apply: dependents | ||||||
|     build_to: cache |     build_to: source | ||||||
|     applies_builders: ["source_gen|combining_builder"] |     applies_builders: ["source_gen|combining_builder"] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user