@d1g1tal/tsbuild 1.2.2 → 1.2.3
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/{SYNDYAJC.js → PWB3B4C6.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/tsbuild.js +2 -2
- package/package.json +1 -1
|
@@ -2015,7 +2015,7 @@ var _TypeScriptProject = class _TypeScriptProject {
|
|
|
2015
2015
|
return Files.empty(this.buildConfiguration.outDir);
|
|
2016
2016
|
}
|
|
2017
2017
|
async build() {
|
|
2018
|
-
Logger.header(`\u{1F680} tsbuild v${"1.2.
|
|
2018
|
+
Logger.header(`\u{1F680} tsbuild v${"1.2.3"}${this.configuration.compilerOptions.incremental ? " [incremental]" : ""}`);
|
|
2019
2019
|
try {
|
|
2020
2020
|
const processes = [];
|
|
2021
2021
|
const filesWereEmitted = await this.typeCheck();
|
package/dist/index.js
CHANGED
package/dist/tsbuild.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BuildError,
|
|
4
4
|
TypeScriptProject
|
|
5
|
-
} from "./
|
|
5
|
+
} from "./PWB3B4C6.js";
|
|
6
6
|
import "./7FPDHUPW.js";
|
|
7
7
|
|
|
8
8
|
// src/tsbuild.ts
|
|
@@ -30,7 +30,7 @@ if (help) {
|
|
|
30
30
|
process.exit(0);
|
|
31
31
|
}
|
|
32
32
|
if (version) {
|
|
33
|
-
console.log("1.2.
|
|
33
|
+
console.log("1.2.3");
|
|
34
34
|
process.exit(0);
|
|
35
35
|
}
|
|
36
36
|
var typeScriptOptions = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d1g1tal/tsbuild",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"packageManager": "pnpm@10.29.3",
|
|
5
5
|
"description": "A fast, ESM-only TypeScript build tool combining the TypeScript API for type checking and declaration generation, esbuild for bundling, and SWC for decorator metadata.",
|
|
6
6
|
"type": "module",
|