@powerlines/plugin-tsc 0.3.139 → 0.3.140
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/helpers/type-check.d.cts +0 -1
- package/dist/helpers/type-check.d.cts.map +1 -1
- package/dist/helpers/type-check.d.mts +0 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/types/plugin.d.cts +0 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +0 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type-check.d.cts","names":[],"sources":["../../src/helpers/type-check.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"type-check.d.cts","names":[],"sources":["../../src/helpers/type-check.ts"],"mappings":";;;;;;;iBA4BsB,UAAU,SAAS,UAAU"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { typeCheck } from "./helpers/type-check.cjs";
|
|
2
|
+
import "./helpers/index.cjs";
|
|
2
3
|
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from "./types/plugin.cjs";
|
|
4
|
+
import "./types/index.cjs";
|
|
3
5
|
import { Plugin } from "powerlines";
|
|
4
|
-
|
|
5
6
|
//#region src/index.d.ts
|
|
6
7
|
declare module "powerlines" {
|
|
7
8
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;YAkCY;IACR,MAAM;;;;;;;;;cAUG,SACX,iBAAiB,kCACf,iCAEF,UAAS,oCACR,OAAO"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { typeCheck } from "./helpers/type-check.mjs";
|
|
2
|
+
import "./helpers/index.mjs";
|
|
2
3
|
import { TypeScriptCompilerPluginContext, TypeScriptCompilerPluginOptions, TypeScriptCompilerPluginResolvedConfig, TypeScriptCompilerPluginUserConfig } from "./types/plugin.mjs";
|
|
4
|
+
import "./types/index.mjs";
|
|
3
5
|
import { Plugin } from "powerlines";
|
|
4
|
-
|
|
5
6
|
//#region src/index.d.ts
|
|
6
7
|
declare module "powerlines" {
|
|
7
8
|
interface Config {
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
2
2
|
import ts from "typescript";
|
|
3
3
|
import { HookFilter } from "unplugin";
|
|
4
|
-
|
|
5
4
|
//#region src/types/plugin.d.ts
|
|
6
5
|
type TypeScriptCompilerPluginOptions = Partial<Omit<ts.TranspileOptions, "fileName">> & {
|
|
7
6
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAsBY,kCAAkC,QAC5C,KAAK,GAAG;;;;;;EAOR,SAAS;;;;;;;;;EAUT;;;;;;EAOA;;UAGe,2CAA2C;EAC1D,KAAK,QAAQ,KAAK,iDAChB,SAAS,KAAK;;UAGD,+CAA+C;;;;EAI9D,KAAK,QAAQ,KAAK,iDAChB,SAAS,KAAK;;KAGN,gCACV,wBAAwB,yCACtB,0CACA,cAAc"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import ts from "typescript";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
import { HookFilter } from "unplugin";
|
|
4
|
-
|
|
5
4
|
//#region src/types/plugin.d.ts
|
|
6
5
|
type TypeScriptCompilerPluginOptions = Partial<Omit<ts.TranspileOptions, "fileName">> & {
|
|
7
6
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.140",
|
|
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.22",
|
|
122
122
|
"defu": "^6.1.7",
|
|
123
|
-
"powerlines": "^0.47.
|
|
123
|
+
"powerlines": "^0.47.143",
|
|
124
124
|
"typescript": "^6.0.3",
|
|
125
125
|
"unplugin": "^3.3.0"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
129
|
-
"@types/node": "^25.9.
|
|
128
|
+
"@powerlines/plugin-plugin": "^0.12.555",
|
|
129
|
+
"@types/node": "^25.9.5"
|
|
130
130
|
},
|
|
131
131
|
"publishConfig": { "access": "public" },
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
|
|
133
133
|
}
|