Commit 4518fdd
tools,lib,test: enable ESLint no-regex-spaces rule
PR-URL: #41463
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>1 parent 1f4369a commit 4518fddCopy full SHA for 4518fdd
File tree
Expand file treeCollapse file tree
12 files changed
+23
-22
lines changedOpen diff view settings
Filter options
- lib/internal/util
- test
- parallel
- sequential
- tick-processor
Expand file treeCollapse file tree
12 files changed
+23
-22
lines changedOpen diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
215 | 215 | |
216 | 216 | |
217 | 217 | |
| 218 | + |
218 | 219 | |
219 | 220 | |
220 | 221 | |
|
Collapse file
lib/internal/util/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/util/inspect.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
188 | 188 | |
189 | 189 | |
190 | 190 | |
191 | | - |
| 191 | + |
192 | 192 | |
193 | 193 | |
194 | 194 | |
|
Collapse file
test/parallel/test-assert-deep.js
Copy file name to clipboardExpand all lines: test/parallel/test-assert-deep.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1125 | 1125 | |
1126 | 1126 | |
1127 | 1127 | |
1128 | | - |
| 1128 | + |
1129 | 1129 | |
1130 | 1130 | |
1131 | 1131 | |
|
Collapse file
test/parallel/test-assert.js
Copy file name to clipboardExpand all lines: test/parallel/test-assert.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1247 | 1247 | |
1248 | 1248 | |
1249 | 1249 | |
1250 | | - |
| 1250 | + |
1251 | 1251 | |
1252 | 1252 | |
1253 | 1253 | |
|
Collapse file
test/parallel/test-debugger-address.js
Copy file name to clipboardExpand all lines: test/parallel/test-debugger-address.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
65 | 65 | |
66 | 66 | |
67 | 67 | |
68 | | - |
| 68 | + |
69 | 69 | |
70 | 70 | |
71 | 71 | |
|
Collapse file
test/parallel/test-events-uncaught-exception-stack.js
Copy file name to clipboardExpand all lines: test/parallel/test-events-uncaught-exception-stack.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
|
Collapse file
test/parallel/test-http2-stream-client.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-stream-client.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
17 | | - |
| 15 | + |
| 16 | + |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
|
Collapse file
test/parallel/test-repl-definecommand.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-definecommand.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
|
Collapse file
test/parallel/test-repl-underscore.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-underscore.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
179 | 179 | |
180 | 180 | |
181 | 181 | |
182 | | - |
| 182 | + |
183 | 183 | |
184 | 184 | |
185 | 185 | |
|
Collapse file
+10-10Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
571 | 571 | |
572 | 572 | |
573 | 573 | |
574 | | - |
575 | | - |
576 | | - |
577 | | - |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
578 | 578 | |
579 | 579 | |
580 | 580 | |
| ||
776 | 776 | |
777 | 777 | |
778 | 778 | |
779 | | - |
780 | | - |
781 | | - |
782 | | - |
783 | | - |
784 | | - |
| 779 | + |
| 780 | + |
| 781 | + |
| 782 | + |
| 783 | + |
| 784 | + |
785 | 785 | |
786 | 786 | |
787 | 787 | |
|
0 commit comments