@swc/wasm-typescript-esm 1.7.5 → 1.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @swc/wasm-tyescript
1
+ # @swc/wasm-typescript
2
2
 
3
3
  This package provides a Wasm binding for the TypeScript transform.
4
4
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "강동윤 <kdy1997.dev@gmail.com>"
6
6
  ],
7
7
  "description": "wasm module for swc",
8
- "version": "1.7.5",
8
+ "version": "1.7.6",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
package/wasm.js CHANGED
@@ -514,7 +514,7 @@ function __wbg_get_imports() {
514
514
  imports.wbg.__wbg_queueMicrotask_481971b0d87f3dd4 = function(arg0) {
515
515
  queueMicrotask(getObject(arg0));
516
516
  };
517
- imports.wbg.__wbindgen_closure_wrapper3794 = function(arg0, arg1, arg2) {
517
+ imports.wbg.__wbindgen_closure_wrapper3803 = function(arg0, arg1, arg2) {
518
518
  const ret = makeMutClosure(arg0, arg1, 495, __wbg_adapter_38);
519
519
  return addHeapObject(ret);
520
520
  };
package/wasm_bg.wasm CHANGED
Binary file