| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d6ba4ec commit ebf3900
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,6 +29,8 @@ rules: | |||
| 29 | 29 | message: "Use `const { Int16Array } = primordials;` instead of the global." | |
| 30 | 30 | - name: Int32Array | |
| 31 | 31 | message: "Use `const { Int32Array } = primordials;` instead of the global." | |
| 32 | + - name: Int8Array | ||
| 33 | + message: "Use `const { Int8Array } = primordials;` instead of the global." | ||
| 32 | 34 | - name: JSON | |
| 33 | 35 | message: "Use `const { JSON } = primordials;` instead of the global." | |
| 34 | 36 | - name: Map | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,7 @@ const { | |||
| 15 | 15 | Float64Array, | |
| 16 | 16 | FunctionPrototypeCall, | |
| 17 | 17 | FunctionPrototypeToString, | |
| 18 | + Int8Array, | ||
| 18 | 19 | Int16Array, | |
| 19 | 20 | Int32Array, | |
| 20 | 21 | JSONStringify, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments