Skip to content

lib: replace every Symbol.for by SymbolFor

Just replacing every Symbol.for by SymbolFor in the lib/* folder

And adding SymbolFor in the import

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

This task was given to me by @targos thanks again ️ I hope this new PR will help you :x

Merge request reports

Loading