Roll src/third_party/dart ef0c812b0d..678f4bb926 (11 commits)

678f4bb926 Give featureSet to analysis options to fix resynthesis tests.
3ad32e4287 [vm] Revert 1db1ac48632df42d1569a80859b9db7a82293eab.
58f3098650 Issue 36890. Improve importing elements when incomplete code.
454b98c490 Some additional tests in variable_name_contributor_test.dart to cover all the doIncludePrivateVersion cases
1407e59079 Add preliminary NNBD support to the summary linker.
34d2fd42bd Add summary deserialization support for nullability.
8dc57acc52 Use the full URI for DDK library debug names
147523b744 Add failing tests of operator semantics under nnbd
299bf667ac Get codeOffset/codeLength through LazyNode.
39858b1225 Remove CompilationUnitImpl.isNonNullableLibrary
802712795e [vm/bytecode] Cleanup obsolete bytecode format v2
This commit is contained in:
Ben Konyi
2019-05-09 00:32:23 -07:00
parent 780ebf4223
commit 625f33bc89

2
DEPS
View File

@@ -31,7 +31,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': 'ef0c812b0de13a7e89b10bd31d7ac3c9d070821a',
'dart_revision': '678f4bb926e265fe27dc29e734ddb0f9753e4965',
# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py