@rspack/core 1.4.3 → 1.4.4
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/dist/index.js +5 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -9281,7 +9281,7 @@ You can also more options via the 'target' option: 'browserslist' / 'browserslis
|
|
9281
9281
|
}, applyExperimentsDefaults = (experiments, { production, development })=>{
|
9282
9282
|
defaults_F(experiments, "cache", ()=>development), D(experiments, "futureDefaults", !1), D(experiments, "lazyCompilation", !1), D(experiments, "asyncWebAssembly", experiments.futureDefaults), D(experiments, "css", !!experiments.futureDefaults || void 0), D(experiments, "layers", !1), D(experiments, "topLevelAwait", !0), D(experiments, "buildHttp", void 0), experiments.buildHttp && "object" == typeof experiments.buildHttp && D(experiments.buildHttp, "upgrade", !1), D(experiments, "incremental", {}), "object" == typeof experiments.incremental && (D(experiments.incremental, "silent", !0), D(experiments.incremental, "make", !0), D(experiments.incremental, "inferAsyncModules", !0), D(experiments.incremental, "providedExports", !0), D(experiments.incremental, "dependenciesDiagnostics", !0), D(experiments.incremental, "sideEffects", !0), D(experiments.incremental, "buildChunkGraph", !0), D(experiments.incremental, "moduleIds", !0), D(experiments.incremental, "chunkIds", !0), D(experiments.incremental, "modulesHashes", !0), D(experiments.incremental, "modulesCodegen", !0), D(experiments.incremental, "modulesRuntimeRequirements", !0), D(experiments.incremental, "chunksRuntimeRequirements", !0), D(experiments.incremental, "chunksHashes", !0), D(experiments.incremental, "chunksRender", !0), D(experiments.incremental, "emitAssets", !0)), D(experiments, "rspackFuture", {}), D(experiments, "parallelCodeSplitting", !0), D(experiments, "parallelLoader", !1), D(experiments, "useInputFileSystem", !1), D(experiments, "inlineConst", !1), D(experiments, "inlineEnum", !1), D(experiments, "typeReexportsPresence", !1);
|
9283
9283
|
}, applybundlerInfoDefaults = (rspackFuture, library)=>{
|
9284
|
-
"object" == typeof rspackFuture && (D(rspackFuture, "bundlerInfo", {}), "object" == typeof rspackFuture.bundlerInfo && (D(rspackFuture.bundlerInfo, "version", "1.4.
|
9284
|
+
"object" == typeof rspackFuture && (D(rspackFuture, "bundlerInfo", {}), "object" == typeof rspackFuture.bundlerInfo && (D(rspackFuture.bundlerInfo, "version", "1.4.4"), D(rspackFuture.bundlerInfo, "bundler", "rspack"), D(rspackFuture.bundlerInfo, "force", !library)));
|
9285
9285
|
}, applySnapshotDefaults = (_snapshot, _env)=>{}, applyJavascriptParserOptionsDefaults = (parserOptions)=>{
|
9286
9286
|
D(parserOptions, "dynamicImportMode", "lazy"), D(parserOptions, "dynamicImportPrefetch", !1), D(parserOptions, "dynamicImportPreload", !1), D(parserOptions, "url", !0), D(parserOptions, "exprContextCritical", !0), D(parserOptions, "wrappedContextCritical", !1), D(parserOptions, "wrappedContextRegExp", /.*/), D(parserOptions, "strictExportPresence", !1), D(parserOptions, "requireAsExpression", !0), D(parserOptions, "requireDynamic", !0), D(parserOptions, "requireResolve", !0), D(parserOptions, "importDynamic", !0), D(parserOptions, "worker", [
|
9287
9287
|
"..."
|
@@ -10187,7 +10187,7 @@ You can also more options via the 'target' option: 'browserslist' / 'browserslis
|
|
10187
10187
|
},
|
10188
10188
|
arm: "gnueabihf"
|
10189
10189
|
}
|
10190
|
-
}, BINDING_VERSION = __webpack_require__("@rspack/binding/package.json").version, CORE_VERSION = "1.4.
|
10190
|
+
}, BINDING_VERSION = __webpack_require__("@rspack/binding/package.json").version, CORE_VERSION = "1.4.4", getAddonPlatformArchAbi = ()=>{
|
10191
10191
|
let { platform, arch } = process, binding = "";
|
10192
10192
|
binding += platform;
|
10193
10193
|
let abi = NodePlatformArchToAbi[platform][arch];
|
@@ -11486,7 +11486,7 @@ You can also more options via the 'target' option: 'browserslist' / 'browserslis
|
|
11486
11486
|
obj.children = this.stats.map((stat, idx)=>{
|
11487
11487
|
let obj = stat.toJson(childOptions.children[idx]), compilationName = stat.compilation.name;
|
11488
11488
|
return obj.name = compilationName && makePathsRelative(childOptions.context, compilationName, stat.compilation.compiler.root), obj;
|
11489
|
-
}), childOptions.version && (obj.rspackVersion = "1.4.
|
11489
|
+
}), childOptions.version && (obj.rspackVersion = "1.4.4", obj.version = "5.75.0"), childOptions.hash && (obj.hash = obj.children.map((j)=>j.hash).join(""));
|
11490
11490
|
let mapError = (j, obj)=>({
|
11491
11491
|
...obj,
|
11492
11492
|
compilerPath: obj.compilerPath ? `${j.name}.${obj.compilerPath}` : j.name
|
@@ -12389,7 +12389,7 @@ You can also more options via the 'target' option: 'browserslist' / 'browserslis
|
|
12389
12389
|
object.hash = context.getStatsCompilation(compilation).hash;
|
12390
12390
|
},
|
12391
12391
|
version: (object)=>{
|
12392
|
-
object.version = "5.75.0", object.rspackVersion = "1.4.
|
12392
|
+
object.version = "5.75.0", object.rspackVersion = "1.4.4";
|
12393
12393
|
},
|
12394
12394
|
env: (object, _compilation, _context, { _env })=>{
|
12395
12395
|
object.env = _env;
|
@@ -15869,7 +15869,7 @@ You can also more options via the 'target' option: 'browserslist' / 'browserslis
|
|
15869
15869
|
let _options = JSON.stringify(options || {});
|
15870
15870
|
return binding_default().transform(source, _options);
|
15871
15871
|
}
|
15872
|
-
let exports_rspackVersion = "1.4.
|
15872
|
+
let exports_rspackVersion = "1.4.4", exports_version = "5.75.0", exports_WebpackError = Error, sources = __webpack_require__("webpack-sources"), exports_config = {
|
15873
15873
|
getNormalizedRspackOptions: getNormalizedRspackOptions,
|
15874
15874
|
applyRspackOptionsDefaults: applyRspackOptionsDefaults,
|
15875
15875
|
getNormalizedWebpackOptions: getNormalizedRspackOptions,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rspack/core",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.4",
|
4
4
|
"webpackVersion": "5.75.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"description": "The fast Rust-based web bundler with webpack-compatible API",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"dependencies": {
|
59
59
|
"@module-federation/runtime-tools": "0.15.0",
|
60
60
|
"@rspack/lite-tapable": "1.0.1",
|
61
|
-
"@rspack/binding": "1.4.
|
61
|
+
"@rspack/binding": "1.4.4"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
64
|
"@swc/helpers": ">=0.5.1"
|