@powerlines/plugin-tsc 0.2.55 → 0.2.57

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 (63) hide show
  1. package/README.md +8 -2
  2. package/dist/context-BBq6jvlP.d.cts +1640 -0
  3. package/dist/context-BBq6jvlP.d.cts.map +1 -0
  4. package/dist/context-CNmesYFy.d.mts +1640 -0
  5. package/dist/context-CNmesYFy.d.mts.map +1 -0
  6. package/dist/helpers/index.cjs +1 -1
  7. package/dist/helpers/index.d.cts +4 -23
  8. package/dist/helpers/index.d.mts +4 -0
  9. package/dist/helpers/index.mjs +1 -0
  10. package/dist/helpers/type-check.cjs +1 -12
  11. package/dist/helpers/type-check.d.cts +3 -31
  12. package/dist/helpers/type-check.d.mts +3 -0
  13. package/dist/helpers/type-check.mjs +1 -0
  14. package/dist/helpers-CRPRhztf.mjs +1 -0
  15. package/dist/index-CUbWeWHc.d.mts +1 -0
  16. package/dist/index-D6CnpA_r.d.cts +1 -0
  17. package/dist/index-DL0uimUT.d.mts +1 -0
  18. package/dist/index-DWPDThxu.d.cts +1 -0
  19. package/dist/index.cjs +1 -8
  20. package/dist/index.d.cts +10 -27
  21. package/dist/index.d.cts.map +1 -0
  22. package/dist/index.d.mts +18 -0
  23. package/dist/index.d.mts.map +1 -0
  24. package/dist/index.mjs +2 -0
  25. package/dist/index.mjs.map +1 -0
  26. package/dist/plugin-B43Fe7Cn.d.mts +36 -0
  27. package/dist/plugin-B43Fe7Cn.d.mts.map +1 -0
  28. package/dist/plugin-BjiGfRHE.mjs +1 -0
  29. package/dist/plugin-CEPWS2A4.d.cts +36 -0
  30. package/dist/plugin-CEPWS2A4.d.cts.map +1 -0
  31. package/dist/plugin-pBKbb5K9.cjs +0 -0
  32. package/dist/type-check-BKK0bXRZ.d.cts +13 -0
  33. package/dist/type-check-BKK0bXRZ.d.cts.map +1 -0
  34. package/dist/type-check-CbXMF6b-.cjs +4 -0
  35. package/dist/type-check-VZ8glHmD.mjs +5 -0
  36. package/dist/type-check-VZ8glHmD.mjs.map +1 -0
  37. package/dist/type-check-dwHDuxmy.d.mts +13 -0
  38. package/dist/type-check-dwHDuxmy.d.mts.map +1 -0
  39. package/dist/types/index.cjs +1 -1
  40. package/dist/types/index.d.cts +4 -23
  41. package/dist/types/index.d.mts +4 -0
  42. package/dist/types/index.mjs +1 -0
  43. package/dist/types/plugin.cjs +1 -1
  44. package/dist/types/plugin.d.cts +3 -54
  45. package/dist/types/plugin.d.mts +3 -0
  46. package/dist/types/plugin.mjs +1 -0
  47. package/dist/types-n6NgD0QK.mjs +1 -0
  48. package/dist/types-o3zWarRp.cjs +0 -0
  49. package/package.json +46 -28
  50. package/dist/chunk-FBBMZ4NC.cjs +0 -7
  51. package/dist/chunk-UCUR73HG.js +0 -7
  52. package/dist/helpers/index.d.ts +0 -23
  53. package/dist/helpers/index.js +0 -1
  54. package/dist/helpers/type-check.d.ts +0 -31
  55. package/dist/helpers/type-check.js +0 -12
  56. package/dist/index.d.ts +0 -35
  57. package/dist/index.js +0 -8
  58. package/dist/plugin-DxrO7vuN.d.cts +0 -1552
  59. package/dist/plugin-DxrO7vuN.d.ts +0 -1552
  60. package/dist/types/index.d.ts +0 -23
  61. package/dist/types/index.js +0 -1
  62. package/dist/types/plugin.d.ts +0 -54
  63. /package/dist/{types/plugin.js → helpers-LF26RHol.cjs} +0 -0
@@ -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';
@@ -1 +0,0 @@
1
- export*from'./plugin';
@@ -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