1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/lint/node_globals_no_duplicate_imports
Bartek Iwańczuk 484f8ca9c3
fix: provide hints in terminal errors for Node.js globals (#26610)
Add info/hint for terminal errors related to Node.js globals:
- __filename
- __dirname
- Buffer
- global
- setImmediate
- clearImmediate

Closes https://github.com/denoland/deno/issues/17494
2024-10-29 00:55:51 +01:00
..
__test__.jsonc feat(lint): add no-process-global lint rule (#25709) 2024-09-18 20:50:42 +02:00
lint.out feat(lint): add no-process-global lint rule (#25709) 2024-09-18 20:50:42 +02:00
main.out fix: provide hints in terminal errors for Node.js globals (#26610) 2024-10-29 00:55:51 +01:00
main.ts feat(lint): add no-process-global lint rule (#25709) 2024-09-18 20:50:42 +02:00