Skip to content

lib: replace symbol.species by SymbolSpecies

Just replaced every Symbol.species by SymbolSpecies in the lib/* folder For this, i just have added SymbolSpecies in the import

const {
  SymbolSpecies,
} = primordials;

Of course i have removed unused import of Symbol 😄

Merge request reports

Loading