@powerlines/plugin-tsc 0.2.47 → 0.2.49

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.
@@ -1,5 +1,5 @@
1
1
  export { typeCheck } from './type-check.cjs';
2
- import '../plugin-CA7ylzcQ.cjs';
2
+ import '../plugin-D4BxLZ88.cjs';
3
3
  import '@stryke/types/base';
4
4
  import 'unplugin';
5
5
  import '@stryke/types/array';
@@ -1,5 +1,5 @@
1
1
  export { typeCheck } from './type-check.js';
2
- import '../plugin-CA7ylzcQ.js';
2
+ import '../plugin-D4BxLZ88.js';
3
3
  import '@stryke/types/base';
4
4
  import 'unplugin';
5
5
  import '@stryke/types/array';
@@ -1,4 +1,4 @@
1
- import { C as Context } from '../plugin-CA7ylzcQ.cjs';
1
+ import { C as Context } from '../plugin-D4BxLZ88.cjs';
2
2
  import '@stryke/types/base';
3
3
  import 'unplugin';
4
4
  import '@stryke/types/array';
@@ -1,4 +1,4 @@
1
- import { C as Context } from '../plugin-CA7ylzcQ.js';
1
+ import { C as Context } from '../plugin-D4BxLZ88.js';
2
2
  import '@stryke/types/base';
3
3
  import 'unplugin';
4
4
  import '@stryke/types/array';
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as Plugin } from './plugin-CA7ylzcQ.cjs';
1
+ import { P as Plugin } from './plugin-D4BxLZ88.cjs';
2
2
  import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions } from './types/plugin.cjs';
3
3
  export { TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig } from './types/plugin.cjs';
4
4
  export { typeCheck } from './helpers/type-check.cjs';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as Plugin } from './plugin-CA7ylzcQ.js';
1
+ import { P as Plugin } from './plugin-D4BxLZ88.js';
2
2
  import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions } from './types/plugin.js';
3
3
  export { TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig } from './types/plugin.js';
4
4
  export { typeCheck } from './helpers/type-check.js';
@@ -1465,7 +1465,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1465
1465
  * @param other - The other plugin to compare against.
1466
1466
  * @returns `true` if the two plugins are the same, `false` otherwise.
1467
1467
  */
1468
- dedupe?: false | ((other: Plugin<TContext>) => boolean);
1468
+ dedupe?: false | ((other: Plugin<any>) => boolean);
1469
1469
  /**
1470
1470
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
1471
1471
  */
@@ -1465,7 +1465,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1465
1465
  * @param other - The other plugin to compare against.
1466
1466
  * @returns `true` if the two plugins are the same, `false` otherwise.
1467
1467
  */
1468
- dedupe?: false | ((other: Plugin<TContext>) => boolean);
1468
+ dedupe?: false | ((other: Plugin<any>) => boolean);
1469
1469
  /**
1470
1470
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
1471
1471
  */
@@ -1,5 +1,5 @@
1
1
  export { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig } from './plugin.cjs';
2
- import '../plugin-CA7ylzcQ.cjs';
2
+ import '../plugin-D4BxLZ88.cjs';
3
3
  import '@stryke/types/base';
4
4
  import 'unplugin';
5
5
  import '@stryke/types/array';
@@ -1,5 +1,5 @@
1
1
  export { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig, __ΩTypeScriptCompilerPluginContext, __ΩTypeScriptCompilerPluginOptions, __ΩTypeScriptCompilerPluginResolvedConfig, __ΩTypeScriptCompilerPluginUserConfig } from './plugin.js';
2
- import '../plugin-CA7ylzcQ.js';
2
+ import '../plugin-D4BxLZ88.js';
3
3
  import '@stryke/types/base';
4
4
  import 'unplugin';
5
5
  import '@stryke/types/array';
@@ -1,4 +1,4 @@
1
- import { R as ResolvedConfig, a as PluginContext, U as UserConfig } from '../plugin-CA7ylzcQ.cjs';
1
+ import { R as ResolvedConfig, a as PluginContext, U as UserConfig } from '../plugin-D4BxLZ88.cjs';
2
2
  import ts from 'typescript';
3
3
  import '@stryke/types/base';
4
4
  import 'unplugin';
@@ -1,4 +1,4 @@
1
- import { R as ResolvedConfig, a as PluginContext, U as UserConfig } from '../plugin-CA7ylzcQ.js';
1
+ import { R as ResolvedConfig, a as PluginContext, U as UserConfig } from '../plugin-D4BxLZ88.js';
2
2
  import ts from 'typescript';
3
3
  import '@stryke/types/base';
4
4
  import 'unplugin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsc",
3
- "version": "0.2.47",
3
+ "version": "0.2.49",
4
4
  "type": "module",
5
5
  "description": "A package containing the TypeScript compiler plugin for Powerlines.",
6
6
  "repository": {
@@ -128,13 +128,13 @@
128
128
  "keywords": ["tsc", "powerlines", "storm-software", "powerlines-plugin"],
129
129
  "dependencies": {
130
130
  "defu": "^6.1.4",
131
- "powerlines": "^0.25.1",
131
+ "powerlines": "^0.25.3",
132
132
  "typescript": "^5.9.3"
133
133
  },
134
134
  "devDependencies": {
135
- "@powerlines/nx": "^0.10.39",
135
+ "@powerlines/nx": "^0.10.41",
136
136
  "@types/node": "^24.10.1"
137
137
  },
138
138
  "publishConfig": { "access": "public" },
139
- "gitHead": "de1daa466d1524b287e2748490c1e56ab9002b07"
139
+ "gitHead": "2b25269712e4620b459f135da0e43bf8d2961c62"
140
140
  }