deno/cli/js
Marvin Hagemeister 099f8d60f2
fix(unstable): don't panic on invalid reported lint range (#31261)
When a lint diagnostic contained an invalid range where the `start`
value was bigger than the `end` value, we'd panic when passing the range
to `dprint`. We should ensure that the range is correct right when we're
creating the lint diagnostic instead.

Fixes https://github.com/denoland/deno/issues/31249
2025-11-12 15:11:40 +01:00
..
40_bench.js refactor: merge deno_console into deno_web (#31185) 2025-11-05 08:46:48 +01:00
40_jupyter.js feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117) 2025-02-18 00:29:45 -08:00
40_lint.js fix(unstable): don't panic on invalid reported lint range (#31261) 2025-11-12 15:11:40 +01:00
40_lint_selector.js fix(unstable): parsing regex in selector with character class (#30462) 2025-08-20 07:58:09 +02:00
40_lint_types.d.ts feat(unstable): support comments in lint plugin (#29189) 2025-05-08 21:59:36 +02:00
40_test.js feat(test): Add setup and teardown APIs to Deno.test API (#30504) 2025-09-02 16:27:04 +02:00
40_test_common.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00