@rspack/core
Advanced tools
Comparing version
@@ -8,5 +8,6 @@ import { type BuiltinPlugin, BuiltinPluginName } from "@rspack/binding"; | ||
private externals; | ||
private placeInInitial?; | ||
name: BuiltinPluginName; | ||
constructor(type: string, externals: Externals); | ||
constructor(type: string, externals: Externals, placeInInitial?: boolean | undefined); | ||
raw(): BuiltinPlugin | undefined; | ||
} |
@@ -97,2 +97,7 @@ /** | ||
options: RspackOptionsNormalized; | ||
/** | ||
* Note: This is not a webpack public API, maybe removed in future. | ||
* @internal | ||
*/ | ||
__internal_browser_require: (id: string) => unknown; | ||
constructor(context: string, options: RspackOptionsNormalized); | ||
@@ -99,0 +104,0 @@ get recordsInputPath(): never; |
@@ -562,5 +562,3 @@ "use strict"; | ||
return ()=>(cache || (result = callback(), cache = !0, callback = void 0), result); | ||
}; | ||
__webpack_require__("node:fs"); | ||
let LoaderLoadingError = class extends Error { | ||
}, LoaderLoadingError = class extends Error { | ||
constructor(message){ | ||
@@ -567,0 +565,0 @@ super(message), this.name = "LoaderRunnerError", Error.captureStackTrace(this, this.constructor); |
{ | ||
"name": "@rspack/core", | ||
"version": "1.5.0-rc.0", | ||
"version": "1.5.0", | ||
"webpackVersion": "5.75.0", | ||
@@ -63,3 +63,3 @@ "license": "MIT", | ||
"@rspack/lite-tapable": "1.0.1", | ||
"@rspack/binding": "1.5.0-rc.0" | ||
"@rspack/binding": "1.5.0" | ||
}, | ||
@@ -66,0 +66,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1796713
0.02%40816
0.01%1
-50%289
-0.34%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated