Skip to content

Commit

Permalink
chore(deps): update dependency rust to v1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 29, 2024
1 parent d942a8d commit 25f3742
Show file tree
Hide file tree
Showing 11 changed files with 406 additions and 445 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1

- uses: Boshen/setup-rust@main
with:
cache-key: wasm
Expand All @@ -134,7 +135,9 @@ jobs:

- run: just build-wasm debug
- working-directory: npm/oxc-wasm
run: pnpm run check
run: |
sed -i ${{ (runner.os == 'macOS' && '""') || '' }} -e 's/=> Array;/=> number[];/g' oxc_wasm.d.ts
pnpm run check
- working-directory: wasm/parser
run: pnpm run build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
pnpm run build
pnpm run test
- name: Check
working-directory: npm/parser-wasm
run: pnpm run check

- name: Publish
working-directory: npm/parser-wasm
env:
Expand Down
3 changes: 2 additions & 1 deletion napi/minify/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* auto-generated by NAPI-RS */
/* eslint-disable */
export declare function minify(filename: string, sourceText: string): string;
export declare function minify(filename: string, sourceText: string): string

Loading

0 comments on commit 25f3742

Please sign in to comment.