mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Roll src/third_party/dart 35382f9b14..05c28c6115 dart-lang/sdk@05c28c6115 Reland "Scaffolding for dart:wasm" dart-lang/sdk@d57a8f7451 [vm/bytecode] Remove DebugCheck in synthetic non-local transfer (no source pos). dart-lang/sdk@b565c8c20f Don't serialize not serializable constant variable initializers. dart-lang/sdk@ce12a2722d Migration: handle named parameters in _substituteFunctionAfterFormals. dart-lang/sdk@a290271dea [vm/bytecode] Throw should be 'debug checked', but not ReThrow. dart-lang/sdk@63133a2a8c [cfe] Handle extension instance method tearoff dart-lang/sdk@a147d4e8d2 [cfe] Handle simple use of extension instance members dart-lang/sdk@e9fdeb2db8 Migration: add support for creating instances without supplying type arguments. dart-lang/sdk@66e349da9c Migration: Clean up substitution logic in getOrComputeElementType dart-lang/sdk@e9a44ba6a8 fix extension instance field error dart-lang/sdk@15a7b57d8e split endFields into endClass/Mixin/ExtensionFields events dart-lang/sdk@ed1b4ffba1 Add tests of extensions of mixins dart-lang/sdk@ef36f1ba0d [vm/fuzzer] Reduce limit on methods and classes dart-lang/sdk@7b17602c74 [vm/bytecode] Include function name into source fingerprints dart-lang/sdk@851701d2a4 add BREAK suggestions to switch cases dart-lang/sdk@57f7941eef [cfe] Remove 'functionNestingLevel' for VariableDeclaration.forValue
164 lines
8.2 KiB
YAML
164 lines
8.2 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/runtime/bin/builtin.dart"
|
|
|
|
_internal:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/internal/internal.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/lib/internal_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/class_id_fasta.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/print_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/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/runtime/lib/async_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/deferred_load_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/schedule_microtask_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/timer_patch.dart"
|
|
|
|
collection:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/collection/collection.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/lib/collection_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/compact_hash.dart"
|
|
|
|
convert:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/convert/convert.dart"
|
|
patches: "../../../../../../third_party/dart/runtime/lib/convert_patch.dart"
|
|
|
|
core:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/core/core.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/lib/core_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/array.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/array_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/bigint_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/bool_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/date_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/double.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/double_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/errors_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/expando_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/function.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/function_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/growable_array.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/identical_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/immutable_map.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/integers.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/integers_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/invocation_mirror_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/lib_prefix.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/map_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/null_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/object_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/regexp_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/stacktrace.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/stopwatch_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/string_buffer_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/string_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/type_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/uri_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/weak_property.dart"
|
|
|
|
developer:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/developer/developer.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/lib/developer.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/profiler.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/timeline.dart"
|
|
|
|
ffi:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/ffi/ffi.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/lib/ffi_dynamic_library_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/ffi_patch.dart"
|
|
|
|
wasm:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/wasm/wasm.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/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/runtime/bin/common_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/directory_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/eventhandler_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/file_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/file_system_entity_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/filter_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/io_service_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/namespace_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/platform_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/process_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/socket_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/stdio_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/secure_socket_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/bin/sync_socket_patch.dart"
|
|
|
|
isolate:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/isolate/isolate.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/lib/isolate_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/timer_impl.dart"
|
|
|
|
math:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/math/math.dart"
|
|
patches: "../../../../../../third_party/dart/runtime/lib/math_patch.dart"
|
|
|
|
mirrors:
|
|
uri: "../../../../../../third_party/dart/sdk/lib/mirrors/mirrors.dart"
|
|
patches:
|
|
- "../../../../../../third_party/dart/runtime/lib/mirrors_patch.dart"
|
|
- "../../../../../../third_party/dart/runtime/lib/mirrors_impl.dart"
|
|
- "../../../../../../third_party/dart/runtime/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/runtime/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/runtime/bin/vmservice/vmservice_io.dart"
|