1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/run/window
Bartek Iwańczuk ef3e4a8f74
feat: Show hints when using window global (#25805)
This commit adds better handling for terminal errors when
`window` global is used. This global is removed in Deno 2,
and while we have lints to help with that, an information and
hints are helpful to guide users to working code.

Ref https://github.com/denoland/deno/issues/25797
2024-09-23 00:05:42 +02:00
..
__test__.jsonc feat: Show hints when using window global (#25805) 2024-09-23 00:05:42 +02:00
window1.js feat: Show hints when using window global (#25805) 2024-09-23 00:05:42 +02:00
window1.out feat: Show hints when using window global (#25805) 2024-09-23 00:05:42 +02:00
window2.js feat: Show hints when using window global (#25805) 2024-09-23 00:05:42 +02:00
window2.out feat: Show hints when using window global (#25805) 2024-09-23 00:05:42 +02:00
window3.js feat: Show hints when using window global (#25805) 2024-09-23 00:05:42 +02:00
window3.out feat: Show hints when using window global (#25805) 2024-09-23 00:05:42 +02:00