File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 29
29
"as" cast failures on function types, and implicit cast failures on the above
30
30
types and function types.)
31
31
32
+ * ` async ` functions now start synchronously by default. Build tools
33
+ (e.g., build_runner) may override the default and/or allow
34
+ developers to configure.
35
+
32
36
## 2.0.0-dev.51.0
33
37
34
38
### Tool Changes
38
42
* Force splitting an empty block as the then body of an if with an else.
39
43
* Uses the new lowercase Dart 2 constant names.
40
44
41
- #### Dart Dev Compiler
42
-
43
- * ` async ` functions now start synchronously by default. Build tools
44
- (e.g., build_runner) may override the default and/or allow
45
- developers to configure.
46
-
47
45
#### Pub
48
46
49
47
* The ` build ` and ` serve ` commands will now fail and point users to
You can’t perform that action at this time.
0 commit comments