| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fb18ad4 commit b92511d
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,8 @@ rules: | |||
| 11 | 11 | - error | |
| 12 | 12 | - name: Array | |
| 13 | 13 | message: "Use `const { Array } = primordials;` instead of the global." | |
| 14 | + - name: BigInt | ||
| 15 | + message: "Use `const { BigInt } = primordials;` instead of the global." | ||
| 14 | 16 | - name: Boolean | |
| 15 | 17 | message: "Use `const { Boolean } = primordials;` instead of the global." | |
| 16 | 18 | - name: JSON | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | 3 | const { | |
| 4 | + BigInt, | ||
| 4 | 5 | MathFloor, | |
| 5 | 6 | Number, | |
| 6 | 7 | } = primordials; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | 3 | const { | |
| 4 | 4 | ArrayIsArray, | |
| 5 | + BigInt, | ||
| 5 | 6 | DateNow, | |
| 6 | 7 | Number, | |
| 7 | 8 | NumberIsFinite, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments