@storm-software/unbuild 0.22.0 → 0.23.0

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.
@@ -1,18 +0,0 @@
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
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
- }) : x)(function(x) {
6
- if (typeof require !== "undefined") return require.apply(this, arguments);
7
- throw Error('Dynamic require of "' + x + '" is not supported');
8
- });
9
-
10
- // ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.49.1_@types+node@22.10.7__@swc+core@1.7.26_@swc+helpers_ekim6y52mwpq6ssxiprcp44dam/node_modules/tsup/assets/cjs_shims.js
11
- var getImportMetaUrl = /* @__PURE__ */ __name(() => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href, "getImportMetaUrl");
12
- var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
13
-
14
-
15
-
16
-
17
-
18
- exports.__name = __name; exports.__require = __require; exports.importMetaUrl = importMetaUrl;
@@ -1,27 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
- var _chunkB2WY6JG2js = require('./chunk-B2WY6JG2.js');
4
-
5
-
6
- var _chunkRUNO4F6Fjs = require('./chunk-RUNO4F6F.js');
7
-
8
-
9
- var _chunk6KE6SIPQjs = require('./chunk-6KE6SIPQ.js');
10
-
11
-
12
- var _chunkBMAXMHJBjs = require('./chunk-BMAXMHJB.js');
13
-
14
-
15
- var _chunk4WKFVYTIjs = require('./chunk-4WKFVYTI.js');
16
-
17
- // src/config.ts
18
- var getDefaultBuildPlugins = /* @__PURE__ */ _chunk4WKFVYTIjs.__name.call(void 0, async (options, resolvedOptions) => Promise.all([
19
- _chunk6KE6SIPQjs.analyzePlugin.call(void 0, options, resolvedOptions),
20
- _chunkRUNO4F6Fjs.typeDefinitions.call(void 0, resolvedOptions.projectRoot),
21
- _chunkB2WY6JG2js.tscPlugin.call(void 0, options, resolvedOptions),
22
- _chunkBMAXMHJBjs.onErrorPlugin.call(void 0, options, resolvedOptions)
23
- ].map((plugin) => Promise.resolve(plugin))), "getDefaultBuildPlugins");
24
-
25
-
26
-
27
- exports.getDefaultBuildPlugins = getDefaultBuildPlugins;