| 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 <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 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: ^0.2.4 | 16 dart2js_info: ^0.2.4 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 32 # crypto: | 32 # crypto: |
| 33 # path: ../../third_party/pkg/crypto | 33 # path: ../../third_party/pkg/crypto |
| 34 # http_parser: | 34 # http_parser: |
| 35 # path: ../../third_party/pkg/http_parser | 35 # path: ../../third_party/pkg/http_parser |
| 36 # args: | 36 # args: |
| 37 # path: ../../third_party/pkg/args | 37 # path: ../../third_party/pkg/args |
| 38 # shelf: | 38 # shelf: |
| 39 # path: ../../third_party/pkg/shelf | 39 # path: ../../third_party/pkg/shelf |
| 40 # yaml: | 40 # yaml: |
| 41 # path: ../../third_party/pkg/yaml | 41 # path: ../../third_party/pkg/yaml |
| OLD | NEW |