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