Chromium Code Reviews| 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 collection: '>=1.14.1' | |
|
Siggi Cherem (dart-lang)
2017/06/26 16:54:42
delete? (I didn't see this used elsewhere)
Emily Fortuna
2017/06/26 21:57:20
ugh, yes sorry. git branch fail.
| |
| 8 js: | 9 js: |
| 9 path: ../js | 10 path: ../js |
| 10 js_ast: | 11 js_ast: |
| 11 path: ../js_ast | 12 path: ../js_ast |
| 12 js_runtime: | 13 js_runtime: |
| 13 path: ../../sdk/lib/_internal/js_runtime | 14 path: ../../sdk/lib/_internal/js_runtime |
| 14 kernel: | 15 kernel: |
| 15 path: ../../pkg/kernel | 16 path: ../../pkg/kernel |
| 16 sdk_library_metadata: | 17 sdk_library_metadata: |
| 17 path: ../../sdk/lib/_internal/sdk_library_metadata | 18 path: ../../sdk/lib/_internal/sdk_library_metadata |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 44 # crypto: | 45 # crypto: |
| 45 # path: ../../third_party/pkg/crypto | 46 # path: ../../third_party/pkg/crypto |
| 46 # http_parser: | 47 # http_parser: |
| 47 # path: ../../third_party/pkg/http_parser | 48 # path: ../../third_party/pkg/http_parser |
| 48 # args: | 49 # args: |
| 49 # path: ../../third_party/pkg/args | 50 # path: ../../third_party/pkg/args |
| 50 # shelf: | 51 # shelf: |
| 51 # path: ../../third_party/pkg/shelf | 52 # path: ../../third_party/pkg/shelf |
| 52 # yaml: | 53 # yaml: |
| 53 # path: ../../third_party/pkg/yaml | 54 # path: ../../third_party/pkg/yaml |
| OLD | NEW |