@@ -7,141 +7,165 @@ source: crates/oxc_linter/src/tester.rs
77 1 │ import path from " path"
88 · ───────────────────────
99 ╰────
10+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
1011
1112 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `fs `
1213 ╭─[no_nodejs_modules .tsx :1 :1 ]
1314 1 │ import fs from " fs"
1415 · ───────────────────
1516 ╰────
17+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
1618
1719 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `path `
1820 ╭─[no_nodejs_modules .tsx :1 :12 ]
1921 1 │ var path = require (" path" )
2022 · ───────────────
2123 ╰────
24+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
2225
2326 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `fs `
2427 ╭─[no_nodejs_modules .tsx :1 :10 ]
2528 1 │ var fs = require (" fs" )
2629 · ─────────────
2730 ╰────
31+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
2832
2933 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `fs `
3034 ╭─[no_nodejs_modules .tsx :1 :1 ]
3135 1 │ import (`fs `)
3236 · ────────────
3337 ╰────
38+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
3439
3540 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `fs `
3641 ╭─[no_nodejs_modules .tsx :1 :1 ]
3742 1 │ import fs from " fs"
3843 · ───────────────────
3944 ╰────
45+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
4046
4147 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `crypto `
4248 ╭─[no_nodejs_modules .tsx :1 :1 ]
4349 1 │ import crypto from " crypto"
4450 · ───────────────────────────
4551 ╰────
52+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
4653
4754 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `util `
4855 ╭─[no_nodejs_modules .tsx :1 :1 ]
4956 1 │ import (" util" )
5057 · ──────────────
5158 ╰────
59+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
5260
5361 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `fs `
5462 ╭─[no_nodejs_modules .tsx :1 :1 ]
5563 1 │ export * from " fs"
5664 · ──────────────────
5765 ╰────
66+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
5867
5968 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :path `
6069 ╭─[no_nodejs_modules .tsx :1 :1 ]
6170 1 │ import path from " node:path"
6271 · ────────────────────────────
6372 ╰────
73+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
6474
6575 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :path `
6676 ╭─[no_nodejs_modules .tsx :1 :12 ]
6777 1 │ var path = require (" node:path" )
6878 · ────────────────────
6979 ╰────
80+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
7081
7182 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :fs `
7283 ╭─[no_nodejs_modules .tsx :1 :1 ]
7384 1 │ import fs from " node:fs"
7485 · ────────────────────────
7586 ╰────
87+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
7688
7789 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :fs `
7890 ╭─[no_nodejs_modules .tsx :1 :10 ]
7991 1 │ var fs = require (" node:fs" )
8092 · ──────────────────
8193 ╰────
94+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
8295
8396 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :crypto `
8497 ╭─[no_nodejs_modules .tsx :1 :1 ]
8598 1 │ import crypto from " node:crypto"
8699 · ────────────────────────────────
87100 ╰────
101+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
88102
89103 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :fs `
90104 ╭─[no_nodejs_modules .tsx :1 :1 ]
91105 1 │ import (" node:fs" )
92106 · ─────────────────
93107 ╰────
108+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
94109
95110 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :path `
96111 ╭─[no_nodejs_modules .tsx :1 :1 ]
97112 1 │ export { foo } from " node:path"
98113 · ───────────────────────────────
99114 ╰────
115+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
100116
101117 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :util `
102118 ╭─[no_nodejs_modules .tsx :1 :1 ]
103119 1 │ import util = require (" node:util" )
104120 · ──────────────────────────────────
105121 ╰────
122+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
106123
107124 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :fs `
108125 ╭─[no_nodejs_modules .tsx :1 :1 ]
109126 1 │ import fs from " node:fs"
110127 · ────────────────────────
111128 ╰────
129+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
112130
113131 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `node :crypto `
114132 ╭─[no_nodejs_modules .tsx :1 :1 ]
115133 1 │ import (" node:crypto" )
116134 · ─────────────────────
117135 ╰────
136+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
118137
119138 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `fs `
120139 ╭─[no_nodejs_modules .tsx :1 :1 ]
121140 1 │ import fs = require (" fs" )
122141 · ─────────────────────────
123142 ╰────
143+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
124144
125145 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `path `
126146 ╭─[no_nodejs_modules .tsx :1 :1 ]
127147 1 │ import path = require (" path" )
128148 · ─────────────────────────────
129149 ╰────
150+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
130151
131152 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `fs `
132153 ╭─[no_nodejs_modules .tsx :1 :1 ]
133154 1 │ export { foo } from " fs"
134155 · ────────────────────────
135156 ╰────
157+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
136158
137159 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `crypto `
138160 ╭─[no_nodejs_modules .tsx :1 :1 ]
139161 1 │ export { default as foo } from " crypto"
140162 · ───────────────────────────────────────
141163 ╰────
164+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
142165
143166 ⚠ eslint - plugin - import (no -nodejs -modules ): Do not import Node .js builtin module `path `
144167 ╭─[no_nodejs_modules .tsx :1 :1 ]
145168 1 │ export * from " path"
146169 · ────────────────────
147170 ╰────
171+ help : Use a browser - compatible alternative or add this module to the `allow ` list if Node .js usage is intentional .
0 commit comments