Commit 57044c2a authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

Bump to Dart SDK `1.21.0-dev.0.0`. (#6372)

Bump to latest Dart SDK dev build (`1.21.0-dev.0.0`).

* updates to analyzer w/ support for bazel workspaces
* removes deprecated analysis `cacheSize` variable access
parent ebe60bab
...@@ -215,7 +215,6 @@ class DriverOptions extends AnalysisOptionsImpl { ...@@ -215,7 +215,6 @@ class DriverOptions extends AnalysisOptionsImpl {
DriverOptions() { DriverOptions() {
// Set defaults. // Set defaults.
cacheSize = 512;
lint = true; lint = true;
generateSdkErrors = false; generateSdkErrors = false;
trackCacheDependencies = false; trackCacheDependencies = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment