f2bc59738c
Rename `_CompactLinkedHashSet` to `_InternalLinkedHashSet` and `_CompactImmutableLinkedHashSet` to `_InternalImmutableLinkedHashSet` to make the names consistent with the corresponding `Map` class names and to distinguish them from the non-VM-specific hash maps and sets, which are generally named starting with `_Compact`. Tested: ci Change-Id: Ic1ebc44ba8beba34ceab382a4edddc6624fe3fb3 Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-linux-debug-x64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258002 Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com>
This package hosts VM specific Dart code and helper scripts.