Files
hyperframes/packages
James 93ab216f2b test(bundler): case-insensitive script regex in ASI-guard test
CodeQL flagged the inline `<script>...</script>` regex as case-sensitive,
which would miss `<SCRIPT>` tags. The bundler always emits lowercase, so
this is a defense-in-depth fix matching the `/i` flag already used by the
sibling regexes in this file (lines 37 & 75).

Addresses CodeQL review on #641.
2026-05-06 04:46:39 +00:00
..
2026-05-05 04:41:23 +00:00
2026-05-05 04:41:23 +00:00
2026-05-05 04:41:23 +00:00
2026-05-05 04:41:23 +00:00