Files
sdk/pkg/dev_compiler/tool/input_sdk/libraries.json
T
Jenny Messerly c9e9c1d8e9 Remove dart:isolate runtime support in DDC
This disables most runtime features of dart:isolate, similar to dart:io.

For now, this supports `new ReceivePort()` and `ReceivePort.close` as
those are used by async tests to keep the Dart VM alive. Those are
no-ops in DDC. Also removes most of dart:_isolate_helper, except for
the JS API that's used to bootstrap DDC `main()`.

Change-Id: I84eab6cd39d05a70a6afe982e952076ddaaa8c0f
Reviewed-on: https://dart-review.googlesource.com/45754
Commit-Queue: Jenny Messerly <jmesserly@google.com>
Reviewed-by: Vijay Menon <vsm@google.com>
2018-03-28 19:42:08 +00:00

100 lines
2.4 KiB
JSON

{
"dartdevc": {
"libraries": {
"_runtime": {
"uri": "_internal/js_runtime/lib/ddc_runtime/runtime.dart"
},
"_debugger": {
"uri": "_internal/js_runtime/lib/debugger.dart"
},
"_foreign_helper": {
"uri": "_internal/js_runtime/lib/foreign_helper.dart"
},
"_http": {
"uri": "_http/http.dart"
},
"_interceptors": {
"uri": "_internal/js_runtime/lib/interceptors.dart"
},
"_internal": {
"uri": "internal/internal.dart"
},
"_isolate_helper": {
"uri": "_internal/js_runtime/lib/isolate_helper.dart"
},
"_js_helper": {
"uri": "_internal/js_runtime/lib/js_helper.dart"
},
"_js_mirrors": {
"uri": "_internal/js_runtime/lib/js_mirrors.dart"
},
"_js_primitives": {
"uri": "_internal/js_runtime/lib/js_primitives.dart"
},
"_metadata": {
"uri": "html/html_common/metadata.dart"
},
"_native_typed_data": {
"uri": "_internal/js_runtime/lib/native_typed_data.dart"
},
"async": {
"uri": "async/async.dart"
},
"collection": {
"uri": "collection/collection.dart"
},
"convert": {
"uri": "convert/convert.dart"
},
"core": {
"uri": "core/core.dart"
},
"developer": {
"uri": "developer/developer.dart"
},
"io": {
"uri": "io/io.dart"
},
"isolate": {
"uri": "isolate/isolate.dart"
},
"mirrors": {
"uri": "mirrors/mirrors.dart"
},
"math": {
"uri": "math/math.dart"
},
"typed_data": {
"uri": "typed_data/typed_data.dart"
},
"html": {
"uri": "html/dart2js/html_dart2js.dart"
},
"html_common": {
"uri": "html/html_common/html_common_dart2js.dart"
},
"indexed_db": {
"uri": "indexed_db/dart2js/indexed_db_dart2js.dart"
},
"js": {
"uri": "js/dart2js/js_dart2js.dart"
},
"js_util": {
"uri": "js_util/dart2js/js_util_dart2js.dart"
},
"svg": {
"uri": "svg/dart2js/svg_dart2js.dart"
},
"web_audio": {
"uri": "web_audio/dart2js/web_audio_dart2js.dart"
},
"web_gl": {
"uri": "web_gl/dart2js/web_gl_dart2js.dart"
},
"web_sql": {
"uri": "web_sql/dart2js/web_sql_dart2js.dart"
}
}
}
}