| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3f21ad6 commit f268621
29 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,8 @@ rules: | |||
| 15 | 15 | message: "Use `const { BigInt } = primordials;` instead of the global." | |
| 16 | 16 | - name: Boolean | |
| 17 | 17 | message: "Use `const { Boolean } = primordials;` instead of the global." | |
| 18 | + - name: Error | ||
| 19 | + message: "Use `const { Error } = primordials;` instead of the global." | ||
| 18 | 20 | - name: JSON | |
| 19 | 21 | message: "Use `const { JSON } = primordials;` instead of the global." | |
| 20 | 22 | - name: Math | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,6 +24,7 @@ | |||
| 24 | 24 | const { | |
| 25 | 25 | ArrayIsArray, | |
| 26 | 26 | Boolean, | |
| 27 | + Error, | ||
| 27 | 28 | NumberIsFinite, | |
| 28 | 29 | ObjectAssign, | |
| 29 | 30 | ObjectKeys, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,7 @@ | |||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | ||
| 24 | 24 | const { | |
| 25 | + Error, | ||
| 25 | 26 | ObjectKeys, | |
| 26 | 27 | ObjectSetPrototypeOf, | |
| 27 | 28 | Symbol, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,7 @@ | |||
| 21 | 21 | 'use strict'; | |
| 22 | 22 | ||
| 23 | 23 | const { | |
| 24 | + Error, | ||
| 24 | 25 | ObjectAssign, | |
| 25 | 26 | ObjectIs, | |
| 26 | 27 | ObjectKeys, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,6 +24,7 @@ | |||
| 24 | 24 | const { | |
| 25 | 25 | Array, | |
| 26 | 26 | ArrayIsArray, | |
| 27 | + Error, | ||
| 27 | 28 | MathFloor, | |
| 28 | 29 | MathMin, | |
| 29 | 30 | MathTrunc, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | 24 | const { | |
| 25 | 25 | ArrayIsArray, | |
| 26 | + Error, | ||
| 26 | 27 | NumberIsInteger, | |
| 27 | 28 | ObjectAssign, | |
| 28 | 29 | ObjectDefineProperty, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | 29 | const { | |
| 30 | 30 | Array, | |
| 31 | + Error, | ||
| 31 | 32 | ObjectDefineProperty, | |
| 32 | 33 | ReflectApply, | |
| 33 | 34 | Symbol, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,6 +24,7 @@ | |||
| 24 | 24 | const { | |
| 25 | 25 | Array, | |
| 26 | 26 | Boolean, | |
| 27 | + Error, | ||
| 27 | 28 | MathMin, | |
| 28 | 29 | NumberIsNaN, | |
| 29 | 30 | ObjectCreate, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | 3 | const { | |
| 4 | + Error, | ||
| 4 | 5 | MathMax, | |
| 5 | 6 | ObjectCreate, | |
| 6 | 7 | ObjectDefineProperty, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | 3 | const { | |
| 4 | + Error, | ||
| 4 | 5 | FunctionPrototypeBind, | |
| 5 | 6 | NumberIsSafeInteger, | |
| 6 | 7 | ObjectDefineProperty, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments