@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.
- package/compiled/css-loader/index.js +18 -18
- package/compiled/html-rspack-plugin/index.js +14 -14
- package/compiled/memfs/index.js +123 -121
- package/compiled/memfs/package.json +1 -1
- package/compiled/postcss-loader/index.js +6 -6
- package/compiled/rslog/index.js +12 -9
- package/compiled/rslog/package.json +1 -1
- package/compiled/rspack-manifest-plugin/index.js +4 -4
- package/compiled/webpack-merge/index.d.ts +31 -0
- package/compiled/webpack-merge/index.js +1200 -0
- package/compiled/webpack-merge/license +20 -0
- package/compiled/webpack-merge/package.json +1 -0
- package/dist/0~range-parser.js +1 -1
- package/dist/131.js +262 -861
- package/dist/131.js.LICENSE.txt +0 -21
- package/dist/136.mjs +1 -1
- package/dist/2~open.cjs +1 -1
- package/dist/2~range-parser.cjs +1 -1
- package/dist/index.cjs +272 -884
- package/dist/index.cjs.LICENSE.txt +0 -21
- package/dist/rslib-runtime.js +1 -1
- package/dist-types/constants.d.ts +1 -0
- package/dist-types/helpers/format.d.ts +1 -1
- package/dist-types/helpers/stats.d.ts +1 -1
- package/dist-types/helpers/vendors.d.ts +1 -0
- package/dist-types/plugins/fileSize.d.ts +2 -0
- package/dist-types/server/socketServer.d.ts +4 -0
- package/dist-types/types/config.d.ts +11 -0
- package/package.json +5 -5
package/dist/131.js.LICENSE.txt
CHANGED
|
@@ -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"
|
|
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,
|
package/dist/2~range-parser.cjs
CHANGED
|
@@ -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"
|
|
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];
|