@storm-software/workspace-tools 1.62.35 → 1.62.37
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/CHANGELOG.md +24 -0
- package/index.js +1 -5
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1 -5
- package/src/executors/tsup-browser/executor.js +1 -5
- package/src/executors/tsup-neutral/executor.js +1 -5
- package/src/executors/tsup-node/executor.js +1 -5
- package/src/utils/index.js +1 -5
package/package.json
CHANGED
|
@@ -453270,8 +453270,6 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453270
453270
|
...rawTsconfig.config,
|
|
453271
453271
|
compilerOptions: {
|
|
453272
453272
|
...rawTsconfig.config?.compilerOptions,
|
|
453273
|
-
rootDir: workspaceRoot,
|
|
453274
|
-
baseUrl: workspaceRoot,
|
|
453275
453273
|
outDir: outputPath,
|
|
453276
453274
|
noEmit: false,
|
|
453277
453275
|
emitDeclarationOnly: true,
|
|
@@ -453281,10 +453279,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453281
453279
|
}
|
|
453282
453280
|
},
|
|
453283
453281
|
import_typescript.sys,
|
|
453284
|
-
|
|
453282
|
+
workspaceRoot
|
|
453285
453283
|
);
|
|
453286
|
-
parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
|
|
453287
|
-
parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
|
|
453288
453284
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
453289
453285
|
if (parsedTsconfig.options.paths) {
|
|
453290
453286
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
@@ -447086,8 +447086,6 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447086
447086
|
...rawTsconfig.config,
|
|
447087
447087
|
compilerOptions: {
|
|
447088
447088
|
...rawTsconfig.config?.compilerOptions,
|
|
447089
|
-
rootDir: workspaceRoot,
|
|
447090
|
-
baseUrl: workspaceRoot,
|
|
447091
447089
|
outDir: outputPath,
|
|
447092
447090
|
noEmit: false,
|
|
447093
447091
|
emitDeclarationOnly: true,
|
|
@@ -447097,10 +447095,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447097
447095
|
}
|
|
447098
447096
|
},
|
|
447099
447097
|
import_typescript.sys,
|
|
447100
|
-
|
|
447098
|
+
workspaceRoot
|
|
447101
447099
|
);
|
|
447102
|
-
parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
|
|
447103
|
-
parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
|
|
447104
447100
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447105
447101
|
if (parsedTsconfig.options.paths) {
|
|
447106
447102
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
@@ -447086,8 +447086,6 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447086
447086
|
...rawTsconfig.config,
|
|
447087
447087
|
compilerOptions: {
|
|
447088
447088
|
...rawTsconfig.config?.compilerOptions,
|
|
447089
|
-
rootDir: workspaceRoot,
|
|
447090
|
-
baseUrl: workspaceRoot,
|
|
447091
447089
|
outDir: outputPath,
|
|
447092
447090
|
noEmit: false,
|
|
447093
447091
|
emitDeclarationOnly: true,
|
|
@@ -447097,10 +447095,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447097
447095
|
}
|
|
447098
447096
|
},
|
|
447099
447097
|
import_typescript.sys,
|
|
447100
|
-
|
|
447098
|
+
workspaceRoot
|
|
447101
447099
|
);
|
|
447102
|
-
parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
|
|
447103
|
-
parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
|
|
447104
447100
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447105
447101
|
if (parsedTsconfig.options.paths) {
|
|
447106
447102
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
|
@@ -447086,8 +447086,6 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447086
447086
|
...rawTsconfig.config,
|
|
447087
447087
|
compilerOptions: {
|
|
447088
447088
|
...rawTsconfig.config?.compilerOptions,
|
|
447089
|
-
rootDir: workspaceRoot,
|
|
447090
|
-
baseUrl: workspaceRoot,
|
|
447091
447089
|
outDir: outputPath,
|
|
447092
447090
|
noEmit: false,
|
|
447093
447091
|
emitDeclarationOnly: true,
|
|
@@ -447097,10 +447095,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447097
447095
|
}
|
|
447098
447096
|
},
|
|
447099
447097
|
import_typescript.sys,
|
|
447100
|
-
|
|
447098
|
+
workspaceRoot
|
|
447101
447099
|
);
|
|
447102
|
-
parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
|
|
447103
|
-
parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
|
|
447104
447100
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
447105
447101
|
if (parsedTsconfig.options.paths) {
|
|
447106
447102
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|
package/src/utils/index.js
CHANGED
|
@@ -457348,8 +457348,6 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457348
457348
|
...rawTsconfig.config,
|
|
457349
457349
|
compilerOptions: {
|
|
457350
457350
|
...rawTsconfig.config?.compilerOptions,
|
|
457351
|
-
rootDir: workspaceRoot,
|
|
457352
|
-
baseUrl: workspaceRoot,
|
|
457353
457351
|
outDir: outputPath,
|
|
457354
457352
|
noEmit: false,
|
|
457355
457353
|
emitDeclarationOnly: true,
|
|
@@ -457359,10 +457357,8 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457359
457357
|
}
|
|
457360
457358
|
},
|
|
457361
457359
|
import_typescript.sys,
|
|
457362
|
-
|
|
457360
|
+
workspaceRoot
|
|
457363
457361
|
);
|
|
457364
|
-
parsedTsconfig.options.rootDir = correctPaths(workspaceRoot);
|
|
457365
|
-
parsedTsconfig.options.baseUrl = correctPaths(workspaceRoot);
|
|
457366
457362
|
parsedTsconfig.options.pathsBasePath = correctPaths(workspaceRoot);
|
|
457367
457363
|
if (parsedTsconfig.options.paths) {
|
|
457368
457364
|
parsedTsconfig.options.paths = Object.keys(parsedTsconfig.options.paths).reduce(
|