Skip to content

Commit

Permalink
chore: build wasm from swc v1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot authored and marco-ippolito committed Aug 12, 2024
1 parent 733aef2 commit 59d778b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 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 @@
"강동윤 <kdy1997.dev@gmail.com>"
],
"description": "wasm module for swc",
"version": "1.7.9",
"version": "1.7.10",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions lib/wasm.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* tslint:disable */
/* eslint-disable */

export function transform(src: string, opts?: Options): Promise<TransformOutput>;
export function transformSync(src: string, opts?: Options): TransformOutput;
export declare function transform(src: string, opts?: Options): Promise<TransformOutput>;
export declare function transformSync(src: string, opts?: Options): TransformOutput;
export type { Options, TransformOutput };



Expand Down
50 changes: 25 additions & 25 deletions lib/wasm.js

Large diffs are not rendered by default.

0 comments on commit 59d778b

Please sign in to comment.