dart-sdk/pkg/analysis_server/test
Brian Wilkerson a1e7743a0a Handle more top level declarations in the move to file refactoring
I also added a few more TODO's because as I went through the code I
thought about what we'd need to do in order to make this production
ready.

Change-Id: I54e0d62790303c4b52269cb89cbf3601aa27af1b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259882
Reviewed-by: Danny Tuppeny <danny@tuppeny.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2022-09-19 22:02:31 +00:00
..
analysis Semantic highlighting for record type annotations and literals. 2022-09-08 21:55:53 +00:00
channel Replace ServerCommunicationChannel.listen() with Stream of requests. 2021-11-05 03:05:56 +00:00
client Add pumpEventQueue() to getTestCodeSuggestions(), try to fix race. 2022-09-09 21:32:54 +00:00
edit [analysis_server] rename to handle private named parameters 2022-09-16 20:53:30 +00:00
integration Fix typos 2022-09-16 19:35:00 +00:00
lsp Fix typos 2022-09-16 19:35:00 +00:00
mock_packages [analysis_server] Add FlutterConvertToStatelessWidget assist 2022-07-07 16:19:31 +00:00
plugin Deprecate Element.enclosingElement2, use 'enclosingElement3'. 2022-08-02 18:00:14 +00:00
search [analysis_server] Extract declarations search for compilation units 2022-08-30 19:49:18 +00:00
services [analysis_server] rename to handle private named parameters 2022-09-16 20:53:30 +00:00
src Handle more top level declarations in the move to file refactoring 2022-09-19 22:02:31 +00:00
stress Add more await or unawaited() to DAS. 2022-07-12 00:59:01 +00:00
timing [analysis_server] rename to handle private named parameters 2022-09-16 20:53:30 +00:00
tool [analysis_server] Change LSP types to use Uri types instead of Strings 2022-09-14 18:58:44 +00:00
utils Use check() and extensions for SourceChange/SourceFileEdit. 2021-11-08 23:07:43 +00:00
abstract_context.dart Test that class references are indexed / searched / renamed in record type annotations. 2022-09-06 17:24:06 +00:00
abstract_single_unit.dart [analysis_server] Fix assist test on Windows 2022-07-20 18:48:45 +00:00
analysis_abstract.dart Remove AbstractAnalysisTest. 2022-04-24 04:25:50 +00:00
analysis_server_base.dart Use different marker file to identifier Blaze workspace. 2022-08-10 19:58:43 +00:00
analysis_server_test.dart Rename two classes 2022-08-08 04:11:19 +00:00
benchmarks_test.dart analysis_server: Enforce strict-casts 2021-12-07 22:45:59 +00:00
completion_test.dart migrate server to recommended lints 2022-04-12 13:34:12 +00:00
completion_test_support.dart Add more await or unawaited() to DAS. 2022-07-12 00:59:01 +00:00
constants.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
domain_analysis_test.dart Use different marker file to identifier Blaze workspace. 2022-08-10 19:58:43 +00:00
domain_completion_test.dart Suggest static fields/getters. 2022-05-26 16:44:31 +00:00
domain_completion_util.dart Rename newFile2() to newFile(). 2022-04-19 02:59:57 +00:00
domain_diagnostic_test.dart Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
domain_execution_test.dart Add more await or unawaited() to DAS. 2022-07-12 00:59:01 +00:00
domain_server_test.dart Convert remaining handlers in server domain 2022-04-01 14:12:05 +00:00
mocks.dart migrate server to recommended lints 2022-04-12 13:34:12 +00:00
mocks_lsp.dart [analysis_server] Prevent failed LSP requests when refactors fail validation 2022-06-01 15:50:34 +00:00
protocol_server_test.dart Add RecordElement, RecordTypeImpl, implement basic subtyping. 2022-08-13 00:56:51 +00:00
protocol_test.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
socket_server_test.dart Rename two classes 2022-08-08 04:11:19 +00:00
test_all.dart Add a test for the error_fix_status file 2022-03-01 18:50:08 +00:00
verify_error_fix_status_test.dart Add a test for the error_fix_status file 2022-03-01 18:50:08 +00:00
verify_no_solo_test.dart Restore sync file methods in AnalysisSession. 2022-03-21 23:27:57 +00:00
verify_sorted_test.dart Restore sync file methods in AnalysisSession. 2022-03-21 23:27:57 +00:00
verify_tests_test.dart Completion in RecordLiteral(s). 2022-09-01 18:57:02 +00:00