Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Nov 8, 2021
1 parent f68e873 commit 715ee69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@
"Number",
"Object",
"Promise",
"Proxy",
"RangeError",
"ReferenceError",
"Reflect",
"RegExp",
"Set",
"SharedArrayBuffer",
"String",
"Symbol",
"SyntaxError",
Expand Down
3 changes: 1 addition & 2 deletions src/_util/primordials.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ export const {
} = NativeNumber;

// Symbol
const NativeSymbol = Symbol;
export const {
iterator: SymbolIterator,
species: SymbolSpecies,
toStringTag: SymbolToStringTag,
for: SymbolFor,
} = NativeSymbol;
} = Symbol;

// Object
export const NativeObject = Object;
Expand Down

0 comments on commit 715ee69

Please sign in to comment.