You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#16437 introduced a new linter which unfortunately uses only synchronous I/O: existsSync, existsSync (multiple times on the same file!), readFileSync, readdirSync.
#16437 introduced a new linter which unfortunately uses only synchronous I/O:
existsSync
,existsSync
(multiple times on the same file!),readFileSync
,readdirSync
.browser-compat-data/test/lint.js
Line 34 in 2888cf5
browser-compat-data/test/lint.js
Line 39 in 2888cf5
browser-compat-data/test/lint.js
Line 47 in 2888cf5
browser-compat-data/test/lint.js
Line 63 in 2888cf5
browser-compat-data/test/lint.js
Line 65 in 2888cf5
This makes linter very slow, on a decent laptop with an SSD
time npm run lint
produces:I like async I/O a lot and if you would be interested in reviewing a PR for async I/O, I can create one.
The text was updated successfully, but these errors were encountered: