| Index: sdk/lib/_internal/libraries.dart
|
| diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart
|
| index 8da7a8ce3d8763a191b8b0fc5c3d11479a048765..d70d329a8db75b94c0dd54fb0216681fc952deb3 100644
|
| --- a/sdk/lib/_internal/libraries.dart
|
| +++ b/sdk/lib/_internal/libraries.dart
|
| @@ -95,7 +95,7 @@ const Map<String, LibraryInfo> LIBRARIES = const {
|
|
|
| "mirrors": const LibraryInfo(
|
| "mirrors/mirrors.dart",
|
| - maturity: Maturity.UNSTABLE,
|
| + maturity: Maturity.UNSTABLE,
|
| dart2jsPatchPath: "_internal/lib/mirrors_patch.dart"),
|
|
|
| "nativewrappers": const LibraryInfo(
|
| @@ -105,6 +105,11 @@ const Map<String, LibraryInfo> LIBRARIES = const {
|
| documented: false,
|
| platforms: VM_PLATFORM),
|
|
|
| + "platform": const LibraryInfo(
|
| + "platform/platform.dart",
|
| + maturity: Maturity.UNSTABLE,
|
| + dart2jsPatchPath: "_internal/lib/platform_patch.dart"),
|
| +
|
| "typed_data": const LibraryInfo(
|
| "typed_data/typed_data.dart",
|
| maturity: Maturity.STABLE,
|
|
|