@swc/wasm 1.11.11 → 1.11.12

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "강동윤 <kdy1997.dev@gmail.com>"
5
5
  ],
6
6
  "description": "wasm module for swc",
7
- "version": "1.11.11",
7
+ "version": "1.11.12",
8
8
  "license": "Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
package/wasm.d.ts CHANGED
@@ -878,7 +878,6 @@ export interface ReactConfig {
878
878
  /**
879
879
  * Enable fast refresh feature for React app
880
880
  */
881
- refresh?:
882
881
  refresh?:
883
882
  | boolean
884
883
  | {
@@ -950,7 +949,7 @@ export interface GlobalPassOption {
950
949
  /**
951
950
  * Name of environment variables to inline.
952
951
  *
953
- * Defaults to `["NODE_ENV", "SWC_ENV"]`
952
+ * Defaults to `[]`
954
953
  */
955
954
  envs?: string[] | Record<string, string>;
956
955
  }
package/wasm.js CHANGED
@@ -685,7 +685,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
685
685
  return ret;
686
686
  };
687
687
 
688
- module.exports.__wbindgen_closure_wrapper15543 = function(arg0, arg1, arg2) {
688
+ module.exports.__wbindgen_closure_wrapper15589 = function(arg0, arg1, arg2) {
689
689
  const ret = makeMutClosure(arg0, arg1, 1025, __wbg_adapter_50);
690
690
  return addHeapObject(ret);
691
691
  };
package/wasm_bg.wasm CHANGED
Binary file