Skip to content

tools: use Set instead of `{ [key]: true }` object

A Set has clearer semantics than an object whose values are always true.

Merge request reports

Loading