Skip to content

Commit

Permalink
lib: replace WeakSet global by the primordials
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien-Ahkrin committed Jan 4, 2020
1 parent e9695d9 commit 1ed138c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ rules:
message: "Use `const { Reflect } = primordials;` instead of the global."
- name: Symbol
message: "Use `const { Symbol } = primordials;` instead of the global."
- name: WeakSet
message: "Use `const { WeakSet } = primordials;` instead of the global."
no-restricted-syntax:
# Config copied from .eslintrc.js
- error
Expand Down
1 change: 1 addition & 0 deletions lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const {
Promise,
PromiseRace,
Symbol,
WeakSet,
} = primordials;

const {
Expand Down

0 comments on commit 1ed138c

Please sign in to comment.