Skip to content

Add .node and .wasm to known binary file list #17123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix `haml` pre-processing ([#17051](https://github.com/tailwindlabs/tailwindcss/pull/17051))
- Ensure classes between `>` and `<` are properly extracted ([#17094](https://github.com/tailwindlabs/tailwindcss/pull/17094))
- Treat starting single quote as verbatim text in Slim ([#17085](https://github.com/tailwindlabs/tailwindcss/pull/17085))
- Ensure `.node` and `.wasm` files are not scanned for utilities ([#17123](https://github.com/tailwindlabs/tailwindcss/pull/17123))

## [4.0.12] - 2025-03-07

Expand Down
4 changes: 3 additions & 1 deletion crates/oxide/src/scanner/fixtures/binary-extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
3g2
3gp
7z
DS_Store
a
aac
adp
Expand Down Expand Up @@ -51,6 +50,7 @@ docx
dot
dotm
dra
DS_Store
dsk
dts
dtshd
Expand Down Expand Up @@ -131,6 +131,7 @@ mpg
mpga
mxu
nef
node
npx
numbers
nupkg
Expand Down Expand Up @@ -229,6 +230,7 @@ uvu
viv
vob
war
wasm
wav
wax
wbmp
Expand Down