| 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 <2.0.0' | 6 package_config: '>=0.1.1 <2.0.0' |
| 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 kernel: |
| 15 path: ../../third_party/pkg/kernel |
| 14 sdk_library_metadata: | 16 sdk_library_metadata: |
| 15 path: ../../sdk/lib/_internal/sdk_library_metadata | 17 path: ../../sdk/lib/_internal/sdk_library_metadata |
| 16 dart2js_info: ^0.2.4 | 18 dart2js_info: ^0.2.4 |
| 17 lookup_map: | 19 lookup_map: |
| 18 path: ../lookup_map | 20 path: ../lookup_map |
| 19 | 21 |
| 20 # Uncomment if running gclient, so you can depend directly on the downloaded | 22 # Uncomment if running gclient, so you can depend directly on the downloaded |
| 21 # versions of dart2js's transitive dependencies: | 23 # versions of dart2js's transitive dependencies: |
| 22 # | 24 # |
| 23 # dependency_overrides: | 25 # dependency_overrides: |
| 24 # package_config: | 26 # package_config: |
| 25 # path: ../../third_party/pkg_tested/package_config | 27 # path: ../../third_party/pkg_tested/package_config |
| 26 # path: | 28 # path: |
| 27 # path: ../../third_party/pkg/path | 29 # path: ../../third_party/pkg/path |
| 28 # charcode: | 30 # charcode: |
| 29 # path: ../../third_party/pkg/charcode | 31 # path: ../../third_party/pkg/charcode |
| 30 # collection: | 32 # collection: |
| 31 # path: ../../third_party/pkg/collection | 33 # path: ../../third_party/pkg/collection |
| 32 # crypto: | 34 # crypto: |
| 33 # path: ../../third_party/pkg/crypto | 35 # path: ../../third_party/pkg/crypto |
| 34 # http_parser: | 36 # http_parser: |
| 35 # path: ../../third_party/pkg/http_parser | 37 # path: ../../third_party/pkg/http_parser |
| 36 # args: | 38 # args: |
| 37 # path: ../../third_party/pkg/args | 39 # path: ../../third_party/pkg/args |
| 38 # shelf: | 40 # shelf: |
| 39 # path: ../../third_party/pkg/shelf | 41 # path: ../../third_party/pkg/shelf |
| 40 # yaml: | 42 # yaml: |
| 41 # path: ../../third_party/pkg/yaml | 43 # path: ../../third_party/pkg/yaml |
| OLD | NEW |