powerlines 0.37.59 → 0.37.61
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/api.cjs +2 -2
- package/dist/api.js +1 -1
- package/dist/astro.cjs +4 -4
- package/dist/astro.js +3 -3
- package/dist/{chunk-ZAZKTXOM.js → chunk-34RE5OJK.js} +3 -3
- package/dist/{chunk-4XEZ5XPP.js → chunk-5M27AS3Q.js} +3 -3
- package/dist/chunk-5RZ3YT3J.cjs +12 -0
- package/dist/{chunk-5B32ANA7.js → chunk-EMHX2GAV.js} +3 -3
- package/dist/chunk-EP3VXPE7.cjs +12 -0
- package/dist/{chunk-QFNMZPGQ.js → chunk-FFGY4QSN.js} +3 -3
- package/dist/{chunk-HPCTATRZ.js → chunk-LPRLN5B5.js} +3 -3
- package/dist/{chunk-DQUYFHDH.js → chunk-MEMSYDRH.js} +17 -7
- package/dist/{chunk-42F3NKJV.cjs → chunk-NFJ5YUAW.cjs} +5 -5
- package/dist/{chunk-RGH2MHAU.cjs → chunk-NHZPWHEU.cjs} +4 -4
- package/dist/{chunk-TU5R7PMX.cjs → chunk-P772K3NL.cjs} +4 -4
- package/dist/{chunk-HSLQDLYF.cjs → chunk-ZF2KDFEO.cjs} +17 -7
- package/dist/esbuild.cjs +6 -6
- package/dist/esbuild.js +3 -3
- package/dist/farm.cjs +3 -3
- package/dist/farm.js +2 -2
- package/dist/index.cjs +10 -10
- package/dist/index.js +2 -2
- package/dist/lib/{chunk-2GZ6XPTD.js → chunk-FI4BHRSY.js} +17 -7
- package/dist/lib/chunk-FI4BHRSY.js.map +1 -0
- package/dist/lib/{chunk-SBGB6CJM.cjs → chunk-T7SNYIVL.cjs} +17 -7
- package/dist/lib/chunk-T7SNYIVL.cjs.map +1 -0
- package/dist/lib/index.cjs +2 -2
- package/dist/lib/index.js +1 -1
- package/dist/lib/unplugin/factory.cjs +2 -2
- package/dist/lib/unplugin/factory.js +1 -1
- package/dist/lib/unplugin/index.cjs +2 -2
- package/dist/lib/unplugin/index.js +1 -1
- package/dist/next.cjs +4 -4
- package/dist/next.js +3 -3
- package/dist/nuxt.cjs +8 -8
- package/dist/nuxt.js +4 -4
- package/dist/rolldown.cjs +6 -6
- package/dist/rolldown.js +3 -3
- package/dist/rollup.cjs +3 -3
- package/dist/rollup.js +2 -2
- package/dist/rspack.cjs +3 -3
- package/dist/rspack.js +2 -2
- package/dist/tsdown.cjs +4 -4
- package/dist/tsdown.js +3 -3
- package/dist/tsup.cjs +4 -4
- package/dist/tsup.js +3 -3
- package/dist/unloader.cjs +3 -3
- package/dist/unloader.js +2 -2
- package/dist/unplugin.cjs +8 -8
- package/dist/unplugin.js +4 -4
- package/dist/vite.cjs +6 -6
- package/dist/vite.js +3 -3
- package/dist/webpack.cjs +6 -6
- package/dist/webpack.js +3 -3
- package/package.json +2 -2
- package/dist/chunk-C7EDRH2J.cjs +0 -12
- package/dist/chunk-Y2BU62KB.cjs +0 -12
- package/dist/lib/chunk-2GZ6XPTD.js.map +0 -1
- package/dist/lib/chunk-SBGB6CJM.cjs.map +0 -1
package/dist/api.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZF2KDFEO_cjs = require('./chunk-ZF2KDFEO.cjs');
|
|
4
4
|
require('./chunk-B6DVCLP5.cjs');
|
|
5
5
|
require('./chunk-V5WOGN7O.cjs');
|
|
6
6
|
require('./chunk-Z6ARQDHR.cjs');
|
|
@@ -10,7 +10,7 @@ require('./chunk-PK6SKIKE.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "PowerlinesAPI", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkZF2KDFEO_cjs.PowerlinesAPI; }
|
|
14
14
|
});
|
|
15
15
|
//# sourceMappingURL=api.cjs.map
|
|
16
16
|
//# sourceMappingURL=api.cjs.map
|
package/dist/api.js
CHANGED
package/dist/astro.cjs
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkP772K3NL_cjs = require('./chunk-P772K3NL.cjs');
|
|
6
6
|
require('./chunk-NSSJOBJ7.cjs');
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
7
|
+
require('./chunk-NFJ5YUAW.cjs');
|
|
8
|
+
require('./chunk-ZF2KDFEO.cjs');
|
|
9
9
|
require('./chunk-B6DVCLP5.cjs');
|
|
10
10
|
require('./chunk-V5WOGN7O.cjs');
|
|
11
11
|
require('./chunk-Z6ARQDHR.cjs');
|
|
@@ -15,7 +15,7 @@ var chunkPK6SKIKE_cjs = require('./chunk-PK6SKIKE.cjs');
|
|
|
15
15
|
var astro = /* @__PURE__ */ chunkPK6SKIKE_cjs.__name((config) => ({
|
|
16
16
|
vite: {
|
|
17
17
|
plugins: [
|
|
18
|
-
|
|
18
|
+
chunkP772K3NL_cjs.vite_default(config)
|
|
19
19
|
]
|
|
20
20
|
}
|
|
21
21
|
}), "astro");
|
package/dist/astro.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { vite_default } from './chunk-
|
|
1
|
+
import { vite_default } from './chunk-FFGY4QSN.js';
|
|
2
2
|
import './chunk-6JXP537N.js';
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
3
|
+
import './chunk-34RE5OJK.js';
|
|
4
|
+
import './chunk-MEMSYDRH.js';
|
|
5
5
|
import './chunk-PQXP7XQK.js';
|
|
6
6
|
import './chunk-NITQ5IYP.js';
|
|
7
7
|
import './chunk-2MYPFASJ.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createLog, PowerlinesAPI } from './chunk-
|
|
1
|
+
import { createLog, PowerlinesAPI } from './chunk-MEMSYDRH.js';
|
|
2
2
|
import { __name } from './chunk-7QVYU63E.js';
|
|
3
3
|
import { LogLevelLabel } from '@storm-software/config-tools/types';
|
|
4
4
|
import { getWorkspaceRoot } from '@stryke/fs/get-workspace-root';
|
|
@@ -134,5 +134,5 @@ function createUnpluginFactory(variant, decorate) {
|
|
|
134
134
|
__name(createUnpluginFactory, "createUnpluginFactory");
|
|
135
135
|
|
|
136
136
|
export { createUnpluginFactory, getString };
|
|
137
|
-
//# sourceMappingURL=chunk-
|
|
138
|
-
//# sourceMappingURL=chunk-
|
|
137
|
+
//# sourceMappingURL=chunk-34RE5OJK.js.map
|
|
138
|
+
//# sourceMappingURL=chunk-34RE5OJK.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { createUnpluginFactory } from './chunk-
|
|
1
|
+
import { createUnpluginFactory } from './chunk-34RE5OJK.js';
|
|
2
2
|
import { createRolldownPlugin } from 'unplugin';
|
|
3
3
|
|
|
4
4
|
var rolldown = createRolldownPlugin(createUnpluginFactory("rolldown"));
|
|
5
5
|
var rolldown_default = rolldown;
|
|
6
6
|
|
|
7
7
|
export { rolldown, rolldown_default };
|
|
8
|
-
//# sourceMappingURL=chunk-
|
|
9
|
-
//# sourceMappingURL=chunk-
|
|
8
|
+
//# sourceMappingURL=chunk-5M27AS3Q.js.map
|
|
9
|
+
//# sourceMappingURL=chunk-5M27AS3Q.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkNFJ5YUAW_cjs = require('./chunk-NFJ5YUAW.cjs');
|
|
4
|
+
var unplugin = require('unplugin');
|
|
5
|
+
|
|
6
|
+
var rolldown = unplugin.createRolldownPlugin(chunkNFJ5YUAW_cjs.createUnpluginFactory("rolldown"));
|
|
7
|
+
var rolldown_default = rolldown;
|
|
8
|
+
|
|
9
|
+
exports.rolldown = rolldown;
|
|
10
|
+
exports.rolldown_default = rolldown_default;
|
|
11
|
+
//# sourceMappingURL=chunk-5RZ3YT3J.cjs.map
|
|
12
|
+
//# sourceMappingURL=chunk-5RZ3YT3J.cjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { extractESBuildConfig } from './chunk-6JXP537N.js';
|
|
2
|
-
import { createUnpluginFactory } from './chunk-
|
|
2
|
+
import { createUnpluginFactory } from './chunk-34RE5OJK.js';
|
|
3
3
|
import { __name } from './chunk-7QVYU63E.js';
|
|
4
4
|
import { isUndefined } from '@stryke/type-checks/is-undefined';
|
|
5
5
|
import { createEsbuildPlugin } from 'unplugin';
|
|
@@ -29,5 +29,5 @@ var esbuild = createEsbuildPlugin(createUnpluginFactory("esbuild", (api, plugin)
|
|
|
29
29
|
var esbuild_default = esbuild;
|
|
30
30
|
|
|
31
31
|
export { esbuild, esbuild_default };
|
|
32
|
-
//# sourceMappingURL=chunk-
|
|
33
|
-
//# sourceMappingURL=chunk-
|
|
32
|
+
//# sourceMappingURL=chunk-EMHX2GAV.js.map
|
|
33
|
+
//# sourceMappingURL=chunk-EMHX2GAV.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkNFJ5YUAW_cjs = require('./chunk-NFJ5YUAW.cjs');
|
|
4
|
+
var unplugin = require('unplugin');
|
|
5
|
+
|
|
6
|
+
var webpack = unplugin.createWebpackPlugin(chunkNFJ5YUAW_cjs.createUnpluginFactory("webpack"));
|
|
7
|
+
var webpack_default = webpack;
|
|
8
|
+
|
|
9
|
+
exports.webpack = webpack;
|
|
10
|
+
exports.webpack_default = webpack_default;
|
|
11
|
+
//# sourceMappingURL=chunk-EP3VXPE7.cjs.map
|
|
12
|
+
//# sourceMappingURL=chunk-EP3VXPE7.cjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { extractESBuildConfig } from './chunk-6JXP537N.js';
|
|
2
|
-
import { createUnpluginFactory } from './chunk-
|
|
2
|
+
import { createUnpluginFactory } from './chunk-34RE5OJK.js';
|
|
3
3
|
import { __name } from './chunk-7QVYU63E.js';
|
|
4
4
|
import { isDevelopmentMode, isTestMode } from '@stryke/env/environment-checks';
|
|
5
5
|
import defu from 'defu';
|
|
@@ -152,5 +152,5 @@ var vite = createVitePlugin(createUnpluginFactory("vite", (api, plugin) => {
|
|
|
152
152
|
var vite_default = vite;
|
|
153
153
|
|
|
154
154
|
export { vite, vite_default };
|
|
155
|
-
//# sourceMappingURL=chunk-
|
|
156
|
-
//# sourceMappingURL=chunk-
|
|
155
|
+
//# sourceMappingURL=chunk-FFGY4QSN.js.map
|
|
156
|
+
//# sourceMappingURL=chunk-FFGY4QSN.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { createUnpluginFactory } from './chunk-
|
|
1
|
+
import { createUnpluginFactory } from './chunk-34RE5OJK.js';
|
|
2
2
|
import { createWebpackPlugin } from 'unplugin';
|
|
3
3
|
|
|
4
4
|
var webpack = createWebpackPlugin(createUnpluginFactory("webpack"));
|
|
5
5
|
var webpack_default = webpack;
|
|
6
6
|
|
|
7
7
|
export { webpack, webpack_default };
|
|
8
|
-
//# sourceMappingURL=chunk-
|
|
9
|
-
//# sourceMappingURL=chunk-
|
|
8
|
+
//# sourceMappingURL=chunk-LPRLN5B5.js.map
|
|
9
|
+
//# sourceMappingURL=chunk-LPRLN5B5.js.map
|
|
@@ -81,7 +81,7 @@ import '@stryke/fs/remove-file';
|
|
|
81
81
|
|
|
82
82
|
// package.json
|
|
83
83
|
var name = "powerlines";
|
|
84
|
-
var version = "0.37.
|
|
84
|
+
var version = "0.37.60";
|
|
85
85
|
var package_default = {
|
|
86
86
|
version};
|
|
87
87
|
|
|
@@ -102,7 +102,7 @@ function resolveModulePath(nodePath, state) {
|
|
|
102
102
|
if (state.filename) {
|
|
103
103
|
const currentFile = state.context?.fs.resolveSync(!isAbsolutePath(state.filename) && state.cwd ? appendPath(state.filename, state.cwd) : state.filename);
|
|
104
104
|
if (currentFile && isAbsolutePath(currentFile)) {
|
|
105
|
-
resolvedPath = relativePath(findFilePath(currentFile), resolvedPath)
|
|
105
|
+
resolvedPath = `./${relativePath(findFilePath(currentFile), resolvedPath)}`;
|
|
106
106
|
}
|
|
107
107
|
nodePath.replaceWith(t.stringLiteral(replaceExtension(resolvedPath)));
|
|
108
108
|
}
|
|
@@ -317,7 +317,17 @@ async function emitBuiltinTypes(context, files) {
|
|
|
317
317
|
}
|
|
318
318
|
context.debug(`Running the TypeScript compiler for ${files.length} generated built-in module files.`);
|
|
319
319
|
const program = createProgram(context, {
|
|
320
|
-
skipAddingFilesFromTsConfig: true
|
|
320
|
+
skipAddingFilesFromTsConfig: true,
|
|
321
|
+
compilerOptions: {
|
|
322
|
+
declaration: true,
|
|
323
|
+
declarationMap: false,
|
|
324
|
+
emitDeclarationOnly: true,
|
|
325
|
+
sourceMap: false,
|
|
326
|
+
outDir: ".",
|
|
327
|
+
composite: false,
|
|
328
|
+
incremental: false,
|
|
329
|
+
tsBuildInfoFile: void 0
|
|
330
|
+
}
|
|
321
331
|
});
|
|
322
332
|
program.addSourceFilesAtPaths(files);
|
|
323
333
|
const result = program.emitToMemory({
|
|
@@ -341,9 +351,9 @@ async function emitBuiltinTypes(context, files) {
|
|
|
341
351
|
let builtinModules = "";
|
|
342
352
|
for (const emittedFile of emittedFiles) {
|
|
343
353
|
context.trace(`Processing emitted type declaration file: ${emittedFile.filePath}`);
|
|
344
|
-
if (!emittedFile.filePath.endsWith(".map") && isParentPath(emittedFile.filePath, context.builtinsPath)) {
|
|
354
|
+
if (!emittedFile.filePath.endsWith(".map") && findFileName(emittedFile.filePath) !== "tsconfig.tsbuildinfo" && isParentPath(emittedFile.filePath, context.builtinsPath)) {
|
|
345
355
|
builtinModules += `
|
|
346
|
-
declare module "${replaceExtension(replacePath(emittedFile.filePath, context.builtinsPath))}" {
|
|
356
|
+
declare module "${context.config.output?.builtinPrefix || context.config?.framework || "powerlines"}:${replaceExtension(replacePath(emittedFile.filePath, context.builtinsPath))}" {
|
|
347
357
|
${emittedFile.text.trim().replace(/^\s*export\s*declare\s*/gm, "export ").replace(/^\s*declare\s*/gm, "")}
|
|
348
358
|
}
|
|
349
359
|
`;
|
|
@@ -5051,5 +5061,5 @@ Note: Please ensure the plugin package's default export is a class that extends
|
|
|
5051
5061
|
};
|
|
5052
5062
|
|
|
5053
5063
|
export { FileId, FileMetadata, FileMetadata_KeyValuePair, FileStorage, FileSystem, PowerlinesAPI, _capnpFileId, combineContexts, createLog, extendLog, isUnpluginBuilderVariant, name, version };
|
|
5054
|
-
//# sourceMappingURL=chunk-
|
|
5055
|
-
//# sourceMappingURL=chunk-
|
|
5064
|
+
//# sourceMappingURL=chunk-MEMSYDRH.js.map
|
|
5065
|
+
//# sourceMappingURL=chunk-MEMSYDRH.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZF2KDFEO_cjs = require('./chunk-ZF2KDFEO.cjs');
|
|
4
4
|
var chunkPK6SKIKE_cjs = require('./chunk-PK6SKIKE.cjs');
|
|
5
5
|
var types = require('@storm-software/config-tools/types');
|
|
6
6
|
var getWorkspaceRoot = require('@stryke/fs/get-workspace-root');
|
|
@@ -27,7 +27,7 @@ chunkPK6SKIKE_cjs.__name(getString, "getString");
|
|
|
27
27
|
// src/lib/unplugin/factory.ts
|
|
28
28
|
function createUnpluginFactory(variant, decorate) {
|
|
29
29
|
return (config, meta) => {
|
|
30
|
-
const log =
|
|
30
|
+
const log = chunkZF2KDFEO_cjs.createLog("unplugin", config);
|
|
31
31
|
log(types.LogLevelLabel.DEBUG, "Initializing Unplugin");
|
|
32
32
|
try {
|
|
33
33
|
const userConfig = {
|
|
@@ -38,7 +38,7 @@ function createUnpluginFactory(variant, decorate) {
|
|
|
38
38
|
let api;
|
|
39
39
|
async function buildStart() {
|
|
40
40
|
log(types.LogLevelLabel.DEBUG, "Powerlines build plugin starting...");
|
|
41
|
-
api = await
|
|
41
|
+
api = await chunkZF2KDFEO_cjs.PowerlinesAPI.from(getWorkspaceRoot.getWorkspaceRoot(process.cwd()), userConfig);
|
|
42
42
|
unplugin.setParseImpl(api.context.parse);
|
|
43
43
|
log(types.LogLevelLabel.DEBUG, "Preparing build artifacts for the Powerlines project...");
|
|
44
44
|
await api.prepare({
|
|
@@ -137,5 +137,5 @@ chunkPK6SKIKE_cjs.__name(createUnpluginFactory, "createUnpluginFactory");
|
|
|
137
137
|
|
|
138
138
|
exports.createUnpluginFactory = createUnpluginFactory;
|
|
139
139
|
exports.getString = getString;
|
|
140
|
-
//# sourceMappingURL=chunk-
|
|
141
|
-
//# sourceMappingURL=chunk-
|
|
140
|
+
//# sourceMappingURL=chunk-NFJ5YUAW.cjs.map
|
|
141
|
+
//# sourceMappingURL=chunk-NFJ5YUAW.cjs.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkNSSJOBJ7_cjs = require('./chunk-NSSJOBJ7.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkNFJ5YUAW_cjs = require('./chunk-NFJ5YUAW.cjs');
|
|
5
5
|
var chunkPK6SKIKE_cjs = require('./chunk-PK6SKIKE.cjs');
|
|
6
6
|
var isUndefined = require('@stryke/type-checks/is-undefined');
|
|
7
7
|
var unplugin = require('unplugin');
|
|
8
8
|
|
|
9
|
-
var esbuild = unplugin.createEsbuildPlugin(
|
|
9
|
+
var esbuild = unplugin.createEsbuildPlugin(chunkNFJ5YUAW_cjs.createUnpluginFactory("esbuild", (api, plugin) => {
|
|
10
10
|
return {
|
|
11
11
|
...plugin,
|
|
12
12
|
esbuild: {
|
|
@@ -32,5 +32,5 @@ var esbuild_default = esbuild;
|
|
|
32
32
|
|
|
33
33
|
exports.esbuild = esbuild;
|
|
34
34
|
exports.esbuild_default = esbuild_default;
|
|
35
|
-
//# sourceMappingURL=chunk-
|
|
36
|
-
//# sourceMappingURL=chunk-
|
|
35
|
+
//# sourceMappingURL=chunk-NHZPWHEU.cjs.map
|
|
36
|
+
//# sourceMappingURL=chunk-NHZPWHEU.cjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkNSSJOBJ7_cjs = require('./chunk-NSSJOBJ7.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkNFJ5YUAW_cjs = require('./chunk-NFJ5YUAW.cjs');
|
|
5
5
|
var chunkPK6SKIKE_cjs = require('./chunk-PK6SKIKE.cjs');
|
|
6
6
|
var environmentChecks = require('@stryke/env/environment-checks');
|
|
7
7
|
var defu = require('defu');
|
|
@@ -98,7 +98,7 @@ function extractViteConfig(context) {
|
|
|
98
98
|
chunkPK6SKIKE_cjs.__name(extractViteConfig, "extractViteConfig");
|
|
99
99
|
|
|
100
100
|
// src/vite.ts
|
|
101
|
-
var vite = unplugin.createVitePlugin(
|
|
101
|
+
var vite = unplugin.createVitePlugin(chunkNFJ5YUAW_cjs.createUnpluginFactory("vite", (api, plugin) => {
|
|
102
102
|
return {
|
|
103
103
|
...plugin,
|
|
104
104
|
vite: {
|
|
@@ -159,5 +159,5 @@ var vite_default = vite;
|
|
|
159
159
|
|
|
160
160
|
exports.vite = vite;
|
|
161
161
|
exports.vite_default = vite_default;
|
|
162
|
-
//# sourceMappingURL=chunk-
|
|
163
|
-
//# sourceMappingURL=chunk-
|
|
162
|
+
//# sourceMappingURL=chunk-P772K3NL.cjs.map
|
|
163
|
+
//# sourceMappingURL=chunk-P772K3NL.cjs.map
|
|
@@ -110,7 +110,7 @@ var $__namespace = /*#__PURE__*/_interopNamespace($);
|
|
|
110
110
|
|
|
111
111
|
// package.json
|
|
112
112
|
var name = "powerlines";
|
|
113
|
-
var version = "0.37.
|
|
113
|
+
var version = "0.37.60";
|
|
114
114
|
var package_default = {
|
|
115
115
|
version};
|
|
116
116
|
|
|
@@ -131,7 +131,7 @@ function resolveModulePath(nodePath, state) {
|
|
|
131
131
|
if (state.filename) {
|
|
132
132
|
const currentFile = state.context?.fs.resolveSync(!isType.isAbsolutePath(state.filename) && state.cwd ? append.appendPath(state.filename, state.cwd) : state.filename);
|
|
133
133
|
if (currentFile && isType.isAbsolutePath(currentFile)) {
|
|
134
|
-
resolvedPath = filePathFns.relativePath(filePathFns.findFilePath(currentFile), resolvedPath)
|
|
134
|
+
resolvedPath = `./${filePathFns.relativePath(filePathFns.findFilePath(currentFile), resolvedPath)}`;
|
|
135
135
|
}
|
|
136
136
|
nodePath.replaceWith(t__namespace.stringLiteral(replace.replaceExtension(resolvedPath)));
|
|
137
137
|
}
|
|
@@ -346,7 +346,17 @@ async function emitBuiltinTypes(context, files) {
|
|
|
346
346
|
}
|
|
347
347
|
context.debug(`Running the TypeScript compiler for ${files.length} generated built-in module files.`);
|
|
348
348
|
const program = createProgram(context, {
|
|
349
|
-
skipAddingFilesFromTsConfig: true
|
|
349
|
+
skipAddingFilesFromTsConfig: true,
|
|
350
|
+
compilerOptions: {
|
|
351
|
+
declaration: true,
|
|
352
|
+
declarationMap: false,
|
|
353
|
+
emitDeclarationOnly: true,
|
|
354
|
+
sourceMap: false,
|
|
355
|
+
outDir: ".",
|
|
356
|
+
composite: false,
|
|
357
|
+
incremental: false,
|
|
358
|
+
tsBuildInfoFile: void 0
|
|
359
|
+
}
|
|
350
360
|
});
|
|
351
361
|
program.addSourceFilesAtPaths(files);
|
|
352
362
|
const result = program.emitToMemory({
|
|
@@ -370,9 +380,9 @@ async function emitBuiltinTypes(context, files) {
|
|
|
370
380
|
let builtinModules = "";
|
|
371
381
|
for (const emittedFile of emittedFiles) {
|
|
372
382
|
context.trace(`Processing emitted type declaration file: ${emittedFile.filePath}`);
|
|
373
|
-
if (!emittedFile.filePath.endsWith(".map") && isParentPath.isParentPath(emittedFile.filePath, context.builtinsPath)) {
|
|
383
|
+
if (!emittedFile.filePath.endsWith(".map") && filePathFns.findFileName(emittedFile.filePath) !== "tsconfig.tsbuildinfo" && isParentPath.isParentPath(emittedFile.filePath, context.builtinsPath)) {
|
|
374
384
|
builtinModules += `
|
|
375
|
-
declare module "${replace.replaceExtension(replace.replacePath(emittedFile.filePath, context.builtinsPath))}" {
|
|
385
|
+
declare module "${context.config.output?.builtinPrefix || context.config?.framework || "powerlines"}:${replace.replaceExtension(replace.replacePath(emittedFile.filePath, context.builtinsPath))}" {
|
|
376
386
|
${emittedFile.text.trim().replace(/^\s*export\s*declare\s*/gm, "export ").replace(/^\s*declare\s*/gm, "")}
|
|
377
387
|
}
|
|
378
388
|
`;
|
|
@@ -5092,5 +5102,5 @@ exports.extendLog = extendLog;
|
|
|
5092
5102
|
exports.isUnpluginBuilderVariant = isUnpluginBuilderVariant;
|
|
5093
5103
|
exports.name = name;
|
|
5094
5104
|
exports.version = version;
|
|
5095
|
-
//# sourceMappingURL=chunk-
|
|
5096
|
-
//# sourceMappingURL=chunk-
|
|
5105
|
+
//# sourceMappingURL=chunk-ZF2KDFEO.cjs.map
|
|
5106
|
+
//# sourceMappingURL=chunk-ZF2KDFEO.cjs.map
|
package/dist/esbuild.cjs
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var chunkNHZPWHEU_cjs = require('./chunk-NHZPWHEU.cjs');
|
|
6
6
|
require('./chunk-NSSJOBJ7.cjs');
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
7
|
+
require('./chunk-NFJ5YUAW.cjs');
|
|
8
|
+
require('./chunk-ZF2KDFEO.cjs');
|
|
9
9
|
require('./chunk-B6DVCLP5.cjs');
|
|
10
10
|
require('./chunk-V5WOGN7O.cjs');
|
|
11
11
|
require('./chunk-Z6ARQDHR.cjs');
|
|
@@ -15,15 +15,15 @@ require('./chunk-PK6SKIKE.cjs');
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "default", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkNHZPWHEU_cjs.esbuild_default; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "esbuild", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkNHZPWHEU_cjs.esbuild; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "module.exports", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkNHZPWHEU_cjs.esbuild; }
|
|
27
27
|
});
|
|
28
28
|
//# sourceMappingURL=esbuild.cjs.map
|
|
29
29
|
//# sourceMappingURL=esbuild.cjs.map
|
package/dist/esbuild.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { esbuild_default as default, esbuild, esbuild as "module.exports" } from './chunk-
|
|
1
|
+
export { esbuild_default as default, esbuild, esbuild as "module.exports" } from './chunk-EMHX2GAV.js';
|
|
2
2
|
import './chunk-6JXP537N.js';
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
3
|
+
import './chunk-34RE5OJK.js';
|
|
4
|
+
import './chunk-MEMSYDRH.js';
|
|
5
5
|
import './chunk-PQXP7XQK.js';
|
|
6
6
|
import './chunk-NITQ5IYP.js';
|
|
7
7
|
import './chunk-2MYPFASJ.js';
|
package/dist/farm.cjs
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('./chunk-
|
|
5
|
+
var chunkNFJ5YUAW_cjs = require('./chunk-NFJ5YUAW.cjs');
|
|
6
|
+
require('./chunk-ZF2KDFEO.cjs');
|
|
7
7
|
require('./chunk-B6DVCLP5.cjs');
|
|
8
8
|
require('./chunk-V5WOGN7O.cjs');
|
|
9
9
|
require('./chunk-Z6ARQDHR.cjs');
|
|
10
10
|
require('./chunk-PK6SKIKE.cjs');
|
|
11
11
|
var unplugin = require('unplugin');
|
|
12
12
|
|
|
13
|
-
var farm = unplugin.createFarmPlugin(
|
|
13
|
+
var farm = unplugin.createFarmPlugin(chunkNFJ5YUAW_cjs.createUnpluginFactory("farm"));
|
|
14
14
|
var farm_default = farm;
|
|
15
15
|
|
|
16
16
|
exports.default = farm_default;
|
package/dist/farm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createUnpluginFactory } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
import { createUnpluginFactory } from './chunk-34RE5OJK.js';
|
|
2
|
+
import './chunk-MEMSYDRH.js';
|
|
3
3
|
import './chunk-PQXP7XQK.js';
|
|
4
4
|
import './chunk-NITQ5IYP.js';
|
|
5
5
|
import './chunk-2MYPFASJ.js';
|
package/dist/index.cjs
CHANGED
|
@@ -13,7 +13,7 @@ require('./chunk-4JCNAKOE.cjs');
|
|
|
13
13
|
require('./chunk-D6GGZQLC.cjs');
|
|
14
14
|
var chunkA7AUGAHH_cjs = require('./chunk-A7AUGAHH.cjs');
|
|
15
15
|
var chunk42ZHOCZJ_cjs = require('./chunk-42ZHOCZJ.cjs');
|
|
16
|
-
var
|
|
16
|
+
var chunkZF2KDFEO_cjs = require('./chunk-ZF2KDFEO.cjs');
|
|
17
17
|
var chunkB6DVCLP5_cjs = require('./chunk-B6DVCLP5.cjs');
|
|
18
18
|
var chunkV5WOGN7O_cjs = require('./chunk-V5WOGN7O.cjs');
|
|
19
19
|
var chunkZ6ARQDHR_cjs = require('./chunk-Z6ARQDHR.cjs');
|
|
@@ -27,10 +27,10 @@ chunkPK6SKIKE_cjs.__name(defineConfig, "defineConfig");
|
|
|
27
27
|
async function createPowerlines(options = {}) {
|
|
28
28
|
options.root ??= process.cwd();
|
|
29
29
|
const workspaceRoot = getWorkspaceRoot.getWorkspaceRoot(options.root);
|
|
30
|
-
return
|
|
30
|
+
return chunkZF2KDFEO_cjs.PowerlinesAPI.from(workspaceRoot, options);
|
|
31
31
|
}
|
|
32
32
|
chunkPK6SKIKE_cjs.__name(createPowerlines, "createPowerlines");
|
|
33
|
-
var index_default =
|
|
33
|
+
var index_default = chunkZF2KDFEO_cjs.PowerlinesAPI;
|
|
34
34
|
|
|
35
35
|
Object.defineProperty(exports, "STORAGE_PRESETS", {
|
|
36
36
|
enumerable: true,
|
|
@@ -50,31 +50,31 @@ Object.defineProperty(exports, "HOOKS_LIST_ORDERS", {
|
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "FileId", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkZF2KDFEO_cjs.FileId; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "FileMetadata", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkZF2KDFEO_cjs.FileMetadata; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "FileMetadata_KeyValuePair", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkZF2KDFEO_cjs.FileMetadata_KeyValuePair; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "FileStorage", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkZF2KDFEO_cjs.FileStorage; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "FileSystem", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkZF2KDFEO_cjs.FileSystem; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "PowerlinesAPI", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkZF2KDFEO_cjs.PowerlinesAPI; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "_capnpFileId", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkZF2KDFEO_cjs._capnpFileId; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "KNOWN_PLUGIN_FIELDS", {
|
|
80
80
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -9,8 +9,8 @@ import './chunk-OYASPHNL.js';
|
|
|
9
9
|
import './chunk-OD4BINRW.js';
|
|
10
10
|
export { STORAGE_PRESETS, __VFS_PATCH__, __VFS_REVERT__ } from './chunk-KXRVVFNK.js';
|
|
11
11
|
export { HOOKS_LIST_ORDERS } from './chunk-CCJQBJKQ.js';
|
|
12
|
-
import { PowerlinesAPI } from './chunk-
|
|
13
|
-
export { FileId, FileMetadata, FileMetadata_KeyValuePair, FileStorage, FileSystem, PowerlinesAPI, _capnpFileId } from './chunk-
|
|
12
|
+
import { PowerlinesAPI } from './chunk-MEMSYDRH.js';
|
|
13
|
+
export { FileId, FileMetadata, FileMetadata_KeyValuePair, FileStorage, FileSystem, PowerlinesAPI, _capnpFileId } from './chunk-MEMSYDRH.js';
|
|
14
14
|
export { KNOWN_PLUGIN_FIELDS, PLUGIN_HOOKS_FIELDS, PLUGIN_NON_HOOK_FIELDS } from './chunk-PQXP7XQK.js';
|
|
15
15
|
export { BUILDER_VARIANTS, UNPLUGIN_BUILDER_VARIANTS } from './chunk-NITQ5IYP.js';
|
|
16
16
|
export { SUPPORTED_COMMANDS } from './chunk-2MYPFASJ.js';
|
|
@@ -50,7 +50,7 @@ import { titleCase } from '@stryke/string-format/title-case';
|
|
|
50
50
|
|
|
51
51
|
// package.json
|
|
52
52
|
var package_default = {
|
|
53
|
-
version: "0.37.
|
|
53
|
+
version: "0.37.60"};
|
|
54
54
|
|
|
55
55
|
// src/plugin-utils/modules.ts
|
|
56
56
|
function isBuiltinModule(context, moduleName) {
|
|
@@ -69,7 +69,7 @@ function resolveModulePath(nodePath, state) {
|
|
|
69
69
|
if (state.filename) {
|
|
70
70
|
const currentFile = state.context?.fs.resolveSync(!isAbsolutePath(state.filename) && state.cwd ? appendPath(state.filename, state.cwd) : state.filename);
|
|
71
71
|
if (currentFile && isAbsolutePath(currentFile)) {
|
|
72
|
-
resolvedPath = relativePath(findFilePath(currentFile), resolvedPath)
|
|
72
|
+
resolvedPath = `./${relativePath(findFilePath(currentFile), resolvedPath)}`;
|
|
73
73
|
}
|
|
74
74
|
nodePath.replaceWith(t.stringLiteral(replaceExtension(resolvedPath)));
|
|
75
75
|
}
|
|
@@ -177,7 +177,17 @@ async function emitBuiltinTypes(context, files) {
|
|
|
177
177
|
}
|
|
178
178
|
context.debug(`Running the TypeScript compiler for ${files.length} generated built-in module files.`);
|
|
179
179
|
const program = createProgram(context, {
|
|
180
|
-
skipAddingFilesFromTsConfig: true
|
|
180
|
+
skipAddingFilesFromTsConfig: true,
|
|
181
|
+
compilerOptions: {
|
|
182
|
+
declaration: true,
|
|
183
|
+
declarationMap: false,
|
|
184
|
+
emitDeclarationOnly: true,
|
|
185
|
+
sourceMap: false,
|
|
186
|
+
outDir: ".",
|
|
187
|
+
composite: false,
|
|
188
|
+
incremental: false,
|
|
189
|
+
tsBuildInfoFile: void 0
|
|
190
|
+
}
|
|
181
191
|
});
|
|
182
192
|
program.addSourceFilesAtPaths(files);
|
|
183
193
|
const result = program.emitToMemory({
|
|
@@ -201,9 +211,9 @@ async function emitBuiltinTypes(context, files) {
|
|
|
201
211
|
let builtinModules = "";
|
|
202
212
|
for (const emittedFile of emittedFiles) {
|
|
203
213
|
context.trace(`Processing emitted type declaration file: ${emittedFile.filePath}`);
|
|
204
|
-
if (!emittedFile.filePath.endsWith(".map") && isParentPath(emittedFile.filePath, context.builtinsPath)) {
|
|
214
|
+
if (!emittedFile.filePath.endsWith(".map") && findFileName(emittedFile.filePath) !== "tsconfig.tsbuildinfo" && isParentPath(emittedFile.filePath, context.builtinsPath)) {
|
|
205
215
|
builtinModules += `
|
|
206
|
-
declare module "${replaceExtension(replacePath(emittedFile.filePath, context.builtinsPath))}" {
|
|
216
|
+
declare module "${context.config.output?.builtinPrefix || context.config?.framework || "powerlines"}:${replaceExtension(replacePath(emittedFile.filePath, context.builtinsPath))}" {
|
|
207
217
|
${emittedFile.text.trim().replace(/^\s*export\s*declare\s*/gm, "export ").replace(/^\s*declare\s*/gm, "")}
|
|
208
218
|
}
|
|
209
219
|
`;
|
|
@@ -1255,5 +1265,5 @@ function createUnpluginFactory(variant, decorate) {
|
|
|
1255
1265
|
__name(createUnpluginFactory, "createUnpluginFactory");
|
|
1256
1266
|
|
|
1257
1267
|
export { createUnpluginFactory };
|
|
1258
|
-
//# sourceMappingURL=chunk-
|
|
1259
|
-
//# sourceMappingURL=chunk-
|
|
1268
|
+
//# sourceMappingURL=chunk-FI4BHRSY.js.map
|
|
1269
|
+
//# sourceMappingURL=chunk-FI4BHRSY.js.map
|