mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fe666ce Report unused public static members of private classes by Sam Rawlins · 14 hours ago 43ceb5c Revert "De-dup js_util between ddc and dart2js" by Vijay Menon · 15 hours ago 04e2c97 NNBD preview: Fix the position of the navigation by Sam Rawlins · 17 hours ago 83fba7b [ VM ] Move vmservice_io code from runtime/bin to dart:_internal/vm/bin by Ben Konyi · 18 hours ago c0b1a0a Switch analyzer perf to using analyzer Packages. by Konstantin Shcheglov · 18 hours ago 5b391ba [tests] Break the monolithic async* tests into multiple files by Nicholas Shahan · 19 hours ago 980a200 [vm/vmservice] Make sure writing service info file is awaited by Alexander Markov · 19 hours ago 7997162 Fix getHover test on Windows. by Konstantin Shcheglov · 19 hours ago 301a3a2 Fix incorrect .packages files in DAS tests. by Konstantin Shcheglov · 19 hours ago c41812b Incremental work in the completion_metrics.dart file. by Jaime Wren · 19 hours ago 5169a52 Use @patch for List.of factory constructor by Stephen Adams · 20 hours ago 2a7789d De-dup js_util between ddc and dart2js by Vijay Menon · 20 hours ago aaaaa47 [dartjs] Remove unsound `contains` method from AbstractValueDomain. by Mayank Patke · 20 hours ago fd9d3f9 relevance test re-structure by pq · 20 hours ago 5d96b23 [dartdevc] Fix analysis error in runtime library by Nicholas Shahan · 20 hours ago 2c121e4 Migration: modify pass through edit plans to integrate up the tree stepwise. by Paul Berry · 21 hours ago 6669849 Initial commit with some work starting the metrics collection around code completion metrics gathering. by Jaime Wren · 21 hours ago c6d6eed Include type arguments when converting to a stateful widget (issue 40095) by Brian Wilkerson · 22 hours ago b9c5798 Support latest analyzer in analyzer_plugin by Simon Binder · 22 hours ago 16f07ea Revert "Use nullable context type for operand of null-check operator." by Konstantin Shcheglov · 23 hours ago c8f2683 Add a reason to the MakeNullable change and plumb it through to the AtomicEdit by Brian Wilkerson · 23 hours ago 5357052 [vm/compiler] Fix handling of function types in type tests for type parameters by Alexander Markov · 23 hours ago 8a1a4e7 Add flag to specify which null-safety semantics to use for codegen by Sigmund Cherem · 23 hours ago b3c6af3 [vm/compiler] Introduce base class for instance calls in IL by Alexander Markov · 24 hours ago 67f3cf3 Revert "[vm, gc] Sweep non-executable large pages concurrently." by Ryan Macnak · 24 hours ago 00a6b52 Test that invocation of a method on a nullable interface type prefers nullable extension. by Konstantin Shcheglov · 24 hours ago b5f4351 Move ABSTRACT_SUPER_MEMBER_REFERENCE tests. by Konstantin Shcheglov · 25 hours ago ca31f1d Refactor FunctionExpressionInvocationResolver to support Never. by Konstantin Shcheglov · 25 hours ago 4495c2b [vm, gc] Run weak processing in parallel for old-space GCs. by Ryan Macnak · 26 hours ago 2dd37b6 Add findPackagesFrom(). by Konstantin Shcheglov · 27 hours ago abe7c1a When NNBD, use nullable iterable type for null-aware spreads. by Konstantin Shcheglov · 27 hours ago 6f1bcee Extract ifNull resolution in BinaryExpressionResolver. by Konstantin Shcheglov · 27 hours ago 9c9c283 [vm, gc] Remove dead allocation stats code. by Ryan Macnak · 27 hours ago a4207fd [vm/aot] Avoid loading the code register (in bare-AOT) and zeroing IC data reg (in AOT) for closure calls by Martin Kustermann · 33 hours ago base 4cb8816 [gardening] Also ignore OSError in verify_http_timeline_test. by Teagan Strickland · 34 hours ago d1e11f0 Enable prefer_final_fields in three packages by Brian Wilkerson · 2 days ago 856a270 Use nullable context type for operand of null-check operator. by Konstantin Shcheglov · 2 days ago da6696b Use analyzer Packages. by Konstantin Shcheglov · 2 days ago 5b1065a Enable avoid_init_to_null in analysis_server by Brian Wilkerson · 2 days ago 99cdbee Use getDisplayString() for hover. by Konstantin Shcheglov · 2 days ago 04b5bd9 Extract null check in PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago ac8a2a6 Enable avoid_init_to_null in analyzer_plugin by Brian Wilkerson · 2 days ago f1c81da Add a fix for unnecessary_null_in_of_null_operators by Brian Wilkerson · 2 days ago 9254683 Remove packageMap and hasFlutterDependency from Workspace interface. by Konstantin Shcheglov · 2 days ago ecebc29 Do negation resolution in one method. by Konstantin Shcheglov · 2 days ago 489c0be Extract PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago 113f034 completion manager test harness by pq · 2 days ago 7ed7bff Fix some hints caused by previous CL and add some failing tests by Brian Wilkerson · 3 days ago
164 lines
9.1 KiB
YAML
164 lines
9.1 KiB
YAML
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
# Note: if you edit this file, you must also edit libraries.json in this
|
|
# directory:
|
|
#
|
|
# python third_party/dart/tools/yaml2json.py <path_to>/libraries.yaml <same_path>/libraries.json
|
|
#
|
|
# We currently have several different files that needs to be updated when
|
|
# changing libraries, sources, and patch files. See
|
|
# https://github.com/dart-lang/sdk/issues/28836.
|
|
|
|
flutter_runner:
|
|
libraries:
|
|
_builtin:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/builtin.dart"
|
|
|
|
_internal:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/internal/internal.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/internal_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/class_id_fasta.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/print_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/symbol_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/internal/patch.dart"
|
|
|
|
async:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/async/async.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/async_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/deferred_load_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/schedule_microtask_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/timer_patch.dart"
|
|
|
|
collection:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/collection/collection.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/collection_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/compact_hash.dart"
|
|
|
|
convert:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/convert/convert.dart"
|
|
patches: "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/convert_patch.dart"
|
|
|
|
core:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/core/core.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/core_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/array.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/array_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/bigint_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/bool_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/date_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/double.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/double_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/errors_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/expando_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/function.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/function_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/growable_array.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/identical_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/immutable_map.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/integers.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/integers_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/invocation_mirror_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/lib_prefix.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/map_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/null_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/object_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/regexp_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/stacktrace.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/stopwatch_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/string_buffer_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/string_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/type_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/uri_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/weak_property.dart"
|
|
|
|
developer:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/developer/developer.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/developer.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/profiler.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/timeline.dart"
|
|
|
|
ffi:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_dynamic_library_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_native_type_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/ffi_patch.dart"
|
|
|
|
wasm:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/wasm/wasm.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/wasm_patch.dart"
|
|
|
|
_http:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/_http/http.dart"
|
|
|
|
io:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/io/io.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/common_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/directory_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/eventhandler_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/file_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/file_system_entity_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/filter_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/io_service_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/namespace_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/platform_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/process_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/socket_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/stdio_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/secure_socket_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/sync_socket_patch.dart"
|
|
|
|
isolate:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/isolate/isolate.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/isolate_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/timer_impl.dart"
|
|
|
|
math:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/math/math.dart"
|
|
patches: "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/math_patch.dart"
|
|
|
|
mirrors:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/mirrors_patch.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/mirrors_impl.dart"
|
|
- "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/mirror_reference.dart"
|
|
|
|
nativewrappers:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/html/dartium/nativewrappers.dart"
|
|
|
|
profiler:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/profiler/profiler.dart"
|
|
|
|
typed_data:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/typed_data/typed_data.dart"
|
|
patches: "../../../../../../third_party/dart/sdk/lib/_internal/vm/lib/typed_data_patch.dart"
|
|
|
|
fuchsia.builtin:
|
|
uri: "../../../../../../flutter/shell/platform/fuchsia/dart_runner/embedder/builtin.dart"
|
|
|
|
zircon:
|
|
uri: "../../../../../../flutter/shell/platform/fuchsia/dart-pkg/zircon/lib/zircon.dart"
|
|
|
|
fuchsia:
|
|
uri: "../../../../../../flutter/shell/platform/fuchsia/dart-pkg/fuchsia/lib/fuchsia.dart"
|
|
|
|
ui:
|
|
uri: "../../../../../../flutter/lib/ui/ui.dart"
|
|
|
|
_vmservice:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/vmservice/vmservice.dart"
|
|
|
|
vmservice_io:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/_internal/vm/bin/vmservice_io.dart"
|