cb64e64ccc
Change-Id: Ie1a48956055fa0f4ebcd85e5d2b762021fc074d7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/370101 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Sam Rawlins <srawlins@google.com>
18 lines
461 B
YAML
18 lines
461 B
YAML
name: language_server_protocol
|
|
description: >-
|
|
A Dart implementation of the language server protocol.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/third_party/pkg/language_server_protocol
|
|
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
collection: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|