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: |
| 14 shelf: ^0.6.1+2 |
| 15 shelf_static: ^0.2.2 |
13 | 16 |
14 # Uncomment if running gclient, so you can depend directly on the downloaded | 17 # Uncomment if running gclient, so you can depend directly on the downloaded |
15 # versions of dart2js's transitive dependencies: | 18 # versions of dart2js's transitive dependencies: |
16 # | 19 # |
17 # dependency_overrides: | 20 # dependency_overrides: |
18 # package_config: | 21 # package_config: |
19 # path: ../../third_party/pkg/package_config | 22 # path: ../../third_party/pkg/package_config |
20 # path: | 23 # path: |
21 # path: ../../third_party/pkg/path | 24 # path: ../../third_party/pkg/path |
22 # charcode: | 25 # charcode: |
23 # path: ../../third_party/pkg/charcode | 26 # path: ../../third_party/pkg/charcode |
| 27 # collection: |
| 28 # path: ../../third_party/pkg/collection |
| 29 # crypto: |
| 30 # path: ../../third_party/pkg/crypto |
| 31 # http_parser: |
| 32 # path: ../../third_party/pkg/http_parser |
| 33 # shelf: |
| 34 # path: ../../third_party/pkg/shelf |
OLD | NEW |