| name: frontend_server | |
| description: A resident kernel compiler | |
| # This package is not intended for consumption on pub.dev. DO NOT publish. | |
| publish_to: none | |
| environment: | |
| sdk: "^2.7.0" | |
| dependencies: | |
| args: ^1.4.4 | |
| build_integration: | |
| path: ../build_integration | |
| compiler: | |
| path: ../compiler | |
| dev_compiler: | |
| path: ../dev_compiler | |
| front_end: | |
| path: ../front_end | |
| kernel: | |
| path: ../kernel | |
| package_config: ^1.9.0 | |
| path: any | |
| usage: any | |
| vm: | |
| path: ../vm | |
| dev_dependencies: | |
| mockito: any | |
| test: any |