| Index: pkg/dev_compiler/tool/input_sdk/lib/_internal/libraries.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/lib/_internal/libraries.dart b/pkg/dev_compiler/tool/input_sdk/lib/_internal/libraries.dart
|
| index 2814a088ceda204fd25e3d0fb48a2fbb5080d17f..4e56e9fa95951d4a2c6e3226d75beab534785bb2 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/lib/_internal/libraries.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/lib/_internal/libraries.dart
|
| @@ -42,6 +42,11 @@ const Map<String, LibraryInfo> LIBRARIES = const {
|
| maturity: Maturity.STABLE,
|
| dart2jsPatchPath: "_internal/compiler/js_lib/core_patch.dart"),
|
|
|
| + "developer": const LibraryInfo(
|
| + "developer/developer.dart",
|
| + maturity: Maturity.STABLE,
|
| + dart2jsPatchPath: "_internal/js_runtime/lib/developer_patch.dart"),
|
| +
|
| "html": const LibraryInfo(
|
| "html/dart2js/html_dart2js.dart",
|
| category: "Client",
|
|
|