@rsbuild/core 1.6.10 → 1.6.12-canary-63b4dae2-20251204065915

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.
@@ -4,20 +4,6 @@
4
4
  * MIT Licensed
5
5
  */
6
6
 
7
- /*!
8
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
9
- *
10
- * Copyright (c) 2014-2017, Jon Schlinkert.
11
- * Released under the MIT License.
12
- */
13
-
14
- /*!
15
- * isobject <https://github.com/jonschlinkert/isobject>
16
- *
17
- * Copyright (c) 2014-2017, Jon Schlinkert.
18
- * Released under the MIT License.
19
- */
20
-
21
7
  /*!
22
8
  * on-finished
23
9
  * Copyright(c) 2013 Jonathan Ong
@@ -25,13 +11,6 @@
25
11
  * MIT Licensed
26
12
  */
27
13
 
28
- /*!
29
- * shallow-clone <https://github.com/jonschlinkert/shallow-clone>
30
- *
31
- * Copyright (c) 2015-present, Jon Schlinkert.
32
- * Released under the MIT License.
33
- */
34
-
35
14
  /**
36
15
  * Autoload Config for PostCSS
37
16
  *
package/dist/136.mjs CHANGED
@@ -2,7 +2,7 @@ import { createRequire } from "node:module";
2
2
  import { dirname, join } from "node:path";
3
3
  import { fileURLToPath } from "node:url";
4
4
  let constants_dirname = dirname(fileURLToPath(import.meta.url));
5
- process.platform, join(constants_dirname), join(constants_dirname, '../static');
5
+ process.platform, join(constants_dirname), join(constants_dirname, '../static'), join(constants_dirname, 'client');
6
6
  let COMPILED_PATH = join(constants_dirname, '../compiled'), vendors_require = createRequire(import.meta.url), requireCompiledPackage = (name)=>vendors_require(`${COMPILED_PATH}/${name}/index.js`);
7
7
  requireCompiledPackage('picocolors');
8
8
  let transformLoader = async function transform(source, map) {
package/dist/2~open.cjs CHANGED
@@ -3,7 +3,7 @@ const __rslib_import_meta_url__ = 'undefined' == typeof document ? new (require(
3
3
  exports.ids = [
4
4
  "664"
5
5
  ], exports.modules = {
6
- "../../node_modules/.pnpm/open@11.0.0/node_modules/open/index.js": function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
6
+ "../../node_modules/.pnpm/open@11.0.0/node_modules/open/index.js" (__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
7
7
  let isDockerCached, cachedResult, canAccessPowerShellPromise, mountPoint, defaultMountPoint;
8
8
  __webpack_require__.d(__webpack_exports__, {
9
9
  default: ()=>node_modules_open,
@@ -4,7 +4,7 @@ const __rslib_import_meta_url__ = 'undefined' == typeof document ? new (require(
4
4
  exports.ids = [
5
5
  "603"
6
6
  ], exports.modules = {
7
- "../../node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser/index.js": function(module) {
7
+ "../../node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser/index.js" (module) {
8
8
  function combineRanges(ranges) {
9
9
  for(var ordered = ranges.map(mapWithIndex).sort(sortByRangeStart), j = 0, i = 1; i < ordered.length; i++){
10
10
  var range = ordered[i], current = ordered[j];