@powerlines/plugin-tsc 0.2.55 → 0.2.56
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-B_SvJ9rN.d.cts +1640 -0
- package/dist/context-B_SvJ9rN.d.cts.map +1 -0
- package/dist/context-C938YnnH.d.mts +1640 -0
- package/dist/context-C938YnnH.d.mts.map +1 -0
- package/dist/helpers/index.cjs +1 -1
- package/dist/helpers/index.d.cts +4 -23
- package/dist/helpers/index.d.mts +4 -0
- package/dist/helpers/index.mjs +1 -0
- package/dist/helpers/type-check.cjs +1 -12
- package/dist/helpers/type-check.d.cts +3 -31
- package/dist/helpers/type-check.d.mts +3 -0
- package/dist/helpers/type-check.mjs +1 -0
- package/dist/helpers-CRPRhztf.mjs +1 -0
- package/dist/index-CUbWeWHc.d.mts +1 -0
- package/dist/index-D6CnpA_r.d.cts +1 -0
- package/dist/index-DL0uimUT.d.mts +1 -0
- package/dist/index-DWPDThxu.d.cts +1 -0
- package/dist/index.cjs +1 -8
- package/dist/index.d.cts +10 -27
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +18 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/dist/plugin-BOy4I07u.d.mts +36 -0
- package/dist/plugin-BOy4I07u.d.mts.map +1 -0
- package/dist/plugin-BjiGfRHE.mjs +1 -0
- package/dist/plugin-heUL-O30.d.cts +36 -0
- package/dist/plugin-heUL-O30.d.cts.map +1 -0
- package/dist/plugin-pBKbb5K9.cjs +0 -0
- package/dist/type-check-02piukqA.d.cts +13 -0
- package/dist/type-check-02piukqA.d.cts.map +1 -0
- package/dist/type-check-CME5NxBN.d.mts +13 -0
- package/dist/type-check-CME5NxBN.d.mts.map +1 -0
- package/dist/type-check-CbXMF6b-.cjs +4 -0
- package/dist/type-check-VZ8glHmD.mjs +5 -0
- package/dist/type-check-VZ8glHmD.mjs.map +1 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +4 -23
- package/dist/types/index.d.mts +4 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.d.cts +3 -54
- package/dist/types/plugin.d.mts +3 -0
- package/dist/types/plugin.mjs +1 -0
- package/dist/types-n6NgD0QK.mjs +1 -0
- package/dist/types-o3zWarRp.cjs +0 -0
- package/package.json +46 -28
- package/dist/chunk-FBBMZ4NC.cjs +0 -7
- package/dist/chunk-UCUR73HG.js +0 -7
- package/dist/helpers/index.d.ts +0 -23
- package/dist/helpers/index.js +0 -1
- package/dist/helpers/type-check.d.ts +0 -31
- package/dist/helpers/type-check.js +0 -12
- package/dist/index.d.ts +0 -35
- package/dist/index.js +0 -8
- package/dist/plugin-DxrO7vuN.d.cts +0 -1552
- package/dist/plugin-DxrO7vuN.d.ts +0 -1552
- package/dist/types/index.d.ts +0 -23
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.ts +0 -54
- /package/dist/{types/plugin.js → helpers-LF26RHol.cjs} +0 -0
package/dist/types/index.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig } from './plugin.js';
|
|
2
|
-
import '../plugin-DxrO7vuN.js';
|
|
3
|
-
import '@stryke/types/base';
|
|
4
|
-
import 'unplugin';
|
|
5
|
-
import '@stryke/types/array';
|
|
6
|
-
import '@storm-software/build-tools/types';
|
|
7
|
-
import '@storm-software/config-tools/types';
|
|
8
|
-
import '@storm-software/config/types';
|
|
9
|
-
import '@stryke/types/configuration';
|
|
10
|
-
import '@stryke/types/file';
|
|
11
|
-
import 'vite';
|
|
12
|
-
import '@stryke/env/get-env-paths';
|
|
13
|
-
import '@stryke/http/fetch';
|
|
14
|
-
import '@stryke/types/package-json';
|
|
15
|
-
import 'jiti';
|
|
16
|
-
import 'magic-string';
|
|
17
|
-
import 'oxc-parser';
|
|
18
|
-
import 'semver';
|
|
19
|
-
import 'ts-morph';
|
|
20
|
-
import 'undici';
|
|
21
|
-
import '@stryke/fs/resolve';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
import 'typescript';
|
package/dist/types/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./plugin';
|
package/dist/types/plugin.d.ts
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { R as ResolvedConfig, a as PluginContext, U as UserConfig } from '../plugin-DxrO7vuN.js';
|
|
2
|
-
import ts from 'typescript';
|
|
3
|
-
import '@stryke/types/base';
|
|
4
|
-
import 'unplugin';
|
|
5
|
-
import '@stryke/types/array';
|
|
6
|
-
import '@storm-software/build-tools/types';
|
|
7
|
-
import '@storm-software/config-tools/types';
|
|
8
|
-
import '@storm-software/config/types';
|
|
9
|
-
import '@stryke/types/configuration';
|
|
10
|
-
import '@stryke/types/file';
|
|
11
|
-
import 'vite';
|
|
12
|
-
import '@stryke/env/get-env-paths';
|
|
13
|
-
import '@stryke/http/fetch';
|
|
14
|
-
import '@stryke/types/package-json';
|
|
15
|
-
import 'jiti';
|
|
16
|
-
import 'magic-string';
|
|
17
|
-
import 'oxc-parser';
|
|
18
|
-
import 'semver';
|
|
19
|
-
import 'ts-morph';
|
|
20
|
-
import 'undici';
|
|
21
|
-
import '@stryke/fs/resolve';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
|
|
24
|
-
type TypeScriptCompilerPluginOptions = Partial<Omit<ts.TranspileOptions, "fileName">> & {
|
|
25
|
-
/**
|
|
26
|
-
* Whether to perform type checking during the `lint` task.
|
|
27
|
-
*
|
|
28
|
-
* @defaultValue false
|
|
29
|
-
*/
|
|
30
|
-
typeCheck?: boolean;
|
|
31
|
-
};
|
|
32
|
-
interface TypeScriptCompilerPluginUserConfig extends UserConfig {
|
|
33
|
-
transform: {
|
|
34
|
-
/**
|
|
35
|
-
* TypeScript Compiler transformation options
|
|
36
|
-
*/
|
|
37
|
-
tsc: Partial<Omit<TypeScriptCompilerPluginOptions, "typeCheck">> & Required<Pick<TypeScriptCompilerPluginOptions, "typeCheck">>;
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
interface TypeScriptCompilerPluginResolvedConfig extends ResolvedConfig {
|
|
41
|
-
transform: {
|
|
42
|
-
/**
|
|
43
|
-
* Resolved TypeScript Compiler transformation options
|
|
44
|
-
*/
|
|
45
|
-
tsc: Partial<Omit<TypeScriptCompilerPluginOptions, "typeCheck">> & Required<Pick<TypeScriptCompilerPluginOptions, "typeCheck">>;
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
type TypeScriptCompilerPluginContext<TResolvedConfig extends TypeScriptCompilerPluginResolvedConfig = TypeScriptCompilerPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
49
|
-
declare type __ΩTypeScriptCompilerPluginOptions = any[];
|
|
50
|
-
declare type __ΩTypeScriptCompilerPluginUserConfig = any[];
|
|
51
|
-
declare type __ΩTypeScriptCompilerPluginResolvedConfig = any[];
|
|
52
|
-
declare type __ΩTypeScriptCompilerPluginContext = any[];
|
|
53
|
-
|
|
54
|
-
export type { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig };
|
|
File without changes
|