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