@powerlines/plugin-tsc 0.2.12 → 0.2.13
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,4 +1,4 @@
|
|
|
1
|
-
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('
|
|
1
|
+
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),p=require('defu'),r=require('typescript'),typeCheck=require('./helpers/type-check'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var p__default=/*#__PURE__*/_interopDefault(p);var r__default=/*#__PURE__*/_interopDefault(r);/*****************************************
|
|
2
2
|
*
|
|
3
3
|
* ⚡ Built by Storm Software
|
|
4
4
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { P as Plugin } from '
|
|
2
|
-
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions } from '
|
|
3
|
-
export { TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from '
|
|
4
|
-
export { typeCheck } from '
|
|
1
|
+
import { P as Plugin } from './plugin-CmfMkuiM.cjs';
|
|
2
|
+
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions } from './types/plugin.cjs';
|
|
3
|
+
export { TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from './types/plugin.cjs';
|
|
4
|
+
export { typeCheck } from './helpers/type-check.cjs';
|
|
5
5
|
import '@stryke/types/base';
|
|
6
6
|
import 'unplugin';
|
|
7
7
|
import '@stryke/types/array';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { P as Plugin } from '
|
|
2
|
-
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions } from '
|
|
3
|
-
export { TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from '
|
|
4
|
-
export { typeCheck } from '
|
|
1
|
+
import { P as Plugin } from './plugin-CmfMkuiM.js';
|
|
2
|
+
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions } from './types/plugin.js';
|
|
3
|
+
export { TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from './types/plugin.js';
|
|
4
|
+
export { typeCheck } from './helpers/type-check.js';
|
|
5
5
|
import '@stryke/types/base';
|
|
6
6
|
import 'unplugin';
|
|
7
7
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {a as a$1}from'
|
|
1
|
+
import {a as a$1}from'./chunk-UCUR73HG.js';import p from'defu';import r from'typescript';import {typeCheck}from'./helpers/type-check';export*from'./helpers';export*from'./types';/*****************************************
|
|
2
2
|
*
|
|
3
3
|
* ⚡ Built by Storm Software
|
|
4
4
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsc",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the TypeScript compiler plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -128,10 +128,10 @@
|
|
|
128
128
|
"keywords": ["tsc", "powerlines", "storm-software", "powerlines-plugin"],
|
|
129
129
|
"dependencies": {
|
|
130
130
|
"defu": "^6.1.4",
|
|
131
|
-
"powerlines": "^0.19.
|
|
131
|
+
"powerlines": "^0.19.1",
|
|
132
132
|
"typescript": "^5.9.3"
|
|
133
133
|
},
|
|
134
|
-
"devDependencies": { "@powerlines/nx": "^0.10.
|
|
134
|
+
"devDependencies": { "@powerlines/nx": "^0.10.5", "@types/node": "^22.19.0" },
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "d25499feacd0143784f3cd426488909134bffab2"
|
|
137
137
|
}
|