| # Currently, front_end API is not stable and users should not |
| # depend on semver semantics when depending on this package. |
| name: front_end |
| |
| # This package is not intended for consumption on pub.dev. DO NOT publish. |
| publish_to: none |
| |
| environment: |
| sdk: '>=2.13.0 <3.0.0' |
| |
| dependencies: |
| _fe_analyzer_shared: any |
| kernel: |
| path: ../kernel |
| package_config: any |
| |
| dev_dependencies: |
| analyzer: any |
| args: ^2.0.0 |
| async_helper: |
| path: ../async_helper |
| build_integration: |
| path: ../build_integration |
| compiler: |
| path: ../compiler |
| dart_style: ^2.0.0 |
| dev_compiler: |
| path: ../dev_compiler |
| expect: |
| path: ../expect |
| json_rpc_2: ^3.0.0 |
| path: ^1.3.9 |
| test: ^1.3.4 |
| testing: |
| path: ../testing |
| test_reflective_loader: ^0.2.0 |
| vm: |
| path: ../vm |
| vm_service: any |
| web_socket_channel: ^2.0.0 |
| yaml: any |
| |
| dependency_overrides: |
| analyzer: |
| path: ../analyzer |
| _fe_analyzer_shared: |
| path: ../_fe_analyzer_shared |
| package_config: |
| path: ../../third_party/pkg_tested/package_config |
| vm_service: |
| path: ../vm_service |