10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d6b8d commit 4abae27Copy full SHA for 4abae27
build/CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 2.3.2-dev
2
+
3
## 2.3.1
4
5
- Allow the latest `package:analyzer`.
build/lib/src/builder/builder.dart
@@ -54,6 +54,7 @@ class BuilderOptions {
54
///
55
/// The `isRoot` value will also be overridden to value from [other].
56
BuilderOptions overrideWith(BuilderOptions? other) {
57
+ // ignore: avoid_returning_this
58
if (other == null) return this;
59
return BuilderOptions(
60
{}
build/pubspec.yaml
@@ -1,5 +1,5 @@
name: build
-version: 2.3.1
+version: 2.3.2-dev
description: A package for authoring build_runner compatible code generators.
repository: https://github.com/dart-lang/build/tree/master/build
0 commit comments