Index: sdk/lib/_internal/libraries.dart |
diff --git a/sdk/lib/_internal/libraries.dart b/sdk/lib/_internal/libraries.dart |
index 7594c938f9efe69e4233f487d55ef33b987c6c8c..938c38933b7b49a7112fae33a4b667000ca44316 100644 |
--- a/sdk/lib/_internal/libraries.dart |
+++ b/sdk/lib/_internal/libraries.dart |
@@ -211,6 +211,12 @@ const Map<String, LibraryInfo> LIBRARIES = const { |
documented: false, |
platforms: DART2JS_PLATFORM), |
+ "_async_await_error_codes": const LibraryInfo( |
+ "_internal/compiler/js_lib/shared/async_await_error_codes.dart", |
+ category: "Internal", |
+ documented: false, |
+ platforms: DART2JS_PLATFORM), |
+ |
"_metadata": const LibraryInfo( |
"html/html_common/metadata.dart", |
category: "Internal", |