Skip to content

Refactor usages of deprecated goog.structs.Map methods#628

Open
shicks wants to merge 1 commit intogoogle:masterfrom
shicks:master
Open

Refactor usages of deprecated goog.structs.Map methods#628
shicks wants to merge 1 commit intogoogle:masterfrom
shicks:master

Conversation

@shicks
Copy link
Copy Markdown
Member

@shicks shicks commented Jan 5, 2026

Instead, we use standard alternatives that are compatible with the builtin Map type, e.g. size instead of getCount(), delete instead of remove, etc.

This makes progress toward entirely replacing the usage with a native Map.

…ternatives that are compatible with the builtin Map type.
@shicks
Copy link
Copy Markdown
Member Author

shicks commented Jan 5, 2026

NOTE: This has been reviewed internally as cr/851433344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant