dart-sdk/pkg/analyzer_plugin/test
Danny Tuppeny 8d936d38fc [analysis_server]/[analyzer_plugin] Make all toJson/fromJson methods go through a central converstion for Path<->URI Strings
This change shouldn't change any current behaviour, but means all "FilePath" types in the legacy protocol spec will go through a (currently no-op) conversion. The server will be able to replace this conversion based on client capabilities in a future CL.

Because a lot of the generated classes are in analyzer_plugin, this also moves the ClientUriConverter class there.

`pkg\analysis_server\test\src\utilities\json_test.dart` contains tests that the toJson/fromJson methods go through the converter recursively (inc. map keys/values/etc.).

Change-Id: If5aec884070128eea594540fd25a9017ada86079
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/349060
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2024-01-30 16:58:25 +00:00
..
integration/support + flutter_style_todos 2023-11-13 00:14:09 +00:00
plugin final -> var for package:analyzer_plugin 2024-01-12 22:37:40 +00:00
src [analysis_server]/[analyzer_plugin] Make all toJson/fromJson methods go through a central converstion for Path<->URI Strings 2024-01-30 16:58:25 +00:00
support Fix the way that DartFileEditBuilder handles imports 2024-01-12 19:30:12 +00:00
utilities final -> var for package:analyzer_plugin 2024-01-12 22:37:40 +00:00
test_all.dart Combine all "verify sorted" tests. 2020-06-01 20:53:58 +00:00
verify_tests_test.dart Bump package:lints to the latest; address instances of new lints. 2023-09-25 21:15:15 +00:00