Skip to content

Commit

Permalink
chore: build wasm from swc v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot committed Nov 12, 2024
1 parent d486efa commit 010c68f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"강동윤 <[email protected]>"
],
"description": "wasm module for swc",
"version": "1.7.40",
"version": "1.9.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface Options {
module?: boolean;
filename?: string;
mode?: Mode;
transform?; TransformConfig;
transform?: TransformConfig;
sourceMap?: boolean;
}

Expand Down
72 changes: 36 additions & 36 deletions lib/wasm.js

Large diffs are not rendered by default.

0 comments on commit 010c68f

Please sign in to comment.