mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
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> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
test | ||
testcases/transformations | ||
tool | ||
analysis_options.yaml | ||
LICENSE | ||
OWNERS | ||
pubspec.yaml | ||
README.md |
This package hosts VM specific Dart code and helper scripts.