Skip to content

chore: improve type safety with indexed access#27626

Merged
danielroe merged 7 commits intomainfrom
chore/indexed-access
Jun 27, 2024
Merged

chore: improve type safety with indexed access#27626
danielroe merged 7 commits intomainfrom
chore/indexed-access

Conversation

@danielroe
Copy link
Copy Markdown
Member

🔗 Linked issue

📚 Description

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

.filter(i => !i.includes('const t=document.createElement("link")'))

const inlineScripts: string[] = []
for (const [_, i] of html.matchAll(/<script>([\s\S]*?)<\/script>/g)) {

Check failure

Code scanning / CodeQL

Bad HTML filtering regexp

This regular expression does not match upper case <SCRIPT> tags.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants