@swc/wasm 1.2.121 → 1.2.125

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.2.121",
7
+ "version": "1.2.125",
8
8
  "license": "Apache-2.0",
9
9
  "repository": {
10
10
  "type": "git",
package/wasm.d.ts CHANGED
@@ -29,4 +29,4 @@ export function transformSync(s: string, opts: any): any;
29
29
  * @param {any} opts
30
30
  * @returns {any}
31
31
  */
32
- export function execute(query: string, opts: any): any;
32
+ export function browserslist(query: string, opts: any): any;
package/wasm.js CHANGED
@@ -165,10 +165,10 @@ module.exports.transformSync = function(s, opts) {
165
165
  * @param {any} opts
166
166
  * @returns {any}
167
167
  */
168
- module.exports.execute = function(query, opts) {
168
+ module.exports.browserslist = function(query, opts) {
169
169
  var ptr0 = passStringToWasm0(query, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
170
170
  var len0 = WASM_VECTOR_LEN;
171
- var ret = wasm.execute(ptr0, len0, addHeapObject(opts));
171
+ var ret = wasm.browserslist(ptr0, len0, addHeapObject(opts));
172
172
  return takeObject(ret);
173
173
  };
174
174
 
package/wasm_bg.wasm CHANGED
Binary file