@storm-software/unbuild 0.20.1 → 0.22.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.
- package/README.md +1 -1
- package/bin/unbuild.js +1614 -191
- package/bin/unbuild.mjs +1620 -201
- package/dist/build.js +10 -10
- package/dist/build.mjs +1 -1
- package/dist/chunk-2Q67L63A.js +2456 -0
- package/dist/chunk-4WKFVYTI.js +18 -0
- package/dist/{chunk-XEAFTDQ7.js → chunk-6KE6SIPQ.js} +5 -5
- package/dist/{chunk-DFIGNXGY.js → chunk-B2WY6JG2.js} +1035 -1035
- package/dist/{chunk-WPOEGALQ.js → chunk-BMAXMHJB.js} +5 -5
- package/dist/{chunk-3OJD7CO4.js → chunk-E73BVQF5.js} +5 -5
- package/dist/chunk-J5YBLOB7.js +27 -0
- package/dist/{chunk-RCEWRXM5.js → chunk-RUNO4F6F.js} +2 -2
- package/dist/chunk-SGIQJ2OU.mjs +2455 -0
- package/dist/{chunk-OQPSH7GE.js → chunk-UUI4UWA4.js} +37 -37
- package/dist/clean.d.mts +12 -2
- package/dist/clean.d.ts +12 -2
- package/dist/clean.js +4 -4
- package/dist/config.js +8 -8
- package/dist/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +10 -10
- package/dist/index.mjs +1 -1
- package/dist/types.js +1 -0
- package/package.json +1 -1
- package/dist/chunk-2345XTVS.js +0 -1036
- package/dist/chunk-3GQAWCBQ.js +0 -13
- package/dist/chunk-AYRYNROK.js +0 -27
- package/dist/chunk-WGFWMGCJ.mjs +0 -1036
- package/dist/clean-DDbna8D4.d.mts +0 -1194
- package/dist/clean-DDbna8D4.d.ts +0 -1194
package/dist/chunk-3GQAWCBQ.js
DELETED
|
@@ -1,13 +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
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
exports.__name = __name; exports.__require = __require;
|
package/dist/chunk-AYRYNROK.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
var _chunkDFIGNXGYjs = require('./chunk-DFIGNXGY.js');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var _chunkRCEWRXM5js = require('./chunk-RCEWRXM5.js');
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var _chunkXEAFTDQ7js = require('./chunk-XEAFTDQ7.js');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var _chunkWPOEGALQjs = require('./chunk-WPOEGALQ.js');
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
16
|
-
|
|
17
|
-
// src/config.ts
|
|
18
|
-
var getDefaultBuildPlugins = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, resolvedOptions) => Promise.all([
|
|
19
|
-
_chunkXEAFTDQ7js.analyzePlugin.call(void 0, options, resolvedOptions),
|
|
20
|
-
_chunkRCEWRXM5js.typeDefinitions.call(void 0, resolvedOptions.projectRoot),
|
|
21
|
-
_chunkDFIGNXGYjs.tscPlugin.call(void 0, options, resolvedOptions),
|
|
22
|
-
_chunkWPOEGALQjs.onErrorPlugin.call(void 0, options, resolvedOptions)
|
|
23
|
-
].map((plugin) => Promise.resolve(plugin))), "getDefaultBuildPlugins");
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
exports.getDefaultBuildPlugins = getDefaultBuildPlugins;
|