@powerlines/plugin-tsc 0.2.65 → 0.2.66
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/{context-BsDNgeyd.d.cts → context-BWX-QSub.d.mts} +2 -5
- package/dist/{context-FqGDC4yL.d.mts → context-D_zVRwKd.d.cts} +2 -5
- package/dist/helpers/index.d.cts +2 -2
- package/dist/helpers/index.d.mts +2 -2
- package/dist/helpers/type-check.d.cts +2 -2
- package/dist/helpers/type-check.d.mts +2 -2
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/{plugin-Cv0rPxd6.d.mts → plugin-C4E6xLQB.d.mts} +1 -1
- package/dist/{plugin-WrB3-CRk.d.cts → plugin-DUluyNI2.d.cts} +1 -1
- package/dist/{type-check-BXIV9uoc.d.mts → type-check-C8A8lFiv.d.cts} +1 -1
- package/dist/{type-check-CB7ycyqL.d.cts → type-check-DFsQqE6T.d.mts} +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/types/plugin.d.cts +2 -2
- package/dist/types/plugin.d.mts +2 -2
- package/package.json +4 -4
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import ts from "typescript";
|
|
1
2
|
import { EnvPaths } from "@stryke/env/get-env-paths";
|
|
2
3
|
import { FetchRequestOptions } from "@stryke/http/fetch";
|
|
3
4
|
import { FunctionLike, MaybePromise, NonUndefined } from "@stryke/types/base";
|
|
@@ -18,7 +19,6 @@ import { PreviewOptions, ResolvedPreviewOptions } from "vite";
|
|
|
18
19
|
import { ResolveOptions } from "@stryke/fs/resolve";
|
|
19
20
|
import { ArrayValues } from "@stryke/types/array";
|
|
20
21
|
import { CompilerOptions, TsConfigJson } from "@stryke/types/tsconfig";
|
|
21
|
-
import ts from "typescript";
|
|
22
22
|
|
|
23
23
|
//#region ../powerlines/src/types/build.d.ts
|
|
24
24
|
type UnpluginBuildVariant = "rollup" | "webpack" | "rspack" | "vite" | "esbuild" | "farm" | "unloader" | "rolldown";
|
|
@@ -158,10 +158,7 @@ interface BuildConfig {
|
|
|
158
158
|
type BuildResolvedConfig = Omit<BuildConfig, "override">;
|
|
159
159
|
//#endregion
|
|
160
160
|
//#region ../powerlines/src/types/fs.d.ts
|
|
161
|
-
|
|
162
|
-
VIRTUAL = "virtual",
|
|
163
|
-
FS = "fs",
|
|
164
|
-
}
|
|
161
|
+
type StoragePreset = "fs" | "virtual";
|
|
165
162
|
/**
|
|
166
163
|
* Interface defining the methods and properties for a storage adapter.
|
|
167
164
|
*/
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import ts from "typescript";
|
|
2
1
|
import { EnvPaths } from "@stryke/env/get-env-paths";
|
|
3
2
|
import { FetchRequestOptions } from "@stryke/http/fetch";
|
|
4
3
|
import { FunctionLike, MaybePromise, NonUndefined } from "@stryke/types/base";
|
|
@@ -19,6 +18,7 @@ import { PreviewOptions, ResolvedPreviewOptions } from "vite";
|
|
|
19
18
|
import { ResolveOptions } from "@stryke/fs/resolve";
|
|
20
19
|
import { ArrayValues } from "@stryke/types/array";
|
|
21
20
|
import { CompilerOptions, TsConfigJson } from "@stryke/types/tsconfig";
|
|
21
|
+
import ts from "typescript";
|
|
22
22
|
|
|
23
23
|
//#region ../powerlines/src/types/build.d.ts
|
|
24
24
|
type UnpluginBuildVariant = "rollup" | "webpack" | "rspack" | "vite" | "esbuild" | "farm" | "unloader" | "rolldown";
|
|
@@ -158,10 +158,7 @@ interface BuildConfig {
|
|
|
158
158
|
type BuildResolvedConfig = Omit<BuildConfig, "override">;
|
|
159
159
|
//#endregion
|
|
160
160
|
//#region ../powerlines/src/types/fs.d.ts
|
|
161
|
-
|
|
162
|
-
VIRTUAL = "virtual",
|
|
163
|
-
FS = "fs",
|
|
164
|
-
}
|
|
161
|
+
type StoragePreset = "fs" | "virtual";
|
|
165
162
|
/**
|
|
166
163
|
* Interface defining the methods and properties for a storage adapter.
|
|
167
164
|
*/
|
package/dist/helpers/index.d.cts
CHANGED
package/dist/helpers/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../context-
|
|
2
|
-
import { t as typeCheck } from "../type-check-
|
|
1
|
+
import "../context-D_zVRwKd.cjs";
|
|
2
|
+
import { t as typeCheck } from "../type-check-C8A8lFiv.cjs";
|
|
3
3
|
export { typeCheck };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../context-
|
|
2
|
-
import { t as typeCheck } from "../type-check-
|
|
1
|
+
import "../context-BWX-QSub.mjs";
|
|
2
|
+
import { t as typeCheck } from "../type-check-DFsQqE6T.mjs";
|
|
3
3
|
export { typeCheck };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { i as Plugin } from "./context-
|
|
2
|
-
import { t as typeCheck } from "./type-check-
|
|
1
|
+
import { i as Plugin } from "./context-D_zVRwKd.cjs";
|
|
2
|
+
import { t as typeCheck } from "./type-check-C8A8lFiv.cjs";
|
|
3
3
|
import "./index-D6CnpA_r.cjs";
|
|
4
|
-
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "./plugin-
|
|
4
|
+
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "./plugin-DUluyNI2.cjs";
|
|
5
5
|
import "./index-DWPDThxu.cjs";
|
|
6
6
|
|
|
7
7
|
//#region src/index.d.ts
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { i as Plugin } from "./context-
|
|
2
|
-
import { t as typeCheck } from "./type-check-
|
|
1
|
+
import { i as Plugin } from "./context-BWX-QSub.mjs";
|
|
2
|
+
import { t as typeCheck } from "./type-check-DFsQqE6T.mjs";
|
|
3
3
|
import "./index-DL0uimUT.mjs";
|
|
4
|
-
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "./plugin-
|
|
4
|
+
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "./plugin-C4E6xLQB.mjs";
|
|
5
5
|
import "./index-CUbWeWHc.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/index.d.ts
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../context-
|
|
2
|
-
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-
|
|
1
|
+
import "../context-D_zVRwKd.cjs";
|
|
2
|
+
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-DUluyNI2.cjs";
|
|
3
3
|
import "../index-DWPDThxu.cjs";
|
|
4
4
|
export { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../context-
|
|
2
|
-
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-
|
|
1
|
+
import "../context-BWX-QSub.mjs";
|
|
2
|
+
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-C4E6xLQB.mjs";
|
|
3
3
|
import "../index-CUbWeWHc.mjs";
|
|
4
4
|
export { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../context-
|
|
2
|
-
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-
|
|
1
|
+
import "../context-D_zVRwKd.cjs";
|
|
2
|
+
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-DUluyNI2.cjs";
|
|
3
3
|
export { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../context-
|
|
2
|
-
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-
|
|
1
|
+
import "../context-BWX-QSub.mjs";
|
|
2
|
+
import { a as __ΩTypeScriptCompilerPluginContext, c as __ΩTypeScriptCompilerPluginUserConfig, i as TypeScriptCompilerPluginUserConfig, n as TypeScriptCompilerPluginOptions, o as __ΩTypeScriptCompilerPluginOptions, r as TypeScriptCompilerPluginResolvedConfig, s as __ΩTypeScriptCompilerPluginResolvedConfig, t as TypeScriptCompilerPluginContext } from "../plugin-C4E6xLQB.mjs";
|
|
3
3
|
export { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsc",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.66",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the TypeScript compiler plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -146,13 +146,13 @@
|
|
|
146
146
|
"keywords": ["tsc", "powerlines", "storm-software", "powerlines-plugin"],
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"defu": "^6.1.4",
|
|
149
|
-
"powerlines": "^0.30.
|
|
149
|
+
"powerlines": "^0.30.9",
|
|
150
150
|
"typescript": "^5.9.3"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
|
-
"@powerlines/nx": "^0.10.
|
|
153
|
+
"@powerlines/nx": "^0.10.58",
|
|
154
154
|
"@types/node": "^24.10.1"
|
|
155
155
|
},
|
|
156
156
|
"publishConfig": { "access": "public" },
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "00fa339177561d404892937d2c24fe2a5b3df4e7"
|
|
158
158
|
}
|