Roll src/third_party/dart 029e06b8d9..5b5f34f2e6 (10 commits) (#13982)

dart-lang/sdk@5b5f34f2e6 [vm] Cleanup try-catch blocks around Expression.getStaticType
dart-lang/sdk@ecaa3e643a [cfe] Move inference visitor to its own library and rename kernel_shadow_ast to internal_ast
dart-lang/sdk@f2b7af83e7 Migration: eliminate some explicit uses of always/never nodes from node_builder.dart.
dart-lang/sdk@e78a2fd0df [cfe] Remove optional parameter to toString
dart-lang/sdk@82c9950e9c Reland "Fix completion in Analysis Server LSP mode"
dart-lang/sdk@1f382890a7 [cfe] Make inference NNBD-aware
dart-lang/sdk@bd06f1bf51 [cfe/infra] Unit test suites: print re-run command when a test fails
dart-lang/sdk@a2bf8153af Revert "Fix completion in Analysis Server LSP mode"
dart-lang/sdk@ec8fc01d3b Fix completion in Analysis Server LSP mode
dart-lang/sdk@63e8213721 Expose 'typeProvider' and 'typeSystem' from LibraryElement.
This commit is contained in:
Ben Konyi 2019-11-22 13:05:17 -08:00 committed by GitHub
parent 8df3eb8057
commit 69f94a5010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
DEPS
View File

@ -34,7 +34,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '029e06b8d9eb95f836cd59de6b8ac7fd7cd37934',
'dart_revision': '5b5f34f2e6e047edbd4280a5d9c906c6399280e8',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py