@powerlines/plugin-tsc 0.3.207 → 0.3.208
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/index.cjs +1 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Object.
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
//#region \0rolldown/runtime.js
|
|
3
3
|
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -88,6 +88,5 @@ const plugin = (options = {}) => {
|
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
//#endregion
|
|
91
|
-
exports.default = plugin;
|
|
92
91
|
exports.plugin = plugin;
|
|
93
92
|
exports.typeCheck = require_helpers_type_check.typeCheck;
|
package/dist/index.d.cts
CHANGED
|
@@ -17,5 +17,5 @@ declare module "powerlines" {
|
|
|
17
17
|
*/
|
|
18
18
|
declare const plugin: <TContext extends TypeScriptCompilerPluginContext = TypeScriptCompilerPluginContext>(options?: TypeScriptCompilerPluginOptions) => Plugin<TContext>;
|
|
19
19
|
//#endregion
|
|
20
|
-
export { type TypeScriptCompilerPluginContext, type TypeScriptCompilerPluginOptions, type TypeScriptCompilerPluginResolvedConfig, type TypeScriptCompilerPluginUserConfig, plugin
|
|
20
|
+
export { type TypeScriptCompilerPluginContext, type TypeScriptCompilerPluginOptions, type TypeScriptCompilerPluginResolvedConfig, type TypeScriptCompilerPluginUserConfig, plugin, typeCheck };
|
|
21
21
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -17,5 +17,5 @@ declare module "powerlines" {
|
|
|
17
17
|
*/
|
|
18
18
|
declare const plugin: <TContext extends TypeScriptCompilerPluginContext = TypeScriptCompilerPluginContext>(options?: TypeScriptCompilerPluginOptions) => Plugin<TContext>;
|
|
19
19
|
//#endregion
|
|
20
|
-
export { type TypeScriptCompilerPluginContext, type TypeScriptCompilerPluginOptions, type TypeScriptCompilerPluginResolvedConfig, type TypeScriptCompilerPluginUserConfig, plugin
|
|
20
|
+
export { type TypeScriptCompilerPluginContext, type TypeScriptCompilerPluginOptions, type TypeScriptCompilerPluginResolvedConfig, type TypeScriptCompilerPluginUserConfig, plugin, typeCheck };
|
|
21
21
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.208",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the TypeScript compiler plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"@stryke/path": "^0.29.35",
|
|
122
122
|
"defu": "^6.1.7",
|
|
123
|
-
"powerlines": "^0.47.
|
|
123
|
+
"powerlines": "^0.47.210",
|
|
124
124
|
"typescript": "^6.0.3",
|
|
125
125
|
"unplugin": "^3.3.0"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
128
|
+
"@powerlines/plugin-plugin": "^0.12.623",
|
|
129
129
|
"@types/node": "^25.9.5"
|
|
130
130
|
},
|
|
131
131
|
"publishConfig": { "access": "public" },
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
|
|
133
133
|
}
|