@rspack/core
Advanced tools
Comparing version 0.0.0-20221104050753 to 0.0.0-20221104052453
@@ -9,2 +9,3 @@ export declare type Resolve = { | ||
alias?: Record<string, string>; | ||
tsConfigPath?: string; | ||
}; | ||
@@ -19,4 +20,5 @@ export declare type ResolvedResolve = { | ||
alias: Record<string, string>; | ||
tsConfigPath: string; | ||
}; | ||
export declare function resolveResolveOptions(resolve?: Resolve): ResolvedResolve; | ||
//# sourceMappingURL=resolve.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
function resolveResolveOptions(resolve = {}) { | ||
var _a, _b, _c, _d, _e, _f, _g; | ||
var _a, _b, _c, _d, _e, _f, _g, _h; | ||
const preferRelative = (_a = resolve.preferRelative) !== null && _a !== void 0 ? _a : false; | ||
@@ -21,2 +21,3 @@ const extensions = (_b = resolve.extensions) !== null && _b !== void 0 ? _b : [ | ||
const conditionNames = (_g = resolve.conditionNames) !== null && _g !== void 0 ? _g : ["module", "import"]; | ||
const tsConfigPath = (_h = resolve.tsConfigPath) !== null && _h !== void 0 ? _h : ""; | ||
return { | ||
@@ -29,3 +30,4 @@ preferRelative, | ||
conditionNames, | ||
alias | ||
alias, | ||
tsConfigPath | ||
}; | ||
@@ -32,0 +34,0 @@ } |
{ | ||
"name": "@rspack/core", | ||
"version": "0.0.0-20221104050753", | ||
"version": "0.0.0-20221104052453", | ||
"main": "./dist/index.js", | ||
@@ -10,3 +10,3 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@rspack/core": "0.0.0-20221104050753", | ||
"@rspack/core": "0.0.0-20221104052453", | ||
"@swc/helpers": "^0.4.12", | ||
@@ -28,6 +28,6 @@ "@types/jest": "29.0.2", | ||
"dependencies": { | ||
"@rspack/binding": "0.0.0-20221104050753", | ||
"@rspack/dev-client": "0.0.0-20221104050753", | ||
"@rspack/plugin-less": "^0.0.0-20221104050753", | ||
"@rspack/plugin-postcss": "^0.0.0-20221104050753", | ||
"@rspack/binding": "0.0.0-20221104052453", | ||
"@rspack/dev-client": "0.0.0-20221104052453", | ||
"@rspack/plugin-less": "^0.0.0-20221104052453", | ||
"@rspack/plugin-postcss": "^0.0.0-20221104052453", | ||
"browserslist": "^4.21.3", | ||
@@ -34,0 +34,0 @@ "chokidar": "3.5.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
304927
177
4183
+ Added@rspack/binding@0.0.0-20221104052453(transitive)
+ Added@rspack/dev-client@0.0.0-20221104052453(transitive)
- Removed@rspack/binding@0.0.0-20221104050753(transitive)
- Removed@rspack/dev-client@0.0.0-20221104050753(transitive)