-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.yaml
More file actions
25 lines (24 loc) · 774 Bytes
/
build.yaml
File metadata and controls
25 lines (24 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
targets:
$default:
builders:
offset|wrapped_string:
enabled: true
offset|wrapped_bigint:
enabled: true
builders:
wrapped_string:
target: ":offset"
import: "package:offset/utils/wrapped_string_builder.dart"
builder_factories: ["wrappedStringBuilder"]
build_extensions: {".dart": [".wrapped_string.g.part"]}
auto_apply: dependents
build_to: cache
applies_builders: ["source_gen|combining_builder"]
wrapped_bigint:
target: ":offset"
import: "package:offset/utils/wrapped_bigint_builder.dart"
builder_factories: ["wrappedBigIntBuilder"]
build_extensions: {".dart": [".wrapped_bigint.g.part"]}
auto_apply: dependents
build_to: cache
applies_builders: ["source_gen|combining_builder"]