blob: 8ae6844141a1a566478e304bbfb34e5e71fd9313 [file] [log] [blame]
embedded_libs:
"dart:async": "async/async.dart"
"dart:collection": "collection/collection.dart"
"dart:convert": "convert/convert.dart"
"dart:core": "core/core.dart"
"dart:developer": "developer/developer.dart"
"dart:ffi": "ffi/ffi.dart"
"dart:html": "html/html_dart2js.dart"
"dart:io": "io/io.dart"
"dart:isolate": "isolate/isolate.dart"
"dart:js": "js/js.dart"
"dart:js_util": "js_util/js_util.dart"
"dart:math": "math/math.dart"
"dart:typed_data": "typed_data/typed_data.dart"
"dart:ui": "ui/ui.dart"
"dart:wasm": "wasm/wasm.dart"
"dart:_http": "_http/http.dart"
"dart:_interceptors": "_interceptors/interceptors.dart"
# The _internal library is needed as some implementations bleed into the
# public API, e.g. List being Iterable by virtue of implementing
# EfficientLengthIterable. Not including this library yields analysis errors.
"dart:_internal": "internal/internal.dart"
"dart:nativewrappers": "_empty.dart"