@@ -6,7 +6,6 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugi
66environment :
77 sdk : ^3.5.0
88
9- resolution : workspace
109
1110dependencies :
1211 analyzer : ^7.3.0
@@ -22,3 +21,127 @@ dev_dependencies:
2221 test_reflective_loader : any
2322 test : any
2423
24+ # These dependency overrides are present in order to allow publishing this
25+ # package. Otherwise, `dart pub publish` complains, even though they are dev
26+ # dependencies.
27+ dependency_overrides :
28+ _fe_analyzer_shared :
29+ path : ../_fe_analyzer_shared
30+ analyzer :
31+ path : ../analyzer
32+ analyzer_plugin :
33+ path : ../analyzer_plugin
34+ analyzer_utilities :
35+ path : ../analyzer_utilities
36+ args :
37+ path : ../../third_party/pkg/args
38+ async :
39+ path : ../../third_party/pkg/async
40+ boolean_selector :
41+ path : ../../third_party/pkg/boolean_selector
42+ cli_util :
43+ path : ../../third_party/pkg/cli_util
44+ clock :
45+ path : ../../third_party/pkg/clock
46+ collection :
47+ path : ../../third_party/pkg/collection
48+ convert :
49+ path : ../../third_party/pkg/convert
50+ crypto :
51+ path : ../../third_party/pkg/crypto
52+ dart_style :
53+ path : ../../third_party/pkg/dart_style
54+ file :
55+ path : ../../third_party/pkg/file/packages/file
56+ frontend_server_client :
57+ path : ../../third_party/pkg/webdev/frontend_server_client
58+ glob :
59+ path : ../../third_party/pkg/glob
60+ http :
61+ path : ../../third_party/pkg/http/pkgs/http
62+ http_multi_server :
63+ path : ../../third_party/pkg/http_multi_server
64+ http_parser :
65+ path : ../../third_party/pkg/http_parser
66+ intl :
67+ path : ../../third_party/pkg/intl
68+ js :
69+ path : ../js
70+ language_server_protocol :
71+ path : ../../third_party/pkg/language_server_protocol
72+ linter :
73+ path : ../linter
74+ lints :
75+ path : ../../third_party/pkg/lints
76+ logging :
77+ path : ../../third_party/pkg/logging
78+ matcher :
79+ path : ../../third_party/pkg/matcher
80+ memory_usage :
81+ path : ../../third_party/pkg/leak_tracker/pkgs/memory_usage
82+ meta :
83+ path : ../meta
84+ mime :
85+ path : ../../third_party/pkg/tools/pkgs/mime
86+ package_config :
87+ path : ../../third_party/pkg/package_config
88+ path :
89+ path : ../../third_party/pkg/path
90+ pool :
91+ path : ../../third_party/pkg/pool
92+ pub_semver :
93+ path : ../../third_party/pkg/pub_semver
94+ server_plugin :
95+ path : ../server_plugin
96+ shelf :
97+ path : ../../third_party/pkg/shelf/pkgs/shelf
98+ shelf_packages_handler :
99+ path : ../../third_party/pkg/shelf/pkgs/shelf_packages_handler
100+ shelf_static :
101+ path : ../../third_party/pkg/shelf/pkgs/shelf_static
102+ shelf_web_socket :
103+ path : ../../third_party/pkg/shelf/pkgs/shelf_web_socket
104+ source_map_stack_trace :
105+ path : ../../third_party/pkg/tools/pkgs/source_map_stack_trace
106+ source_maps :
107+ path : ../../third_party/pkg/source_maps
108+ source_span :
109+ path : ../../third_party/pkg/source_span
110+ stack_trace :
111+ path : ../../third_party/pkg/stack_trace
112+ stream_channel :
113+ path : ../../third_party/pkg/stream_channel
114+ string_scanner :
115+ path : ../../third_party/pkg/string_scanner
116+ telemetry :
117+ path : ../telemetry
118+ term_glyph :
119+ path : ../../third_party/pkg/term_glyph
120+ test :
121+ path : ../../third_party/pkg/test/pkgs/test
122+ test_api :
123+ path : ../../third_party/pkg/test/pkgs/test_api
124+ test_core :
125+ path : ../../third_party/pkg/test/pkgs/test_core
126+ test_descriptor :
127+ path : ../../third_party/pkg/test_descriptor
128+ test_reflective_loader :
129+ path : ../../third_party/pkg/test_reflective_loader
130+ typed_data :
131+ path : ../../third_party/pkg/typed_data
132+ unified_analytics :
133+ path : ../../third_party/pkg/tools/pkgs/unified_analytics
134+ usage :
135+ path : ../../third_party/pkg/usage
136+ vm_service :
137+ path : ../vm_service
138+ watcher :
139+ path : ../../third_party/pkg/watcher
140+ web_socket_channel :
141+ path : ../../third_party/pkg/web_socket_channel
142+ webkit_inspection_protocol :
143+ path : ../../third_party/pkg/webkit_inspection_protocol
144+ yaml :
145+ path : ../../third_party/pkg/yaml
146+ yaml_edit :
147+ path : ../../third_party/pkg/yaml_edit
0 commit comments