@powerlines/plugin-tsdown 0.1.7 → 0.1.9
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/index.d.cts +2 -2
- package/dist/helpers/index.d.mts +2 -2
- package/dist/helpers/unplugin.d.cts +2 -2
- package/dist/helpers/unplugin.d.mts +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/{plugin-M1YJ20rf.d.cts → plugin-i0rdgDcU.d.cts} +1 -1
- package/dist/{plugin-PfsHQKxJ.d.mts → plugin-toISu6FT.d.mts} +1 -1
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.mts +1 -1
- package/dist/{unplugin-C2zuIIM8.d.cts → unplugin-B-2XHv-h.d.cts} +1 -1
- package/dist/{unplugin-C57rJODg.d.mts → unplugin-DH204--2.d.mts} +1 -1
- package/package.json +5 -5
package/dist/helpers/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../plugin-
|
|
2
|
-
import { t as createTsdownPlugin } from "../unplugin-
|
|
1
|
+
import "../plugin-i0rdgDcU.cjs";
|
|
2
|
+
import { t as createTsdownPlugin } from "../unplugin-B-2XHv-h.cjs";
|
|
3
3
|
import "../index-D6CnpA_r.cjs";
|
|
4
4
|
export { createTsdownPlugin };
|
package/dist/helpers/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../plugin-
|
|
2
|
-
import { t as createTsdownPlugin } from "../unplugin-
|
|
1
|
+
import "../plugin-toISu6FT.mjs";
|
|
2
|
+
import { t as createTsdownPlugin } from "../unplugin-DH204--2.mjs";
|
|
3
3
|
import "../index-DL0uimUT.mjs";
|
|
4
4
|
export { createTsdownPlugin };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../plugin-
|
|
2
|
-
import { t as createTsdownPlugin } from "../unplugin-
|
|
1
|
+
import "../plugin-i0rdgDcU.cjs";
|
|
2
|
+
import { t as createTsdownPlugin } from "../unplugin-B-2XHv-h.cjs";
|
|
3
3
|
export { createTsdownPlugin };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../plugin-
|
|
2
|
-
import { t as createTsdownPlugin } from "../unplugin-
|
|
1
|
+
import "../plugin-toISu6FT.mjs";
|
|
2
|
+
import { t as createTsdownPlugin } from "../unplugin-DH204--2.mjs";
|
|
3
3
|
export { createTsdownPlugin };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, l as Plugin, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "./plugin-
|
|
2
|
-
import { t as createTsdownPlugin } from "./unplugin-
|
|
1
|
+
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, l as Plugin, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "./plugin-i0rdgDcU.cjs";
|
|
2
|
+
import { t as createTsdownPlugin } from "./unplugin-B-2XHv-h.cjs";
|
|
3
3
|
import "./index-D6CnpA_r.cjs";
|
|
4
4
|
import "./index-D4ELpJXS.cjs";
|
|
5
5
|
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, l as Plugin, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "./plugin-
|
|
2
|
-
import { t as createTsdownPlugin } from "./unplugin-
|
|
1
|
+
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, l as Plugin, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "./plugin-toISu6FT.mjs";
|
|
2
|
+
import { t as createTsdownPlugin } from "./unplugin-DH204--2.mjs";
|
|
3
3
|
import "./index-DL0uimUT.mjs";
|
|
4
4
|
import "./index-9iG2qHLe.mjs";
|
|
5
5
|
|
|
@@ -913,7 +913,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig$1> = Plugi
|
|
|
913
913
|
* @param environment - The environment to check.
|
|
914
914
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
915
915
|
*/
|
|
916
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
916
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
917
917
|
}
|
|
918
918
|
//#endregion
|
|
919
919
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
|
@@ -915,7 +915,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig$1> = Plugi
|
|
|
915
915
|
* @param environment - The environment to check.
|
|
916
916
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
917
917
|
*/
|
|
918
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
918
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
919
919
|
}
|
|
920
920
|
//#endregion
|
|
921
921
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-i0rdgDcU.cjs";
|
|
2
2
|
import "../index-D4ELpJXS.cjs";
|
|
3
3
|
export { TsdownPluginContext, TsdownPluginOptions, TsdownPluginResolvedConfig, TsdownPluginUserConfig, __ΩTsdownPluginContext, __ΩTsdownPluginOptions, __ΩTsdownPluginResolvedConfig, __ΩTsdownPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-toISu6FT.mjs";
|
|
2
2
|
import "../index-9iG2qHLe.mjs";
|
|
3
3
|
export { TsdownPluginContext, TsdownPluginOptions, TsdownPluginResolvedConfig, TsdownPluginUserConfig, __ΩTsdownPluginContext, __ΩTsdownPluginOptions, __ΩTsdownPluginResolvedConfig, __ΩTsdownPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-i0rdgDcU.cjs";
|
|
2
2
|
export { TsdownPluginContext, TsdownPluginOptions, TsdownPluginResolvedConfig, TsdownPluginUserConfig, __ΩTsdownPluginContext, __ΩTsdownPluginOptions, __ΩTsdownPluginResolvedConfig, __ΩTsdownPluginUserConfig };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩTsdownPluginContext, c as __ΩTsdownPluginUserConfig, i as TsdownPluginUserConfig, n as TsdownPluginOptions, o as __ΩTsdownPluginOptions, r as TsdownPluginResolvedConfig, s as __ΩTsdownPluginResolvedConfig, t as TsdownPluginContext } from "../plugin-toISu6FT.mjs";
|
|
2
2
|
export { TsdownPluginContext, TsdownPluginOptions, TsdownPluginResolvedConfig, TsdownPluginUserConfig, __ΩTsdownPluginContext, __ΩTsdownPluginOptions, __ΩTsdownPluginResolvedConfig, __ΩTsdownPluginUserConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsdown",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -150,13 +150,13 @@
|
|
|
150
150
|
"@stryke/type-checks": "^0.4.4",
|
|
151
151
|
"@stryke/types": "^0.10.13",
|
|
152
152
|
"defu": "^6.1.4",
|
|
153
|
-
"powerlines": "^0.30.
|
|
153
|
+
"powerlines": "^0.30.8"
|
|
154
154
|
},
|
|
155
155
|
"devDependencies": {
|
|
156
|
-
"@powerlines/nx": "^0.10.
|
|
157
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
156
|
+
"@powerlines/nx": "^0.10.57",
|
|
157
|
+
"@powerlines/plugin-plugin": "^0.12.9",
|
|
158
158
|
"@types/node": "^24.10.1"
|
|
159
159
|
},
|
|
160
160
|
"publishConfig": { "access": "public" },
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "b6cd904eada6483fffd8791e64febb309d73f399"
|
|
162
162
|
}
|