@swc/wasm-web 1.15.10 → 1.15.11

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
@@ -5,7 +5,7 @@
5
5
  "강동윤 <kdy1997.dev@gmail.com>"
6
6
  ],
7
7
  "description": "wasm module for swc",
8
- "version": "1.15.10",
8
+ "version": "1.15.11",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
package/wasm.d.ts CHANGED
@@ -426,27 +426,27 @@ export interface Options extends Config {
426
426
  *
427
427
  * "root" - Passes the "root" value through as unchanged.
428
428
  * "upward" - Walks upward from the "root" directory, looking for a directory
429
- * containing a swc.config.js file, and throws an error if a swc.config.js
429
+ * containing a .swcrc file, and throws an error if a .swcrc
430
430
  * is not found.
431
431
  * "upward-optional" - Walk upward from the "root" directory, looking for
432
- * a directory containing a swc.config.js file, and falls back to "root"
433
- * if a swc.config.js is not found.
432
+ * a directory containing a .swcrc file, and falls back to "root"
433
+ * if a .swcrc is not found.
434
434
  *
435
435
  *
436
436
  * "root" is the default mode because it avoids the risk that Swc
437
- * will accidentally load a swc.config.js that is entirely outside
437
+ * will accidentally load a .swcrc that is entirely outside
438
438
  * of the current project folder. If you use "upward-optional",
439
439
  * be aware that it will walk up the directory structure all the
440
440
  * way to the filesystem root, and it is always possible that someone
441
- * will have a forgotten swc.config.js in their home directory,
441
+ * will have a forgotten .swcrc in their home directory,
442
442
  * which could cause unexpected errors in your builds.
443
443
  *
444
444
  *
445
445
  * Users with monorepo project structures that run builds/tests on a
446
446
  * per-package basis may well want to use "upward" since monorepos
447
- * often have a swc.config.js in the project root. Running Swc
447
+ * often have a .swcrc in the project root. Running Swc
448
448
  * in a monorepo subdirectory without "upward", will cause Swc
449
- * to skip loading any swc.config.js files in the project root,
449
+ * to skip loading any .swcrc files in the project root,
450
450
  * which can lead to unexpected errors and compilation failure.
451
451
  */
452
452
  rootMode?: "root" | "upward" | "upward-optional";
package/wasm.js CHANGED
@@ -635,8 +635,8 @@ function __wbg_get_imports() {
635
635
  const ret = false;
636
636
  return ret;
637
637
  };
638
- imports.wbg.__wbindgen_closure_wrapper13657 = function(arg0, arg1, arg2) {
639
- const ret = makeMutClosure(arg0, arg1, 801, __wbg_adapter_52);
638
+ imports.wbg.__wbindgen_closure_wrapper13284 = function(arg0, arg1, arg2) {
639
+ const ret = makeMutClosure(arg0, arg1, 586, __wbg_adapter_52);
640
640
  return addHeapObject(ret);
641
641
  };
642
642
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
package/wasm_bg.wasm CHANGED
Binary file