| name: dev_compiler |
| version: 0.2.0 |
| description: This package is deprecated. See the README for details. |
| |
| author: Dart Dev Compiler team <dev-[email protected]> |
| homepage: https://webdev.dartlang.org/tools/dartdevc |
| |
| dependencies: |
| analyzer: ^0.28.0-alpha.1 |
| args: ^0.13.0 |
| bazel_worker: ^0.1.0 |
| browser: ^0.10.0 |
| cli_util: ^0.0.1 |
| func: ^0.1.0 |
| html: ^0.12.0 |
| js: ^0.6.0 |
| path: ^1.3.0 |
| pub_semver: ^1.1.0 |
| source_maps: ^0.10.0 |
| source_span: ^1.0.2 |
| |
| dev_dependencies: |
| # We pin a specific version to ensure everyone is formatting the code exactly |
| # the same way. This is because any change in dart_style, even non-breaking |
| # changes, may change the output format. |
| dart_style: 0.2.4 |
| test: ^0.12.0 |
| unittest: ^0.11.6 |
| webdriver: ^1.1.0 |
| |
| dependency_overrides: |
| # This is here until we can update package:test and dart_style |
| analyzer: ^0.28.0-alpha.1 |
| |
| environment: |
| sdk: ">=1.12.0 <2.0.0" |
| |
| executables: |
| # Similar to "analyzer.dart" and its command line "dartanalyzer" we use |
| # "dartdevc". |
| dartdevc: dartdevc |
| dev_compiler: dartdevc |