deno/cli/js
Marvin Hagemeister a5d5f478d7
Some checks are pending
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(unstable): parsing regex in selector with character class (#30462)
Fixes parsing a regex lint selector with a character class like
`[foo=/[a-z]/]`.

The parser just looked for the next `]` character and aborted there. It
didn't account for the regex grammar having this character too.

Fixes https://github.com/denoland/deno/issues/30460
2025-08-20 07:58:09 +02:00
..
40_bench.js fix(bench): lower bench time budget when n is specified (#28454) 2025-03-10 16:17:19 -04: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): lint node properties should be enumerable (#30391) 2025-08-13 13:46:51 +00: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(bench): add warmup and n for controlling number of iterations (#28123) 2025-02-18 12:44:43 -05:00
40_test_common.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00