@storm-software/workspace-tools 1.62.33 → 1.62.34
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 +12 -0
- package/README.md +1 -1
- package/index.js +4 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +4 -1
- package/src/executors/tsup-browser/executor.js +4 -1
- package/src/executors/tsup-neutral/executor.js +4 -1
- package/src/executors/tsup-node/executor.js +4 -1
- package/src/utils/index.js +4 -1
package/package.json
CHANGED
|
@@ -453281,7 +453281,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453281
453281
|
}
|
|
453282
453282
|
},
|
|
453283
453283
|
import_typescript.sys,
|
|
453284
|
-
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
453284
|
+
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
453285
453285
|
);
|
|
453286
453286
|
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
453287
453287
|
if (parsedTsconfig.options.paths) {
|
|
@@ -453297,6 +453297,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
453297
453297
|
{}
|
|
453298
453298
|
);
|
|
453299
453299
|
}
|
|
453300
|
+
if (parsedTsconfig.fileNames) {
|
|
453301
|
+
parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
|
|
453302
|
+
}
|
|
453300
453303
|
if (parsedTsconfig.options.incremental) {
|
|
453301
453304
|
parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
|
|
453302
453305
|
}
|
|
@@ -447097,7 +447097,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447097
447097
|
}
|
|
447098
447098
|
},
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
|
-
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
447100
|
+
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
447102
|
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
447103
447103
|
if (parsedTsconfig.options.paths) {
|
|
@@ -447113,6 +447113,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447113
447113
|
{}
|
|
447114
447114
|
);
|
|
447115
447115
|
}
|
|
447116
|
+
if (parsedTsconfig.fileNames) {
|
|
447117
|
+
parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
|
|
447118
|
+
}
|
|
447116
447119
|
if (parsedTsconfig.options.incremental) {
|
|
447117
447120
|
parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
|
|
447118
447121
|
}
|
|
@@ -447097,7 +447097,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447097
447097
|
}
|
|
447098
447098
|
},
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
|
-
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
447100
|
+
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
447102
|
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
447103
447103
|
if (parsedTsconfig.options.paths) {
|
|
@@ -447113,6 +447113,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447113
447113
|
{}
|
|
447114
447114
|
);
|
|
447115
447115
|
}
|
|
447116
|
+
if (parsedTsconfig.fileNames) {
|
|
447117
|
+
parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
|
|
447118
|
+
}
|
|
447116
447119
|
if (parsedTsconfig.options.incremental) {
|
|
447117
447120
|
parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
|
|
447118
447121
|
}
|
|
@@ -447097,7 +447097,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447097
447097
|
}
|
|
447098
447098
|
},
|
|
447099
447099
|
import_typescript.sys,
|
|
447100
|
-
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
447100
|
+
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
447101
447101
|
);
|
|
447102
447102
|
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
447103
447103
|
if (parsedTsconfig.options.paths) {
|
|
@@ -447113,6 +447113,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
447113
447113
|
{}
|
|
447114
447114
|
);
|
|
447115
447115
|
}
|
|
447116
|
+
if (parsedTsconfig.fileNames) {
|
|
447117
|
+
parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
|
|
447118
|
+
}
|
|
447116
447119
|
if (parsedTsconfig.options.incremental) {
|
|
447117
447120
|
parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
|
|
447118
447121
|
}
|
package/src/utils/index.js
CHANGED
|
@@ -457359,7 +457359,7 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457359
457359
|
}
|
|
457360
457360
|
},
|
|
457361
457361
|
import_typescript.sys,
|
|
457362
|
-
(0, import_node_path2.dirname)(options8.tsConfig)
|
|
457362
|
+
correctPaths((0, import_node_path2.dirname)(options8.tsConfig))
|
|
457363
457363
|
);
|
|
457364
457364
|
parsedTsconfig.options.pathsBasePath = workspaceRoot;
|
|
457365
457365
|
if (parsedTsconfig.options.paths) {
|
|
@@ -457375,6 +457375,9 @@ Error: ${rawTsconfig.error.messageText}` : ""}`
|
|
|
457375
457375
|
{}
|
|
457376
457376
|
);
|
|
457377
457377
|
}
|
|
457378
|
+
if (parsedTsconfig.fileNames) {
|
|
457379
|
+
parsedTsconfig.fileNames = parsedTsconfig.fileNames.map((fileName) => correctPaths(fileName));
|
|
457380
|
+
}
|
|
457378
457381
|
if (parsedTsconfig.options.incremental) {
|
|
457379
457382
|
parsedTsconfig.options.tsBuildInfoFile = correctPaths((0, import_node_path2.join)(outputPath, "tsconfig.tsbuildinfo"));
|
|
457380
457383
|
}
|