Skip to content

Commit 87622a2

Browse files
committed
Bump wasm-bindgen dependencies
1 parent 12598a6 commit 87622a2

File tree

220 files changed

+8821
-6229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+8821
-6229
lines changed

.github/workflows/formatting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
clangFormatVersion: 14
3030
- uses: actionsx/prettier@v2
3131
with:
32-
args: --config "${{ github.workspace }}/.prettierrc.toml" --write "**/*.{js,ts}"
32+
args: --config "${{ github.workspace }}/.prettierrc.toml" --write "**/*.{js,mjs,cjs,jsx,ts,tsx}"
3333
# Prettier has no diff view so we must make one ourselves
3434
# https://github.com/prettier/prettier/issues/6885
3535
- run: |

0 commit comments

Comments
 (0)