mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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 |
||
|---|---|---|
| .. | ||
| 40_bench.js | ||
| 40_jupyter.js | ||
| 40_lint.js | ||
| 40_lint_selector.js | ||
| 40_lint_types.d.ts | ||
| 40_test.js | ||
| 40_test_common.js | ||