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] |
(...skipping 17 matching lines...) Expand all Loading... |
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 _mirror_helper: unsupported: | 39 _mirror_helper: unsupported: |
39 _internal: internal/internal.dart | 40 _internal: internal/internal.dart |
40 _js_helper: _internal/js_runtime/lib/js_helper.dart | 41 _js_helper: _internal/js_runtime/lib/js_helper.dart |
41 _interceptors: _internal/js_runtime/lib/interceptors.dart | 42 _interceptors: _internal/js_runtime/lib/interceptors.dart |
42 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart | 43 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart |
43 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart | 44 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart |
44 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart | 45 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart |
45 _js_names: _internal/js_runtime/lib/js_names.dart | 46 _js_names: _internal/js_runtime/lib/js_names.dart |
46 _js_primitives: _internal/js_runtime/lib/js_primitives.dart | 47 _js_primitives: _internal/js_runtime/lib/js_primitives.dart |
47 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart | 48 _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 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code
s.dart |
49 _metadata: html/html_common/metadata.dart | 50 _metadata: html/html_common/metadata.dart |
OLD | NEW |