| 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 # A combination of the libraries for dart on the server and client. | 5 # A combination of the libraries for dart on the server and client. |
| 6 # For testing purposes only. | 6 # For testing purposes only. |
| 7 | 7 |
| 8 [dart-spec] | 8 [dart-spec] |
| 9 spec:3rd edition. | 9 spec:3rd edition. |
| 10 | 10 |
| 11 [features] | 11 [features] |
| 12 # No extra features. | 12 # No extra features. |
| 13 | 13 |
| 14 [libraries] | 14 [libraries] |
| 15 async: async/async.dart | 15 async: async/async.dart |
| 16 _chrome: _chrome/dart2js/chrome_dart2js.dart | 16 _chrome: _chrome/dart2js/chrome_dart2js.dart |
| 17 collection: collection/collection.dart | 17 collection: collection/collection.dart |
| 18 convert: convert/convert.dart | 18 convert: convert/convert.dart |
| 19 core: core/core.dart | 19 core: core/core.dart |
| 20 developer: developer/developer.dart | 20 developer: developer/developer.dart |
| 21 html: html/dart2js/html_dart2js.dart | 21 html: html/dart2js/html_dart2js.dart |
| 22 html_common: html/html_common/html_common_dart2js.dart | 22 html_common: html/html_common/html_common_dart2js.dart |
| 23 indexed_db: indexed_db/dart2js/indexed_db_dart2js.dart | 23 indexed_db: indexed_db/dart2js/indexed_db_dart2js.dart |
| 24 io: io/io.dart | 24 io: io/io.dart |
| 25 isolate: isolate/isolate.dart | 25 isolate: isolate/isolate.dart |
| 26 js: js/dart2js/js_dart2js.dart | 26 js: js/dart2js/js_dart2js.dart |
| 27 js_util: js_util/dart2js/js_util_dart2js.dart |
| 27 math: math/math.dart | 28 math: math/math.dart |
| 28 mirrors: mirrors/mirrors.dart | 29 mirrors: mirrors/mirrors.dart |
| 29 nativewrappers: html/dart2js/nativewrappers.dart | 30 nativewrappers: html/dart2js/nativewrappers.dart |
| 30 typed_data: typed_data/typed_data.dart | 31 typed_data: typed_data/typed_data.dart |
| 31 _native_typed_data: _internal/js_runtime/lib/native_typed_data.dart | 32 _native_typed_data: _internal/js_runtime/lib/native_typed_data.dart |
| 32 svg: svg/dart2js/svg_dart2js.dart | 33 svg: svg/dart2js/svg_dart2js.dart |
| 33 web_audio: web_audio/dart2js/web_audio_dart2js.dart | 34 web_audio: web_audio/dart2js/web_audio_dart2js.dart |
| 34 web_gl: web_gl/dart2js/web_gl_dart2js.dart | 35 web_gl: web_gl/dart2js/web_gl_dart2js.dart |
| 35 web_sql: web_sql/dart2js/web_sql_dart2js.dart | 36 web_sql: web_sql/dart2js/web_sql_dart2js.dart |
| 36 _internal: internal/internal.dart | 37 _internal: internal/internal.dart |
| 37 _js_helper: _internal/js_runtime/lib/js_helper.dart | 38 _js_helper: _internal/js_runtime/lib/js_helper.dart |
| 38 _interceptors: _internal/js_runtime/lib/interceptors.dart | 39 _interceptors: _internal/js_runtime/lib/interceptors.dart |
| 39 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart | 40 _foreign_helper: _internal/js_runtime/lib/foreign_helper.dart |
| 40 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart | 41 _isolate_helper: _internal/js_runtime/lib/isolate_helper.dart |
| 41 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart | 42 _js_mirrors: _internal/js_runtime/lib/js_mirrors.dart |
| 42 _js_names: _internal/js_runtime/lib/js_names.dart | 43 _js_names: _internal/js_runtime/lib/js_names.dart |
| 43 _js_primitives: _internal/js_runtime/lib/js_primitives.dart | 44 _js_primitives: _internal/js_runtime/lib/js_primitives.dart |
| 44 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart | 45 _js_embedded_names: _internal/js_runtime/lib/shared/embedded_names.dart |
| 45 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code
s.dart | 46 _async_await_error_codes: _internal/js_runtime/lib/shared/async_await_error_code
s.dart |
| 46 _metadata: html/html_common/metadata.dart | 47 _metadata: html/html_common/metadata.dart |
| 47 _mirror_helper: unsupported: | 48 _mirror_helper: unsupported: |
| OLD | NEW |