File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ $ dart run test
226
226
227
227
[Bazel] : https://bazel.build/
228
228
[`package:build`] : https://pub.dev/packages/build
229
- [analysis_options] : https://github.com/dart-lang/build/blob/master/analysis_options.yaml
229
+ [analysis_options] : https://github.com/dart-lang/build/blob/master/analysis/ analysis_options.yaml
230
230
231
231
[builder] : https://pub.dev/documentation/build/latest/build/Builder-class.html
232
232
[run_fn] : https://pub.dev/documentation/build_runner/latest/build_runner/run.html
Original file line number Diff line number Diff line change 1
1
# Transforming code with ` build ` and ` build_runner `
2
2
3
- Unlike the [ old ` barback ` and ` pub ` ] [ pub ] asset systems, it's not permitted to
3
+ Unlike the old ` barback ` and ` pub ` asset systems, it's not permitted to
4
4
overwrite or otherwise transform existing on-disk files as part of the build
5
5
process, and our newer build tools and packages will throw exceptions if this is
6
6
attempted.
7
7
8
- [ pub ] : https://dart.dev/tools/pub/obsolete
9
-
10
8
## Examples
11
9
12
10
<!-- TODO: Add more common examples. -->
You can’t perform that action at this time.
0 commit comments