|
| 1 | +name: analysis_server_plugin |
| 2 | +# This package is not yet intended for consumption on pub.dev. DO NOT publish. |
| 3 | +publish_to: none |
| 4 | + |
| 5 | +environment: |
| 6 | + sdk: '>=3.3.0 <4.0.0' |
| 7 | + |
| 8 | +# Use 'any' constraints here; we get our versions from the DEPS file. |
| 9 | +dependencies: |
| 10 | + # TODO(srawlins): Move all code from `server_plugin` here, and remove dep. |
| 11 | + server_plugin: any |
| 12 | + |
| 13 | +# Use 'any' constraints here; we get our versions from the DEPS file. |
| 14 | +dev_dependencies: |
| 15 | + lints: any |
| 16 | + |
| 17 | +dependency_overrides: |
| 18 | + _fe_analyzer_shared: |
| 19 | + path: ../_fe_analyzer_shared |
| 20 | + analyzer: |
| 21 | + path: ../analyzer |
| 22 | + analyzer_plugin: |
| 23 | + path: ../analyzer_plugin |
| 24 | + analyzer_utilities: |
| 25 | + path: ../analyzer_utilities |
| 26 | + args: |
| 27 | + path: ../../third_party/pkg/args |
| 28 | + async: |
| 29 | + path: ../../third_party/pkg/async |
| 30 | + boolean_selector: |
| 31 | + path: ../../third_party/pkg/boolean_selector |
| 32 | + cli_util: |
| 33 | + path: ../../third_party/pkg/cli_util |
| 34 | + clock: |
| 35 | + path: ../../third_party/pkg/clock |
| 36 | + collection: |
| 37 | + path: ../../third_party/pkg/collection |
| 38 | + convert: |
| 39 | + path: ../../third_party/pkg/convert |
| 40 | + crypto: |
| 41 | + path: ../../third_party/pkg/crypto |
| 42 | + dart_style: |
| 43 | + path: ../../third_party/pkg/dart_style |
| 44 | + file: |
| 45 | + path: ../../third_party/pkg/file/packages/file |
| 46 | + frontend_server_client: |
| 47 | + path: ../../third_party/pkg/webdev/frontend_server_client |
| 48 | + glob: |
| 49 | + path: ../../third_party/pkg/glob |
| 50 | + http: |
| 51 | + path: ../../third_party/pkg/http/pkgs/http |
| 52 | + http_multi_server: |
| 53 | + path: ../../third_party/pkg/http_multi_server |
| 54 | + http_parser: |
| 55 | + path: ../../third_party/pkg/http_parser |
| 56 | + intl: |
| 57 | + path: ../../third_party/pkg/intl |
| 58 | + js: |
| 59 | + path: ../js |
| 60 | + language_server_protocol: |
| 61 | + path: ../../third_party/pkg/language_server_protocol |
| 62 | + linter: |
| 63 | + path: ../linter |
| 64 | + lints: |
| 65 | + path: ../../third_party/pkg/lints |
| 66 | + logging: |
| 67 | + path: ../../third_party/pkg/logging |
| 68 | + matcher: |
| 69 | + path: ../../third_party/pkg/matcher |
| 70 | + memory_usage: |
| 71 | + path: ../../third_party/pkg/leak_tracker/pkgs/memory_usage |
| 72 | + meta: |
| 73 | + path: ../meta |
| 74 | + mime: |
| 75 | + path: ../../third_party/pkg/mime |
| 76 | + package_config: |
| 77 | + path: ../../third_party/pkg/package_config |
| 78 | + path: |
| 79 | + path: ../../third_party/pkg/path |
| 80 | + pool: |
| 81 | + path: ../../third_party/pkg/pool |
| 82 | + pub_semver: |
| 83 | + path: ../../third_party/pkg/pub_semver |
| 84 | + server_plugin: |
| 85 | + path: ../server_plugin |
| 86 | + shelf: |
| 87 | + path: ../../third_party/pkg/shelf/pkgs/shelf |
| 88 | + shelf_packages_handler: |
| 89 | + path: ../../third_party/pkg/shelf/pkgs/shelf_packages_handler |
| 90 | + shelf_static: |
| 91 | + path: ../../third_party/pkg/shelf/pkgs/shelf_static |
| 92 | + shelf_web_socket: |
| 93 | + path: ../../third_party/pkg/shelf/pkgs/shelf_web_socket |
| 94 | + source_map_stack_trace: |
| 95 | + path: ../../third_party/pkg/source_map_stack_trace |
| 96 | + source_maps: |
| 97 | + path: ../../third_party/pkg/source_maps |
| 98 | + source_span: |
| 99 | + path: ../../third_party/pkg/source_span |
| 100 | + stack_trace: |
| 101 | + path: ../../third_party/pkg/stack_trace |
| 102 | + stream_channel: |
| 103 | + path: ../../third_party/pkg/stream_channel |
| 104 | + string_scanner: |
| 105 | + path: ../../third_party/pkg/string_scanner |
| 106 | + telemetry: |
| 107 | + path: ../telemetry |
| 108 | + term_glyph: |
| 109 | + path: ../../third_party/pkg/term_glyph |
| 110 | + test: |
| 111 | + path: ../../third_party/pkg/test/pkgs/test |
| 112 | + test_api: |
| 113 | + path: ../../third_party/pkg/test/pkgs/test_api |
| 114 | + test_core: |
| 115 | + path: ../../third_party/pkg/test/pkgs/test_core |
| 116 | + test_descriptor: |
| 117 | + path: ../../third_party/pkg/test_descriptor |
| 118 | + test_reflective_loader: |
| 119 | + path: ../../third_party/pkg/test_reflective_loader |
| 120 | + typed_data: |
| 121 | + path: ../../third_party/pkg/typed_data |
| 122 | + unified_analytics: |
| 123 | + path: ../../third_party/pkg/tools/pkgs/unified_analytics |
| 124 | + usage: |
| 125 | + path: ../../third_party/pkg/usage |
| 126 | + vm_service: |
| 127 | + path: ../vm_service |
| 128 | + watcher: |
| 129 | + path: ../../third_party/pkg/watcher |
| 130 | + web_socket_channel: |
| 131 | + path: ../../third_party/pkg/web_socket_channel |
| 132 | + webkit_inspection_protocol: |
| 133 | + path: ../../third_party/pkg/webkit_inspection_protocol |
| 134 | + yaml: |
| 135 | + path: ../../third_party/pkg/yaml |
| 136 | + yaml_edit: |
| 137 | + path: ../../third_party/pkg/yaml_edit |
0 commit comments