da1d9eb1bd
The idea is to pass a SendPort as an optional parameter to ServerStarter.start(), and if present, key server behavior around behaving well as an isolate. Bug: https://github.com/dart-lang/sdk/issues/41056 Change-Id: Ifc6ac2fefcf6aae8bce712e470524d1c06fa2ba6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140373 Commit-Queue: Janice Collins <jcollins@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
34 lines
518 B
YAML
34 lines
518 B
YAML
name: analysis_server
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: any
|
|
analyzer_plugin: any
|
|
args: any
|
|
convert: any
|
|
crypto: any
|
|
dart_style: any
|
|
front_end: any
|
|
linter: any
|
|
logging: any
|
|
meta: any
|
|
nnbd_migration: any
|
|
source_span: any
|
|
stream_channel: any
|
|
package_config: any
|
|
path: any
|
|
tflite_native: any
|
|
watcher: any
|
|
yaml: any
|
|
|
|
dev_dependencies:
|
|
analysis_tool: any
|
|
html: any
|
|
http: any
|
|
pedantic: ^1.8.0
|
|
test_reflective_loader: any
|
|
test: any
|