| 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 js_ast: | 8 js_ast: |
| 8 path: ../js_ast | 9 path: ../js_ast |
| 9 js_runtime: | 10 js_runtime: |
| 10 path: ../../sdk/lib/_internal/js_runtime | 11 path: ../../sdk/lib/_internal/js_runtime |
| 11 sdk_library_metadata: | 12 sdk_library_metadata: |
| 12 path: ../../sdk/lib/_internal/sdk_library_metadata | 13 path: ../../sdk/lib/_internal/sdk_library_metadata |
| 13 dart2js_info: ^0.0.2 | 14 dart2js_info: ^0.0.2 |
| 14 lookup_map: | 15 lookup_map: |
| 15 path: ../lookup_map | 16 path: ../lookup_map |
| 16 | 17 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 30 # crypto: | 31 # crypto: |
| 31 # path: ../../third_party/pkg/crypto | 32 # path: ../../third_party/pkg/crypto |
| 32 # http_parser: | 33 # http_parser: |
| 33 # path: ../../third_party/pkg/http_parser | 34 # path: ../../third_party/pkg/http_parser |
| 34 # args: | 35 # args: |
| 35 # path: ../../third_party/pkg/args | 36 # path: ../../third_party/pkg/args |
| 36 # shelf: | 37 # shelf: |
| 37 # path: ../../third_party/pkg/shelf | 38 # path: ../../third_party/pkg/shelf |
| 38 # yaml: | 39 # yaml: |
| 39 # path: ../../third_party/pkg/yaml | 40 # path: ../../third_party/pkg/yaml |
| OLD | NEW |