| 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 running dart on the web with dart2js. | 5 # The platform for running dart on the web with dart2js. |
| 6 # | 6 # |
| 7 # Includes dart:html and associated libraries. | 7 # Includes dart:html and associated libraries. |
| 8 # Does not include dart:io. | 8 # Does not include dart:io. |
| 9 | 9 |
| 10 [dart-spec] | 10 [dart-spec] |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 _js_helper: _internal/js_runtime/lib/js_helper.dart | 39 _js_helper: _internal/js_runtime/lib/js_helper.dart |
| 40 _interceptors: _internal/js_runtime/lib/interceptors.dart | 40 _interceptors: _internal/js_runtime/lib/interceptors.dart |
| 41 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart | 41 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart |
| 42 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart | 42 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart |
| 43 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart | 43 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart |
| 44 _js_names: _internal/js_runtime/lib/js_names.dart | 44 _js_names: _internal/js_runtime/lib/js_names.dart |
| 45 _js_primitives: _internal/js_runtime/lib/js_primitives.dart | 45 _js_primitives: _internal/js_runtime/lib/js_primitives.dart |
| 46 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart | 46 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart |
| 47 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code
s.dart | 47 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code
s.dart |
| 48 _metadata: html/html_common/metadata.dart | 48 _metadata: html/html_common/metadata.dart |
| 49 _mirror_helper: unsupported: | 49 _mirror_helper: unsupported: |
| 50 custom: custom/custom.dart |
| OLD | NEW |