Skip to content

lib: replace Set.prototype by SetPrototype primordials

Hello 😄

Just replaced every Set.prototype by SetPrototype in the lib/* folder For this, i just have added SetPrototype in the import

const {
  // [...]
  SetPrototype,
} = primordials;

I hope this pull request will help you ! :P

Merge request reports

Loading