@storm-software/tsdown 0.15.1

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.
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1,6 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
4
+ export {
5
+ __name
6
+ };
@@ -0,0 +1,25 @@
1
+ // src/config.ts
2
+ var DEFAULT_BUILD_OPTIONS = {
3
+ platform: "node",
4
+ target: "node22",
5
+ format: [
6
+ "esm",
7
+ "cjs"
8
+ ],
9
+ tsconfig: "tsconfig.json",
10
+ envName: "production",
11
+ globalName: "globalThis",
12
+ unused: {
13
+ level: "error"
14
+ },
15
+ injectShims: true,
16
+ watch: false,
17
+ bundle: true,
18
+ treeshake: true,
19
+ clean: true,
20
+ debug: false
21
+ };
22
+
23
+ export {
24
+ DEFAULT_BUILD_OPTIONS
25
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
4
+
5
+
6
+ exports.__name = __name;
package/dist/clean.cjs ADDED
@@ -0,0 +1,7 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkEPTKG5AHcjs = require('./chunk-EPTKG5AH.cjs');
4
+ require('./chunk-USNT2KNT.cjs');
5
+
6
+
7
+ exports.clean = _chunkEPTKG5AHcjs.clean;