OLD | NEW |
1 # This pubspec is currently mainly used to make it easier to develop on dart2js | 1 # This pubspec is currently mainly used to make it easier to develop on dart2js |
2 # by making it a standalone package. | 2 # by making it a standalone package. |
3 name: compiler | 3 name: compiler |
4 #version: do-not-upload | 4 #version: do-not-upload |
5 dependencies: | 5 dependencies: |
6 package_config: ^0.1.1 | 6 package_config: ^0.1.1 |
7 pub_semver: ^1.2.1 | 7 pub_semver: ^1.2.1 |
8 js: | 8 js: |
9 path: ../js | 9 path: ../js |
10 js_ast: | 10 js_ast: |
11 path: ../js_ast | 11 path: ../js_ast |
12 js_runtime: | 12 js_runtime: |
13 path: ../../sdk/lib/_internal/js_runtime | 13 path: ../../sdk/lib/_internal/js_runtime |
14 sdk_library_metadata: | 14 sdk_library_metadata: |
15 path: ../../sdk/lib/_internal/sdk_library_metadata | 15 path: ../../sdk/lib/_internal/sdk_library_metadata |
16 dart2js_info: | 16 dart2js_info: |
17 path: ../../../../dart2js_info | 17 path: ../../../../dart2js_info |
18 lookup_map: | 18 lookup_map: |
19 path: ../lookup_map | 19 path: ../lookup_map |
20 dart_messages: | |
21 path: ../dart_messages | |
22 | 20 |
23 # Uncomment if running gclient, so you can depend directly on the downloaded | 21 # Uncomment if running gclient, so you can depend directly on the downloaded |
24 # versions of dart2js's transitive dependencies: | 22 # versions of dart2js's transitive dependencies: |
25 # | 23 # |
26 # dependency_overrides: | 24 # dependency_overrides: |
27 # package_config: | 25 # package_config: |
28 # path: ../../third_party/pkg_tested/package_config | 26 # path: ../../third_party/pkg_tested/package_config |
29 # path: | 27 # path: |
30 # path: ../../third_party/pkg/path | 28 # path: ../../third_party/pkg/path |
31 # charcode: | 29 # charcode: |
32 # path: ../../third_party/pkg/charcode | 30 # path: ../../third_party/pkg/charcode |
33 # collection: | 31 # collection: |
34 # path: ../../third_party/pkg/collection | 32 # path: ../../third_party/pkg/collection |
35 # crypto: | 33 # crypto: |
36 # path: ../../third_party/pkg/crypto | 34 # path: ../../third_party/pkg/crypto |
37 # http_parser: | 35 # http_parser: |
38 # path: ../../third_party/pkg/http_parser | 36 # path: ../../third_party/pkg/http_parser |
39 # args: | 37 # args: |
40 # path: ../../third_party/pkg/args | 38 # path: ../../third_party/pkg/args |
41 # shelf: | 39 # shelf: |
42 # path: ../../third_party/pkg/shelf | 40 # path: ../../third_party/pkg/shelf |
43 # yaml: | 41 # yaml: |
44 # path: ../../third_party/pkg/yaml | 42 # path: ../../third_party/pkg/yaml |
OLD | NEW |