dart-sdk/tests/lib/convert
Lasse R.H. Nielsen f6ac970290 Reland "Add class modifiers to dart:convert." again.
This is a reland of commit 608934e330

Can be landed when Flutter with https://github.com/flutter/flutter/pull/123211
has been rolled into internal repository.



Original change's description:
> Reland "Add class modifiers to `dart:convert`."
>
> This is a reland of commit b2f4cf3e01
>
> Commented out deprecation for now.
>
> Original change's description:
> > Add class modifiers to `dart:convert`.
> >
> > The usual approach:
> > Pure interfaces marked `interface`.
> > Pure implementation classes marked `final`.
> > Base classes marked `base` or nothing, and `mixin class` if reasonable.
> > Combined X/XBase/XMixin where possible.
> >
> > CoreLibraryReviewExempt: Aske is away
> > Change-Id: I927f9bd488fb385ff9c17c8fc94920a1f5076347
> > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289200
> > Reviewed-by: Stephen Adams <sra@google.com>
> > Reviewed-by: Slava Egorov <vegorov@google.com>
> > Reviewed-by: Nate Bosch <nbosch@google.com>
> > Commit-Queue: Lasse Nielsen <lrn@google.com>
>
> CoreLibraryReviewExempt: Approved in original.
> Change-Id: I1bc14f99b742567e2634dcfcbc52f332dbcc5364
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290521
> Reviewed-by: Nate Bosch <nbosch@google.com>
> Commit-Queue: Lasse Nielsen <lrn@google.com>

CoreLibraryReviewExempt: Approved in original.
Change-Id: If157e1ef2339d7a06e99a1e402f2f8ac93550b83
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290960
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>
2023-03-29 16:54:23 +00:00
..
ascii_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
base64_test.dart [tests] Fix CompileTimeErrors in migrated tests. 2020-04-13 22:42:51 +00:00
chunked_conversion1_test.dart Reland "Add class modifiers to dart:convert." again. 2023-03-29 16:54:23 +00:00
chunked_conversion2_test.dart Reland "Add class modifiers to dart:convert." again. 2023-03-29 16:54:23 +00:00
chunked_conversion_json_decode1_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
chunked_conversion_json_encode1_test.dart Reland "Add class modifiers to dart:convert." again. 2023-03-29 16:54:23 +00:00
chunked_conversion_utf8_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
chunked_conversion_utf82_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
chunked_conversion_utf83_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
chunked_conversion_utf84_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
chunked_conversion_utf85_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
chunked_conversion_utf86_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
chunked_conversion_utf87_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
chunked_conversion_utf88_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
chunked_conversion_utf89_test.dart Reland "Add class modifiers to dart:convert." again. 2023-03-29 16:54:23 +00:00
close_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
codec1_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
codec2_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
encoding_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
html_escape_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
json_chunk_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
json_lib_test.dart [tests] Fix CompileTimeErrors in migrated tests. 2020-04-13 22:42:51 +00:00
json_pretty_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
json_test.dart Spelling tests 2022-12-19 12:56:47 +00:00
json_toEncodable_reviver_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
json_unicode_tests.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
json_utf8_chunk_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
json_utf8_test.dart Fix null-safety migration bug in VM version of fuse JSON-UTF-8 decoder. 2021-06-07 11:43:02 +00:00
json_util_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
latin1_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
line_splitter_performance_test.dart Optimize LineSplitter. 2023-02-21 11:33:24 +00:00
line_splitter_test.dart Optimize LineSplitter. 2023-02-21 11:33:24 +00:00
streamed_conversion_json_decode1_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
streamed_conversion_json_encode1_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
streamed_conversion_json_utf8_decode_test.dart [vm] Alternate fix for mismatch between native and intrinsic versions of writeIntoOneByteString. 2022-01-21 19:32:40 +00:00
streamed_conversion_json_utf8_encode_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
streamed_conversion_utf8_decode_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
streamed_conversion_utf8_encode_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
unicode_tests.dart [tests] Fix CompileTimeErrors in migrated tests. 2020-04-13 22:42:51 +00:00
utf8_encode_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
utf8_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
utf82_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
utf83_test.dart Migrate tests/lib_2/convert -> tests/lib/convert. 2020-01-16 17:46:02 +00:00
utf84_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
utf85_test.dart Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00