@powerlines/plugin-babel 0.12.65 → 0.12.67
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/{babel-DSEX13_n.d.mts → babel-ChnxDnEW.d.cts} +3 -6
- package/dist/{babel-tEtohvfv.d.cts → babel-DTaio8BX.d.mts} +3 -6
- package/dist/{create-plugin-BB1rwB7s.d.cts → create-plugin-CT3AmMST.d.cts} +1 -1
- package/dist/{create-plugin-Ba7oquKc.d.mts → create-plugin-CcyQJscB.d.mts} +1 -1
- package/dist/{filters-IwnzZFmf.d.cts → filters-DWUVYxNP.d.cts} +1 -1
- package/dist/{filters-Bfg69wQj.d.mts → filters-Dy71Hudo.d.mts} +1 -1
- package/dist/helpers/create-plugin.d.cts +2 -2
- package/dist/helpers/create-plugin.d.mts +2 -2
- package/dist/helpers/filters.d.cts +2 -2
- package/dist/helpers/filters.d.mts +2 -2
- package/dist/helpers/index.d.cts +5 -5
- package/dist/helpers/index.d.mts +5 -5
- package/dist/helpers/module-helpers.d.cts +2 -2
- package/dist/helpers/module-helpers.d.mts +2 -2
- package/dist/helpers/options.d.cts +2 -2
- package/dist/helpers/options.d.mts +2 -2
- package/dist/index.d.cts +6 -6
- package/dist/index.d.mts +6 -6
- package/dist/{module-helpers-C_09kS4s.d.mts → module-helpers-BXxcpiSf.d.cts} +2 -2
- package/dist/{module-helpers-O_uF8k0o.d.cts → module-helpers-ptD32AP3.d.mts} +2 -2
- package/dist/{options-BfFIFF55.d.mts → options-Bxa6CVME.d.cts} +1 -1
- package/dist/{options-C3mBdjhE.d.cts → options-kquKKsDE.d.mts} +1 -1
- package/dist/{plugin-C4MRfSdV.d.cts → plugin-Ckany8iM.d.cts} +1 -1
- package/dist/{plugin-CoTby77c.d.mts → plugin-CpXo1Y2H.d.mts} +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/types/plugin.d.cts +2 -2
- package/dist/types/plugin.d.mts +2 -2
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PluginItem, PluginObj, PluginPass, transformAsync } from "@babel/core";
|
|
2
|
-
import { LogLevelLabel } from "@storm-software/config-tools/types";
|
|
3
2
|
import { BabelAPI } from "@babel/helper-plugin-utils";
|
|
4
3
|
import { Format } from "@storm-software/build-tools/types";
|
|
4
|
+
import { LogLevelLabel } from "@storm-software/config-tools/types";
|
|
5
5
|
import { StormWorkspaceConfig } from "@storm-software/config/types";
|
|
6
6
|
import { FunctionLike, MaybePromise, NonUndefined } from "@stryke/types/base";
|
|
7
7
|
import { TypeDefinition, TypeDefinitionParameter } from "@stryke/types/configuration";
|
|
@@ -160,10 +160,7 @@ interface BuildConfig {
|
|
|
160
160
|
type BuildResolvedConfig = Omit<BuildConfig, "override">;
|
|
161
161
|
//#endregion
|
|
162
162
|
//#region ../powerlines/src/types/fs.d.ts
|
|
163
|
-
|
|
164
|
-
VIRTUAL = "virtual",
|
|
165
|
-
FS = "fs",
|
|
166
|
-
}
|
|
163
|
+
type StoragePreset = "fs" | "virtual";
|
|
167
164
|
/**
|
|
168
165
|
* Interface defining the methods and properties for a storage adapter.
|
|
169
166
|
*/
|
|
@@ -912,7 +909,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig$1> = Plugi
|
|
|
912
909
|
* @param environment - The environment to check.
|
|
913
910
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
914
911
|
*/
|
|
915
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
912
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
916
913
|
}
|
|
917
914
|
//#endregion
|
|
918
915
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PluginItem, PluginObj, PluginPass, transformAsync } from "@babel/core";
|
|
2
|
+
import { LogLevelLabel } from "@storm-software/config-tools/types";
|
|
2
3
|
import { BabelAPI } from "@babel/helper-plugin-utils";
|
|
3
4
|
import { Format } from "@storm-software/build-tools/types";
|
|
4
|
-
import { LogLevelLabel } from "@storm-software/config-tools/types";
|
|
5
5
|
import { StormWorkspaceConfig } from "@storm-software/config/types";
|
|
6
6
|
import { FunctionLike, MaybePromise, NonUndefined } from "@stryke/types/base";
|
|
7
7
|
import { TypeDefinition, TypeDefinitionParameter } from "@stryke/types/configuration";
|
|
@@ -160,10 +160,7 @@ interface BuildConfig {
|
|
|
160
160
|
type BuildResolvedConfig = Omit<BuildConfig, "override">;
|
|
161
161
|
//#endregion
|
|
162
162
|
//#region ../powerlines/src/types/fs.d.ts
|
|
163
|
-
|
|
164
|
-
VIRTUAL = "virtual",
|
|
165
|
-
FS = "fs",
|
|
166
|
-
}
|
|
163
|
+
type StoragePreset = "fs" | "virtual";
|
|
167
164
|
/**
|
|
168
165
|
* Interface defining the methods and properties for a storage adapter.
|
|
169
166
|
*/
|
|
@@ -912,7 +909,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig$1> = Plugi
|
|
|
912
909
|
* @param environment - The environment to check.
|
|
913
910
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
914
911
|
*/
|
|
915
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
912
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
916
913
|
}
|
|
917
914
|
//#endregion
|
|
918
915
|
//#region ../powerlines/src/types/tsconfig.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as DeclareBabelTransformPluginReturn, n as BabelTransformPluginBuilder, u as Context } from "./babel-
|
|
1
|
+
import { a as DeclareBabelTransformPluginReturn, n as BabelTransformPluginBuilder, u as Context } from "./babel-ChnxDnEW.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/helpers/create-plugin.d.ts
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as DeclareBabelTransformPluginReturn, n as BabelTransformPluginBuilder, u as Context } from "./babel-
|
|
1
|
+
import { a as DeclareBabelTransformPluginReturn, n as BabelTransformPluginBuilder, u as Context } from "./babel-DTaio8BX.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/helpers/create-plugin.d.ts
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as BabelTransformPluginOptions, r as BabelTransformPluginFilter, s as ResolvedBabelTransformPluginOptions, t as BabelTransformPlugin, u as Context } from "./babel-
|
|
1
|
+
import { i as BabelTransformPluginOptions, r as BabelTransformPluginFilter, s as ResolvedBabelTransformPluginOptions, t as BabelTransformPlugin, u as Context } from "./babel-ChnxDnEW.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/helpers/filters.d.ts
|
|
4
4
|
declare function getPluginName(plugin: BabelTransformPluginOptions): string | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as BabelTransformPluginOptions, r as BabelTransformPluginFilter, s as ResolvedBabelTransformPluginOptions, t as BabelTransformPlugin, u as Context } from "./babel-
|
|
1
|
+
import { i as BabelTransformPluginOptions, r as BabelTransformPluginFilter, s as ResolvedBabelTransformPluginOptions, t as BabelTransformPlugin, u as Context } from "./babel-DTaio8BX.mjs";
|
|
2
2
|
import { MaybePromise } from "@stryke/types/base";
|
|
3
3
|
import { UnpluginOptions } from "unplugin";
|
|
4
4
|
import { ArrayValues } from "@stryke/types/array";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { t as createBabelPlugin } from "../create-plugin-
|
|
1
|
+
import "../babel-ChnxDnEW.cjs";
|
|
2
|
+
import { t as createBabelPlugin } from "../create-plugin-CT3AmMST.cjs";
|
|
3
3
|
export { createBabelPlugin };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { t as createBabelPlugin } from "../create-plugin-
|
|
1
|
+
import "../babel-DTaio8BX.mjs";
|
|
2
|
+
import { t as createBabelPlugin } from "../create-plugin-CcyQJscB.mjs";
|
|
3
3
|
export { createBabelPlugin };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-
|
|
1
|
+
import "../babel-ChnxDnEW.cjs";
|
|
2
|
+
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-DWUVYxNP.cjs";
|
|
3
3
|
export { addPluginFilter, filterPluginByFileId, getPluginName, isDuplicatePlugin };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-
|
|
1
|
+
import "../babel-DTaio8BX.mjs";
|
|
2
|
+
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-Dy71Hudo.mjs";
|
|
3
3
|
export { addPluginFilter, filterPluginByFileId, getPluginName, isDuplicatePlugin };
|
package/dist/helpers/index.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { a as parseAst, i as generateFromAst, n as GeneratorResult, r as __ΩGenerateFromAstOptions, t as GenerateFromAstOptions } from "../ast-utils-DeuXcuqs.cjs";
|
|
2
|
-
import "../babel-
|
|
3
|
-
import { t as createBabelPlugin } from "../create-plugin-
|
|
4
|
-
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-
|
|
5
|
-
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-
|
|
6
|
-
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-
|
|
2
|
+
import "../babel-ChnxDnEW.cjs";
|
|
3
|
+
import { t as createBabelPlugin } from "../create-plugin-CT3AmMST.cjs";
|
|
4
|
+
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-DWUVYxNP.cjs";
|
|
5
|
+
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-BXxcpiSf.cjs";
|
|
6
|
+
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-Bxa6CVME.cjs";
|
|
7
7
|
import "../index-DeEmP3Jc.cjs";
|
|
8
8
|
export { GenerateFromAstOptions, GeneratorResult, __ΩGenerateFromAstOptions, addImport, addImportsToProgram, addPluginFilter, createBabelPlugin, filterPluginByFileId, findExport, generateFromAst, getImport, getPluginName, isDuplicatePlugin, isImportCall, listExports, listImports, parseAst, resolveBabelPlugin, resolvePluginFunction };
|
package/dist/helpers/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { a as parseAst, i as generateFromAst, n as GeneratorResult, r as __ΩGenerateFromAstOptions, t as GenerateFromAstOptions } from "../ast-utils-Bs6DBkKg.mjs";
|
|
2
|
-
import "../babel-
|
|
3
|
-
import { t as createBabelPlugin } from "../create-plugin-
|
|
4
|
-
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-
|
|
5
|
-
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-
|
|
6
|
-
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-
|
|
2
|
+
import "../babel-DTaio8BX.mjs";
|
|
3
|
+
import { t as createBabelPlugin } from "../create-plugin-CcyQJscB.mjs";
|
|
4
|
+
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "../filters-Dy71Hudo.mjs";
|
|
5
|
+
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-ptD32AP3.mjs";
|
|
6
|
+
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-kquKKsDE.mjs";
|
|
7
7
|
import "../index-ClXLQ1fw.mjs";
|
|
8
8
|
export { GenerateFromAstOptions, GeneratorResult, __ΩGenerateFromAstOptions, addImport, addImportsToProgram, addPluginFilter, createBabelPlugin, filterPluginByFileId, findExport, generateFromAst, getImport, getPluginName, isDuplicatePlugin, isImportCall, listExports, listImports, parseAst, resolveBabelPlugin, resolvePluginFunction };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-
|
|
1
|
+
import "../babel-ChnxDnEW.cjs";
|
|
2
|
+
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-BXxcpiSf.cjs";
|
|
3
3
|
export { addImport, addImportsToProgram, findExport, getImport, isImportCall, listExports, listImports };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-
|
|
1
|
+
import "../babel-DTaio8BX.mjs";
|
|
2
|
+
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "../module-helpers-ptD32AP3.mjs";
|
|
3
3
|
export { addImport, addImportsToProgram, findExport, getImport, isImportCall, listExports, listImports };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-
|
|
1
|
+
import "../babel-ChnxDnEW.cjs";
|
|
2
|
+
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-Bxa6CVME.cjs";
|
|
3
3
|
export { resolveBabelPlugin, resolvePluginFunction };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-
|
|
1
|
+
import "../babel-DTaio8BX.mjs";
|
|
2
|
+
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "../options-kquKKsDE.mjs";
|
|
3
3
|
export { resolveBabelPlugin, resolvePluginFunction };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as parseAst, i as generateFromAst, n as GeneratorResult, r as __ΩGenerateFromAstOptions, t as GenerateFromAstOptions } from "./ast-utils-DeuXcuqs.cjs";
|
|
2
|
-
import { f as Plugin } from "./babel-
|
|
3
|
-
import { t as createBabelPlugin } from "./create-plugin-
|
|
4
|
-
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "./filters-
|
|
5
|
-
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "./module-helpers-
|
|
6
|
-
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "./options-
|
|
2
|
+
import { f as Plugin } from "./babel-ChnxDnEW.cjs";
|
|
3
|
+
import { t as createBabelPlugin } from "./create-plugin-CT3AmMST.cjs";
|
|
4
|
+
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "./filters-DWUVYxNP.cjs";
|
|
5
|
+
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "./module-helpers-BXxcpiSf.cjs";
|
|
6
|
+
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "./options-Bxa6CVME.cjs";
|
|
7
7
|
import "./index-DeEmP3Jc.cjs";
|
|
8
|
-
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "./plugin-
|
|
8
|
+
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "./plugin-Ckany8iM.cjs";
|
|
9
9
|
import "./index-zO0Ly4bS.cjs";
|
|
10
10
|
|
|
11
11
|
//#region src/index.d.ts
|
package/dist/index.d.mts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as parseAst, i as generateFromAst, n as GeneratorResult, r as __ΩGenerateFromAstOptions, t as GenerateFromAstOptions } from "./ast-utils-Bs6DBkKg.mjs";
|
|
2
|
-
import { f as Plugin } from "./babel-
|
|
3
|
-
import { t as createBabelPlugin } from "./create-plugin-
|
|
4
|
-
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "./filters-
|
|
5
|
-
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "./module-helpers-
|
|
6
|
-
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "./options-
|
|
2
|
+
import { f as Plugin } from "./babel-DTaio8BX.mjs";
|
|
3
|
+
import { t as createBabelPlugin } from "./create-plugin-CcyQJscB.mjs";
|
|
4
|
+
import { i as isDuplicatePlugin, n as filterPluginByFileId, r as getPluginName, t as addPluginFilter } from "./filters-Dy71Hudo.mjs";
|
|
5
|
+
import { a as isImportCall, i as getImport, n as addImportsToProgram, o as listExports, r as findExport, s as listImports, t as addImport } from "./module-helpers-ptD32AP3.mjs";
|
|
6
|
+
import { n as resolvePluginFunction, t as resolveBabelPlugin } from "./options-kquKKsDE.mjs";
|
|
7
7
|
import "./index-ClXLQ1fw.mjs";
|
|
8
|
-
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "./plugin-
|
|
8
|
+
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "./plugin-CpXo1Y2H.mjs";
|
|
9
9
|
import "./index-QbUkWSLh.mjs";
|
|
10
10
|
|
|
11
11
|
//#region src/index.d.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as ImportSpecifier } from "./babel-
|
|
2
|
-
import { NodePath } from "@babel/core";
|
|
1
|
+
import { o as ImportSpecifier } from "./babel-ChnxDnEW.cjs";
|
|
3
2
|
import { ParseResult } from "@babel/parser";
|
|
4
3
|
import * as t from "@babel/types";
|
|
4
|
+
import { NodePath } from "@babel/core";
|
|
5
5
|
|
|
6
6
|
//#region src/helpers/module-helpers.d.ts
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as ImportSpecifier } from "./babel-
|
|
1
|
+
import { o as ImportSpecifier } from "./babel-DTaio8BX.mjs";
|
|
2
|
+
import { NodePath } from "@babel/core";
|
|
2
3
|
import { ParseResult } from "@babel/parser";
|
|
3
4
|
import * as t from "@babel/types";
|
|
4
|
-
import { NodePath } from "@babel/core";
|
|
5
5
|
|
|
6
6
|
//#region src/helpers/module-helpers.d.ts
|
|
7
7
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as BabelTransformPluginOptions, s as ResolvedBabelTransformPluginOptions, u as Context } from "./babel-
|
|
1
|
+
import { i as BabelTransformPluginOptions, s as ResolvedBabelTransformPluginOptions, u as Context } from "./babel-ChnxDnEW.cjs";
|
|
2
2
|
import { PluginOptions, PluginTarget } from "@babel/core";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/options.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as BabelTransformPluginOptions, s as ResolvedBabelTransformPluginOptions, u as Context } from "./babel-
|
|
1
|
+
import { i as BabelTransformPluginOptions, s as ResolvedBabelTransformPluginOptions, u as Context } from "./babel-DTaio8BX.mjs";
|
|
2
2
|
import { PluginOptions, PluginTarget } from "@babel/core";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/options.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as BabelUserConfig, d as PluginContext, l as UserConfig, m as ResolvedConfig, p as BabelResolvedConfig } from "./babel-
|
|
1
|
+
import { c as BabelUserConfig, d as PluginContext, l as UserConfig, m as ResolvedConfig, p as BabelResolvedConfig } from "./babel-ChnxDnEW.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/plugin.d.ts
|
|
4
4
|
type BabelPluginOptions = Partial<BabelUserConfig>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as BabelUserConfig, d as PluginContext, l as UserConfig, m as ResolvedConfig, p as BabelResolvedConfig } from "./babel-
|
|
1
|
+
import { c as BabelUserConfig, d as PluginContext, l as UserConfig, m as ResolvedConfig, p as BabelResolvedConfig } from "./babel-DTaio8BX.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/plugin.d.ts
|
|
4
4
|
type BabelPluginOptions = Partial<BabelUserConfig>;
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-
|
|
1
|
+
import "../babel-ChnxDnEW.cjs";
|
|
2
|
+
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-Ckany8iM.cjs";
|
|
3
3
|
import "../index-zO0Ly4bS.cjs";
|
|
4
4
|
export { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig, __ΩBabelPluginContext, __ΩBabelPluginOptions, __ΩBabelPluginResolvedConfig, __ΩBabelPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-
|
|
1
|
+
import "../babel-DTaio8BX.mjs";
|
|
2
|
+
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-CpXo1Y2H.mjs";
|
|
3
3
|
import "../index-QbUkWSLh.mjs";
|
|
4
4
|
export { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig, __ΩBabelPluginContext, __ΩBabelPluginOptions, __ΩBabelPluginResolvedConfig, __ΩBabelPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-
|
|
1
|
+
import "../babel-ChnxDnEW.cjs";
|
|
2
|
+
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-Ckany8iM.cjs";
|
|
3
3
|
export { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig, __ΩBabelPluginContext, __ΩBabelPluginOptions, __ΩBabelPluginResolvedConfig, __ΩBabelPluginUserConfig };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../babel-
|
|
2
|
-
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-
|
|
1
|
+
import "../babel-DTaio8BX.mjs";
|
|
2
|
+
import { a as __ΩBabelPluginContext, c as __ΩBabelPluginUserConfig, i as BabelPluginUserConfig, n as BabelPluginOptions, o as __ΩBabelPluginOptions, r as BabelPluginResolvedConfig, s as __ΩBabelPluginResolvedConfig, t as BabelPluginContext } from "../plugin-CpXo1Y2H.mjs";
|
|
3
3
|
export { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig, __ΩBabelPluginContext, __ΩBabelPluginOptions, __ΩBabelPluginResolvedConfig, __ΩBabelPluginUserConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-babel",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.67",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -162,15 +162,15 @@
|
|
|
162
162
|
"chalk": "5.6.2",
|
|
163
163
|
"defu": "^6.1.4",
|
|
164
164
|
"jiti": "^2.6.1",
|
|
165
|
-
"powerlines": "^0.30.
|
|
165
|
+
"powerlines": "^0.30.9",
|
|
166
166
|
"unplugin": "3.0.0-beta.3"
|
|
167
167
|
},
|
|
168
168
|
"devDependencies": {
|
|
169
169
|
"@babel/plugin-syntax-typescript": "^7.27.1",
|
|
170
|
-
"@powerlines/nx": "^0.10.
|
|
171
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
170
|
+
"@powerlines/nx": "^0.10.58",
|
|
171
|
+
"@powerlines/plugin-plugin": "^0.12.10",
|
|
172
172
|
"@types/node": "^24.10.1"
|
|
173
173
|
},
|
|
174
174
|
"publishConfig": { "access": "public" },
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "00fa339177561d404892937d2c24fe2a5b3df4e7"
|
|
176
176
|
}
|