Skip to content

lib: replace Symbol.iterator by SymbolIterator

Just replaced every Symbol.iterator by SymbolIterator in the lib/* folder

For this, i just have added SymbolIterator in the import

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

I hope this pull request will help you ! 😄

Merge request reports

Loading