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 js_ast: | 7 js_ast: |
8 path: ../js_ast | 8 path: ../js_ast |
9 js_runtime: | 9 js_runtime: |
10 path: ../../sdk/lib/_internal/js_runtime | 10 path: ../../sdk/lib/_internal/js_runtime |
11 sdk_library_metadata: | 11 sdk_library_metadata: |
12 path: ../../sdk/lib/_internal/sdk_library_metadata | 12 path: ../../sdk/lib/_internal/sdk_library_metadata |
13 dev_dependencies: | 13 dart2js_info: ^0.0.1 |
14 path: ^1.3.6 | 14 |
15 args: ^0.13.2 | |
16 shelf: ^0.6.1+2 | |
17 yaml: ^2.1.3 | |
18 | 15 |
19 # Uncomment if running gclient, so you can depend directly on the downloaded | 16 # Uncomment if running gclient, so you can depend directly on the downloaded |
20 # versions of dart2js's transitive dependencies: | 17 # versions of dart2js's transitive dependencies: |
21 # | 18 # |
22 # dependency_overrides: | 19 # dependency_overrides: |
23 # package_config: | 20 # package_config: |
24 # path: ../../third_party/pkg_tested/package_config | 21 # path: ../../third_party/pkg_tested/package_config |
25 # path: | 22 # path: |
26 # path: ../../third_party/pkg/path | 23 # path: ../../third_party/pkg/path |
27 # charcode: | 24 # charcode: |
28 # path: ../../third_party/pkg/charcode | 25 # path: ../../third_party/pkg/charcode |
29 # collection: | 26 # collection: |
30 # path: ../../third_party/pkg/collection | 27 # path: ../../third_party/pkg/collection |
31 # crypto: | 28 # crypto: |
32 # path: ../../third_party/pkg/crypto | 29 # path: ../../third_party/pkg/crypto |
33 # http_parser: | 30 # http_parser: |
34 # path: ../../third_party/pkg/http_parser | 31 # path: ../../third_party/pkg/http_parser |
35 # args: | 32 # args: |
36 # path: ../../third_party/pkg/args | 33 # path: ../../third_party/pkg/args |
37 # shelf: | 34 # shelf: |
38 # path: ../../third_party/pkg/shelf | 35 # path: ../../third_party/pkg/shelf |
39 # yaml: | 36 # yaml: |
40 # path: ../../third_party/pkg/yaml | 37 # path: ../../third_party/pkg/yaml |
OLD | NEW |