@rspack-canary/browser 1.4.12-canary-4f117639-20250801102630 → 1.4.12-canary-40c41ca5-20250806090917
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/NativeWatchFileSystem.d.ts +2 -1
- package/dist/NormalModuleFactory.d.ts +2 -2
- package/dist/Resolver.d.ts +0 -6
- package/dist/ResolverFactory.d.ts +8 -5
- package/dist/builtin-plugin/APIPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ArrayPushCallbackChunkFormatPlugin.d.ts +1 -1
- package/dist/builtin-plugin/AssetModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/AsyncWebAssemblyModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/BannerPlugin.d.ts +1 -1
- package/dist/builtin-plugin/BundlerInfoRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ChunkPrefetchPreloadPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CommonJsChunkFormatPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ContextReplacementPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CopyRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CssChunkingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/CssModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DataUriPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DefinePlugin.d.ts +1 -1
- package/dist/builtin-plugin/DllEntryPlugin.d.ts +1 -1
- package/dist/builtin-plugin/DllReferenceAgencyPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ElectronTargetPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EnableChunkLoadingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EnableWasmLoadingPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EnsureChunkConditionsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EntryPlugin.d.ts +1 -1
- package/dist/builtin-plugin/EvalDevToolModulePlugin.d.ts +1 -1
- package/dist/builtin-plugin/EvalSourceMapDevToolPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FetchCompileAsyncWasmPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FileUriPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FlagAllModulesAsUsedPlugin.d.ts +1 -1
- package/dist/builtin-plugin/FlagDependencyExportsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/HttpExternalsRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/IgnorePlugin.d.ts +1 -1
- package/dist/builtin-plugin/InferAsyncModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/JsLoaderRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/JsonModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/LibManifestPlugin.d.ts +1 -1
- package/dist/builtin-plugin/LightningCssMinimizerRspackPlugin.d.ts +1 -1
- package/dist/builtin-plugin/LimitChunkCountPlugin.d.ts +1 -1
- package/dist/builtin-plugin/MergeDuplicateChunksPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ModuleChunkFormatPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ModuleInfoHeaderPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NamedChunkIdsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NamedModuleIdsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NoEmitOnErrorsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/NodeTargetPlugin.d.ts +1 -1
- package/dist/builtin-plugin/OccurrenceChunkIdsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ProgressPlugin.d.ts +1 -1
- package/dist/builtin-plugin/ProvidePlugin.d.ts +1 -1
- package/dist/builtin-plugin/RealContentHashPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RemoveDuplicateModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RemoveEmptyChunksPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RsdoctorPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RslibPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RstestPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RuntimeChunkPlugin.d.ts +1 -1
- package/dist/builtin-plugin/RuntimePlugin.d.ts +1 -1
- package/dist/builtin-plugin/SideEffectsFlagPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SizeLimitsPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SourceMapDevToolPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SubresourceIntegrityPlugin.d.ts +1 -1
- package/dist/builtin-plugin/SwcJsMinimizerPlugin.d.ts +1 -1
- package/dist/builtin-plugin/WarnCaseSensitiveModulesPlugin.d.ts +1 -1
- package/dist/builtin-plugin/base.d.ts +2 -2
- package/dist/builtin-plugin/html-plugin/plugin.d.ts +1 -1
- package/dist/builtin-plugin/lazy-compilation/lazyCompilation.d.ts +1 -1
- package/dist/config/normalization.d.ts +1 -0
- package/dist/config/types.d.ts +9 -4
- package/dist/container/ModuleFederationRuntimePlugin.d.ts +1 -1
- package/dist/index.mjs +125 -59
- package/dist/rspack.wasm32-wasi.wasm +0 -0
- package/dist/schema/config.d.ts +48 -47
- package/dist/schema/loaders.d.ts +5 -5
- package/dist/schema/plugins.d.ts +10 -10
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -40173,19 +40173,21 @@ function getRawOutputEnvironment(environment = {}) {
|
|
|
40173
40173
|
};
|
|
40174
40174
|
}
|
|
40175
40175
|
function getRawExtensionAlias(alias = {}) {
|
|
40176
|
-
|
|
40177
|
-
|
|
40178
|
-
|
|
40179
|
-
|
|
40180
|
-
];
|
|
40181
|
-
return [
|
|
40182
|
-
key,
|
|
40183
|
-
[
|
|
40176
|
+
if ("object" == typeof alias && null !== alias) {
|
|
40177
|
+
const entries = Object.entries(alias).map(([key, value])=>{
|
|
40178
|
+
if (Array.isArray(value)) return [
|
|
40179
|
+
key,
|
|
40184
40180
|
value
|
|
40185
|
-
]
|
|
40186
|
-
|
|
40187
|
-
|
|
40188
|
-
|
|
40181
|
+
];
|
|
40182
|
+
return [
|
|
40183
|
+
key,
|
|
40184
|
+
[
|
|
40185
|
+
value
|
|
40186
|
+
]
|
|
40187
|
+
];
|
|
40188
|
+
});
|
|
40189
|
+
return Object.fromEntries(entries);
|
|
40190
|
+
}
|
|
40189
40191
|
}
|
|
40190
40192
|
function getRawAlias(alias = {}) {
|
|
40191
40193
|
if ("object" == typeof alias && null !== alias && !Array.isArray(alias)) return Object.entries(alias).map(([key, value])=>({
|
|
@@ -40592,6 +40594,14 @@ function ExternalsPlugin_class_private_field_set(receiver, privateMap, value) {
|
|
|
40592
40594
|
ExternalsPlugin_class_apply_descriptor_set(receiver, descriptor, value);
|
|
40593
40595
|
return value;
|
|
40594
40596
|
}
|
|
40597
|
+
function ExternalsPlugin_class_private_method_get(receiver, privateSet, fn) {
|
|
40598
|
+
if (!privateSet.has(receiver)) throw new TypeError("attempted to get private field on non-instance");
|
|
40599
|
+
return fn;
|
|
40600
|
+
}
|
|
40601
|
+
function ExternalsPlugin_class_private_method_init(obj, privateSet) {
|
|
40602
|
+
ExternalsPlugin_check_private_redeclaration(obj, privateSet);
|
|
40603
|
+
privateSet.add(obj);
|
|
40604
|
+
}
|
|
40595
40605
|
function ExternalsPlugin_define_property(obj, key, value) {
|
|
40596
40606
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
40597
40607
|
value: value,
|
|
@@ -40602,7 +40612,7 @@ function ExternalsPlugin_define_property(obj, key, value) {
|
|
|
40602
40612
|
else obj[key] = value;
|
|
40603
40613
|
return obj;
|
|
40604
40614
|
}
|
|
40605
|
-
var _resolveRequestCache = /*#__PURE__*/ new WeakMap(), _processResolveResult = /*#__PURE__*/ new WeakMap(), _getRawExternalItem = /*#__PURE__*/ new WeakMap();
|
|
40615
|
+
var _resolveRequestCache = /*#__PURE__*/ new WeakMap(), _processResolveResult = /*#__PURE__*/ new WeakMap(), _processRequest = /*#__PURE__*/ new WeakSet(), _getRawExternalItem = /*#__PURE__*/ new WeakMap();
|
|
40606
40616
|
class ExternalsPlugin extends RspackBuiltinPlugin {
|
|
40607
40617
|
raw() {
|
|
40608
40618
|
const type = this.type;
|
|
@@ -40616,7 +40626,7 @@ class ExternalsPlugin extends RspackBuiltinPlugin {
|
|
|
40616
40626
|
return createBuiltinPlugin(this.name, raw);
|
|
40617
40627
|
}
|
|
40618
40628
|
constructor(type, externals){
|
|
40619
|
-
super(), ExternalsPlugin_define_property(this, "type", void 0), ExternalsPlugin_define_property(this, "externals", void 0), ExternalsPlugin_define_property(this, "name", void 0), ExternalsPlugin_class_private_field_init(this, _resolveRequestCache, {
|
|
40629
|
+
super(), ExternalsPlugin_class_private_method_init(this, _processRequest), ExternalsPlugin_define_property(this, "type", void 0), ExternalsPlugin_define_property(this, "externals", void 0), ExternalsPlugin_define_property(this, "name", void 0), ExternalsPlugin_class_private_field_init(this, _resolveRequestCache, {
|
|
40620
40630
|
writable: true,
|
|
40621
40631
|
value: void 0
|
|
40622
40632
|
}), ExternalsPlugin_class_private_field_init(this, _processResolveResult, {
|
|
@@ -40647,7 +40657,7 @@ class ExternalsPlugin extends RspackBuiltinPlugin {
|
|
|
40647
40657
|
issuer: data.contextInfo.issuer,
|
|
40648
40658
|
issuerLayer: data.contextInfo.issuerLayer ?? null
|
|
40649
40659
|
},
|
|
40650
|
-
getResolve (options)
|
|
40660
|
+
getResolve: (options)=>{
|
|
40651
40661
|
const rawResolve = options ? getRawResolve(options) : void 0;
|
|
40652
40662
|
const resolve = ctx.getResolve(rawResolve);
|
|
40653
40663
|
return (context, request, callback)=>{
|
|
@@ -40656,7 +40666,7 @@ class ExternalsPlugin extends RspackBuiltinPlugin {
|
|
|
40656
40666
|
if (error) promiseReject(error);
|
|
40657
40667
|
else {
|
|
40658
40668
|
const req = processResolveResult(text);
|
|
40659
|
-
promiseResolve(
|
|
40669
|
+
promiseResolve(req ? ExternalsPlugin_class_private_method_get(this, _processRequest, processRequest).call(this, req) : void 0);
|
|
40660
40670
|
}
|
|
40661
40671
|
});
|
|
40662
40672
|
});
|
|
@@ -40664,7 +40674,7 @@ class ExternalsPlugin extends RspackBuiltinPlugin {
|
|
|
40664
40674
|
if (error) callback(error);
|
|
40665
40675
|
else {
|
|
40666
40676
|
const req = processResolveResult(text);
|
|
40667
|
-
callback(null,
|
|
40677
|
+
callback(null, req ? ExternalsPlugin_class_private_method_get(this, _processRequest, processRequest).call(this, req) : false, req);
|
|
40668
40678
|
}
|
|
40669
40679
|
});
|
|
40670
40680
|
};
|
|
@@ -40694,6 +40704,9 @@ class ExternalsPlugin extends RspackBuiltinPlugin {
|
|
|
40694
40704
|
});
|
|
40695
40705
|
}
|
|
40696
40706
|
}
|
|
40707
|
+
function processRequest(req) {
|
|
40708
|
+
return `${req.path.replace(/#/g, "\u200b#")}${req.query.replace(/#/g, "\u200b#")}${req.fragment}`;
|
|
40709
|
+
}
|
|
40697
40710
|
function getRawExternalItemValueFormFnResult(result) {
|
|
40698
40711
|
return void 0 === result ? result : getRawExternalItemValue(result);
|
|
40699
40712
|
}
|
|
@@ -47063,12 +47076,13 @@ const applyExperimentsDefaults = (experiments, { production, development })=>{
|
|
|
47063
47076
|
D(experiments, "inlineConst", false);
|
|
47064
47077
|
D(experiments, "inlineEnum", false);
|
|
47065
47078
|
D(experiments, "typeReexportsPresence", false);
|
|
47079
|
+
D(experiments, "lazyBarrel", false);
|
|
47066
47080
|
};
|
|
47067
47081
|
const applybundlerInfoDefaults = (rspackFuture, library)=>{
|
|
47068
47082
|
if ("object" == typeof rspackFuture) {
|
|
47069
47083
|
D(rspackFuture, "bundlerInfo", {});
|
|
47070
47084
|
if ("object" == typeof rspackFuture.bundlerInfo) {
|
|
47071
|
-
D(rspackFuture.bundlerInfo, "version", "1.4.12-canary-
|
|
47085
|
+
D(rspackFuture.bundlerInfo, "version", "1.4.12-canary-40c41ca5-20250806090917");
|
|
47072
47086
|
D(rspackFuture.bundlerInfo, "bundler", "rspack");
|
|
47073
47087
|
D(rspackFuture.bundlerInfo, "force", !library);
|
|
47074
47088
|
}
|
|
@@ -48825,7 +48839,7 @@ function Resolver_class_private_field_set(receiver, privateMap, value) {
|
|
|
48825
48839
|
Resolver_class_apply_descriptor_set(receiver, descriptor, value);
|
|
48826
48840
|
return value;
|
|
48827
48841
|
}
|
|
48828
|
-
var _binding = /*#__PURE__*/ new WeakMap()
|
|
48842
|
+
var _binding = /*#__PURE__*/ new WeakMap();
|
|
48829
48843
|
class Resolver {
|
|
48830
48844
|
resolveSync(context, path, request) {
|
|
48831
48845
|
return Resolver_class_private_field_get(this, _binding).resolveSync(path, request) ?? false;
|
|
@@ -48837,29 +48851,11 @@ class Resolver {
|
|
|
48837
48851
|
callback(error, req ? `${req.path.replace(/#/g, "\u200b#")}${req.query.replace(/#/g, "\u200b#")}${req.fragment}` : false, req);
|
|
48838
48852
|
});
|
|
48839
48853
|
}
|
|
48840
|
-
withOptions(options) {
|
|
48841
|
-
const cacheEntry = Resolver_class_private_field_get(this, _childCache).get(options);
|
|
48842
|
-
if (void 0 !== cacheEntry) return cacheEntry;
|
|
48843
|
-
const { dependencyCategory, resolveToContext, ...resolve } = options;
|
|
48844
|
-
const rawResolve = getRawResolve(resolve);
|
|
48845
|
-
const binding = Resolver_class_private_field_get(this, _binding).withOptions({
|
|
48846
|
-
dependencyCategory,
|
|
48847
|
-
resolveToContext,
|
|
48848
|
-
...rawResolve
|
|
48849
|
-
});
|
|
48850
|
-
const resolver = new Resolver(binding);
|
|
48851
|
-
Resolver_class_private_field_get(this, _childCache).set(options, resolver);
|
|
48852
|
-
return resolver;
|
|
48853
|
-
}
|
|
48854
48854
|
constructor(binding){
|
|
48855
48855
|
Resolver_class_private_field_init(this, _binding, {
|
|
48856
48856
|
writable: true,
|
|
48857
48857
|
value: void 0
|
|
48858
48858
|
});
|
|
48859
|
-
Resolver_class_private_field_init(this, _childCache, {
|
|
48860
|
-
writable: true,
|
|
48861
|
-
value: new WeakMap()
|
|
48862
|
-
});
|
|
48863
48859
|
Resolver_class_private_field_set(this, _binding, binding);
|
|
48864
48860
|
}
|
|
48865
48861
|
}
|
|
@@ -48894,28 +48890,74 @@ function ResolverFactory_class_private_field_set(receiver, privateMap, value) {
|
|
|
48894
48890
|
ResolverFactory_class_apply_descriptor_set(receiver, descriptor, value);
|
|
48895
48891
|
return value;
|
|
48896
48892
|
}
|
|
48897
|
-
|
|
48893
|
+
function ResolverFactory_class_private_method_get(receiver, privateSet, fn) {
|
|
48894
|
+
if (!privateSet.has(receiver)) throw new TypeError("attempted to get private field on non-instance");
|
|
48895
|
+
return fn;
|
|
48896
|
+
}
|
|
48897
|
+
function ResolverFactory_class_private_method_init(obj, privateSet) {
|
|
48898
|
+
ResolverFactory_check_private_redeclaration(obj, privateSet);
|
|
48899
|
+
privateSet.add(obj);
|
|
48900
|
+
}
|
|
48901
|
+
const EMPTY_RESOLVE_OPTIONS = {};
|
|
48902
|
+
var ResolverFactory_binding = /*#__PURE__*/ new WeakMap(), _cache = /*#__PURE__*/ new WeakMap(), _create = /*#__PURE__*/ new WeakSet();
|
|
48898
48903
|
class ResolverFactory {
|
|
48899
48904
|
static __to_binding(resolver_factory) {
|
|
48900
48905
|
return ResolverFactory_class_private_field_get(resolver_factory, ResolverFactory_binding);
|
|
48901
48906
|
}
|
|
48902
|
-
get(type, resolveOptions) {
|
|
48903
|
-
|
|
48904
|
-
|
|
48905
|
-
|
|
48906
|
-
|
|
48907
|
-
|
|
48908
|
-
|
|
48909
|
-
|
|
48910
|
-
|
|
48911
|
-
|
|
48907
|
+
get(type, resolveOptions = EMPTY_RESOLVE_OPTIONS) {
|
|
48908
|
+
let typedCaches = ResolverFactory_class_private_field_get(this, _cache).get(type);
|
|
48909
|
+
if (!typedCaches) {
|
|
48910
|
+
typedCaches = {
|
|
48911
|
+
direct: new WeakMap(),
|
|
48912
|
+
stringified: new Map()
|
|
48913
|
+
};
|
|
48914
|
+
ResolverFactory_class_private_field_get(this, _cache).set(type, typedCaches);
|
|
48915
|
+
}
|
|
48916
|
+
const cachedResolver = typedCaches.direct.get(resolveOptions);
|
|
48917
|
+
if (cachedResolver) return cachedResolver;
|
|
48918
|
+
const ident = JSON.stringify(resolveOptions);
|
|
48919
|
+
const resolver = typedCaches.stringified.get(ident);
|
|
48920
|
+
if (resolver) {
|
|
48921
|
+
typedCaches.direct.set(resolveOptions, resolver);
|
|
48922
|
+
return resolver;
|
|
48923
|
+
}
|
|
48924
|
+
const newResolver = ResolverFactory_class_private_method_get(this, _create, ResolverFactory_create).call(this, type, resolveOptions);
|
|
48925
|
+
typedCaches.direct.set(resolveOptions, newResolver);
|
|
48926
|
+
typedCaches.stringified.set(ident, newResolver);
|
|
48927
|
+
return newResolver;
|
|
48928
|
+
}
|
|
48929
|
+
constructor(pnp, resolveOptions, loaderResolveOptions){
|
|
48930
|
+
ResolverFactory_class_private_method_init(this, _create);
|
|
48912
48931
|
ResolverFactory_class_private_field_init(this, ResolverFactory_binding, {
|
|
48913
48932
|
writable: true,
|
|
48914
48933
|
value: void 0
|
|
48915
48934
|
});
|
|
48916
|
-
|
|
48935
|
+
ResolverFactory_class_private_field_init(this, _cache, {
|
|
48936
|
+
writable: true,
|
|
48937
|
+
value: new Map()
|
|
48938
|
+
});
|
|
48939
|
+
ResolverFactory_class_private_field_set(this, ResolverFactory_binding, new external_rspack_wasi_browser_js_["default"].JsResolverFactory(pnp, getRawResolve(resolveOptions), getRawResolve(loaderResolveOptions)));
|
|
48917
48940
|
}
|
|
48918
48941
|
}
|
|
48942
|
+
function ResolverFactory_create(type, resolveOptionsWithDepType) {
|
|
48943
|
+
const { dependencyType, resolveToContext, ...resolve } = resolveOptionsWithDepType;
|
|
48944
|
+
const binding = ResolverFactory_class_private_field_get(this, ResolverFactory_binding).get(type, {
|
|
48945
|
+
...getRawResolve(resolve),
|
|
48946
|
+
dependencyType,
|
|
48947
|
+
resolveToContext
|
|
48948
|
+
});
|
|
48949
|
+
const resolver = new Resolver(binding);
|
|
48950
|
+
const childCache = new WeakMap();
|
|
48951
|
+
resolver.withOptions = (options)=>{
|
|
48952
|
+
const cacheEntry = childCache.get(options);
|
|
48953
|
+
if (void 0 !== cacheEntry) return cacheEntry;
|
|
48954
|
+
const mergedOptions = cachedCleverMerge(resolveOptionsWithDepType, options);
|
|
48955
|
+
const newResolver = this.get(type, mergedOptions);
|
|
48956
|
+
childCache.set(options, newResolver);
|
|
48957
|
+
return newResolver;
|
|
48958
|
+
};
|
|
48959
|
+
return resolver;
|
|
48960
|
+
}
|
|
48919
48961
|
function RuleSetCompiler_define_property(obj, key, value) {
|
|
48920
48962
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
48921
48963
|
value: value,
|
|
@@ -50734,7 +50776,7 @@ class Compiler {
|
|
|
50734
50776
|
this.running = false;
|
|
50735
50777
|
this.idle = false;
|
|
50736
50778
|
this.watchMode = false;
|
|
50737
|
-
this.resolverFactory = new ResolverFactory(options.resolve.pnp ?? getPnpDefault());
|
|
50779
|
+
this.resolverFactory = new ResolverFactory(options.resolve.pnp ?? getPnpDefault(), options.resolve, options.resolveLoader);
|
|
50738
50780
|
new JsLoaderRspackPlugin(this).apply(this);
|
|
50739
50781
|
new ExecuteModulePlugin().apply(this);
|
|
50740
50782
|
new TraceHookPlugin().apply(this);
|
|
@@ -50931,7 +50973,7 @@ class MultiStats {
|
|
|
50931
50973
|
return obj;
|
|
50932
50974
|
});
|
|
50933
50975
|
if (childOptions.version) {
|
|
50934
|
-
obj.rspackVersion = "1.4.12-canary-
|
|
50976
|
+
obj.rspackVersion = "1.4.12-canary-40c41ca5-20250806090917";
|
|
50935
50977
|
obj.version = "5.75.0";
|
|
50936
50978
|
}
|
|
50937
50979
|
if (childOptions.hash) obj.hash = obj.children.map((j)=>j.hash).join("");
|
|
@@ -52241,7 +52283,7 @@ const SIMPLE_EXTRACTORS = {
|
|
|
52241
52283
|
},
|
|
52242
52284
|
version: (object)=>{
|
|
52243
52285
|
object.version = "5.75.0";
|
|
52244
|
-
object.rspackVersion = "1.4.12-canary-
|
|
52286
|
+
object.rspackVersion = "1.4.12-canary-40c41ca5-20250806090917";
|
|
52245
52287
|
},
|
|
52246
52288
|
env: (object, _compilation, _context, { _env })=>{
|
|
52247
52289
|
object.env = _env;
|
|
@@ -54462,9 +54504,8 @@ function NativeWatchFileSystem_class_private_field_set(receiver, privateMap, val
|
|
|
54462
54504
|
const toJsWatcherIgnored = (ignored)=>{
|
|
54463
54505
|
if (Array.isArray(ignored) || "string" == typeof ignored || ignored instanceof RegExp) return ignored;
|
|
54464
54506
|
if ("function" == typeof ignored) throw new Error("NativeWatcher does not support using a function for the 'ignored' option");
|
|
54465
|
-
if (ignored) throw new Error(`Invalid option for 'ignored': ${ignored}`);
|
|
54466
54507
|
};
|
|
54467
|
-
var NativeWatchFileSystem_inner = /*#__PURE__*/ new WeakMap();
|
|
54508
|
+
var NativeWatchFileSystem_inner = /*#__PURE__*/ new WeakMap(), _inputFileSystem = /*#__PURE__*/ new WeakMap();
|
|
54468
54509
|
class NativeWatchFileSystem {
|
|
54469
54510
|
watch(files, directories, missing, _startTime, options, callback, callbackUndelayed) {
|
|
54470
54511
|
if ((!files.added || "function" != typeof files.added[Symbol.iterator]) && (!files.removed || "function" != typeof files.removed[Symbol.iterator])) throw new Error("Invalid arguments: 'files'");
|
|
@@ -54483,14 +54524,33 @@ class NativeWatchFileSystem {
|
|
|
54483
54524
|
Array.from(missing.added),
|
|
54484
54525
|
Array.from(missing.removed)
|
|
54485
54526
|
], (err, result)=>{
|
|
54486
|
-
|
|
54527
|
+
var _class_private_field_get1;
|
|
54528
|
+
if (err) return void callback(err, new Map(), new Map(), new Set(), new Set());
|
|
54529
|
+
nativeWatcher.pause();
|
|
54530
|
+
const changedFiles = result.changedFiles;
|
|
54531
|
+
const removedFiles = result.removedFiles;
|
|
54532
|
+
if (null == (_class_private_field_get1 = NativeWatchFileSystem_class_private_field_get(this, _inputFileSystem)) ? void 0 : _class_private_field_get1.purge) {
|
|
54533
|
+
const fs = NativeWatchFileSystem_class_private_field_get(this, _inputFileSystem);
|
|
54534
|
+
for (const item of changedFiles){
|
|
54535
|
+
var _fs_purge;
|
|
54536
|
+
null == (_fs_purge = fs.purge) || _fs_purge.call(fs, item);
|
|
54537
|
+
}
|
|
54538
|
+
for (const item of removedFiles){
|
|
54539
|
+
var _fs_purge1;
|
|
54540
|
+
null == (_fs_purge1 = fs.purge) || _fs_purge1.call(fs, item);
|
|
54541
|
+
}
|
|
54542
|
+
}
|
|
54487
54543
|
callback(err, new Map(), new Map(), new Set(changedFiles), new Set(removedFiles));
|
|
54488
54544
|
}, (fileName)=>{
|
|
54489
54545
|
callbackUndelayed(fileName, Date.now());
|
|
54490
54546
|
});
|
|
54491
54547
|
return {
|
|
54492
54548
|
close: ()=>{
|
|
54493
|
-
nativeWatcher.close()
|
|
54549
|
+
nativeWatcher.close().then(()=>{
|
|
54550
|
+
NativeWatchFileSystem_class_private_field_set(this, NativeWatchFileSystem_inner, void 0);
|
|
54551
|
+
}, (err)=>{
|
|
54552
|
+
console.error("Error closing native watcher:", err);
|
|
54553
|
+
});
|
|
54494
54554
|
},
|
|
54495
54555
|
pause: ()=>{
|
|
54496
54556
|
nativeWatcher.pause();
|
|
@@ -54517,11 +54577,16 @@ class NativeWatchFileSystem {
|
|
|
54517
54577
|
NativeWatchFileSystem_class_private_field_set(this, NativeWatchFileSystem_inner, nativeWatcher);
|
|
54518
54578
|
return nativeWatcher;
|
|
54519
54579
|
}
|
|
54520
|
-
constructor(){
|
|
54580
|
+
constructor(inputFileSystem){
|
|
54521
54581
|
NativeWatchFileSystem_class_private_field_init(this, NativeWatchFileSystem_inner, {
|
|
54522
54582
|
writable: true,
|
|
54523
54583
|
value: void 0
|
|
54524
54584
|
});
|
|
54585
|
+
NativeWatchFileSystem_class_private_field_init(this, _inputFileSystem, {
|
|
54586
|
+
writable: true,
|
|
54587
|
+
value: void 0
|
|
54588
|
+
});
|
|
54589
|
+
NativeWatchFileSystem_class_private_field_set(this, _inputFileSystem, inputFileSystem);
|
|
54525
54590
|
}
|
|
54526
54591
|
}
|
|
54527
54592
|
function NodeWatchFileSystem_define_property(obj, key, value) {
|
|
@@ -54818,7 +54883,7 @@ class NodeEnvironmentPlugin {
|
|
|
54818
54883
|
compiler.inputFileSystem = inputFileSystem;
|
|
54819
54884
|
compiler.outputFileSystem = browser_fs["default"];
|
|
54820
54885
|
compiler.intermediateFileSystem = null;
|
|
54821
|
-
if (compiler.options.experiments.nativeWatcher) compiler.watchFileSystem = new NativeWatchFileSystem();
|
|
54886
|
+
if (compiler.options.experiments.nativeWatcher) compiler.watchFileSystem = new NativeWatchFileSystem(inputFileSystem);
|
|
54822
54887
|
else compiler.watchFileSystem = new NodeWatchFileSystem(inputFileSystem);
|
|
54823
54888
|
compiler.hooks.beforeRun.tap("NodeEnvironmentPlugin", (compiler)=>{
|
|
54824
54889
|
if (compiler.inputFileSystem === inputFileSystem) {
|
|
@@ -56213,6 +56278,7 @@ const getRspackOptionsSchema = memoize(()=>{
|
|
|
56213
56278
|
inlineConst: schemas_boolean(),
|
|
56214
56279
|
inlineEnum: schemas_boolean(),
|
|
56215
56280
|
typeReexportsPresence: schemas_boolean(),
|
|
56281
|
+
lazyBarrel: schemas_boolean(),
|
|
56216
56282
|
nativeWatcher: schemas_boolean()
|
|
56217
56283
|
}).partial();
|
|
56218
56284
|
const watch = schemas_boolean();
|
|
@@ -56828,7 +56894,7 @@ function transformSync(source, options) {
|
|
|
56828
56894
|
const _options = JSON.stringify(options || {});
|
|
56829
56895
|
return external_rspack_wasi_browser_js_["default"].transformSync(source, _options);
|
|
56830
56896
|
}
|
|
56831
|
-
const exports_rspackVersion = "1.4.12-canary-
|
|
56897
|
+
const exports_rspackVersion = "1.4.12-canary-40c41ca5-20250806090917";
|
|
56832
56898
|
const exports_version = "5.75.0";
|
|
56833
56899
|
const exports_WebpackError = Error;
|
|
56834
56900
|
const sources = __webpack_require__("../../node_modules/.pnpm/webpack-sources@3.3.3_patch_hash=b2a26650f08a2359d0a3cd81fa6fa272aa7441a28dd7e601792da5ed5d2b4aee/node_modules/webpack-sources/lib/index.js");
|
|
Binary file
|