OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. |
| 4 |
| 5 # The platform for dart on the server with dart2js. |
| 6 # |
| 7 # Includes dart:io. |
| 8 # Does not include dart:html and associated libraries. |
| 9 |
| 10 [dart-spec] |
| 11 spec:3rd edition. |
| 12 |
| 13 [features] |
| 14 # No extra features. |
| 15 |
| 16 [libraries] |
| 17 async: async/async.dart |
| 18 collection: collection/collection.dart |
| 19 convert: convert/convert.dart |
| 20 core: core/core.dart |
| 21 developer: developer/developer.dart |
| 22 io: io/io.dart |
| 23 isolate: isolate/isolate.dart |
| 24 math: math/math.dart |
| 25 mirrors: mirrors/mirrors.dart |
| 26 nativewrappers: html/dart2js/nativewrappers.dart |
| 27 typed_data: typed_data/typed_data.dart |
| 28 _native_typed_data: _internal/js_runtime/lib/native_typed_data.dart |
| 29 html: unsupported: |
| 30 html_common: unsupported: |
| 31 indexed_db: unsupported: |
| 32 svg: unsupported: |
| 33 web_audio: unsupported: |
| 34 web_gl: unsupported: |
| 35 web_sql: unsupported: |
| 36 _chrome: unsupported: |
| 37 js: unsupported: |
| 38 _mirror_helper: unsupported: |
| 39 _internal: internal/internal.dart |
| 40 _js_helper: _internal/js_runtime/lib/js_helper.dart |
| 41 _interceptors: _internal/js_runtime/lib/interceptors.dart |
| 42 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart |
| 43 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart |
| 44 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart |
| 45 _js_names: _internal/js_runtime/lib/js_names.dart |
| 46 _js_primitives: _internal/js_runtime/lib/js_primitives.dart |
| 47 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart |
| 48 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code
s.dart |
| 49 _metadata: html/html_common/metadata.dart |
OLD | NEW |