@powerlines/plugin-babel 0.12.13 → 0.12.14

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('../chunk-FBBMZ4NC.cjs'),core=require('@babel/core'),types$1=require('@storm-software/config-tools/types'),filePathFns=require('@stryke/path/file-path-fns'),isParentPath=require('@stryke/path/is-parent-path'),isSetObject=require('@stryke/type-checks/is-set-object'),a=require('defu'),filters=require('./helpers/filters'),options=require('./helpers/options'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var a__default=/*#__PURE__*/_interopDefault(a);/*****************************************
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),core=require('@babel/core'),types$1=require('@storm-software/config-tools/types'),filePathFns=require('@stryke/path/file-path-fns'),isParentPath=require('@stryke/path/is-parent-path'),isSetObject=require('@stryke/type-checks/is-set-object'),a=require('defu'),filters=require('./helpers/filters'),options=require('./helpers/options'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var a__default=/*#__PURE__*/_interopDefault(a);/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
@@ -1,11 +1,11 @@
1
- import { P as Plugin } from '../plugin-IenSrG8T.js';
2
- import { BabelPluginOptions, BabelPluginContext } from '../types/plugin.js';
3
- export { BabelPluginResolvedConfig, BabelPluginUserConfig } from '../types/plugin.js';
4
- export { GenerateFromAstOptions, generateFromAst, parseAst } from '../helpers/ast-utils.js';
5
- export { createBabelPlugin } from '../helpers/create-plugin.js';
6
- export { addPluginFilter, filterPluginByFileId, getPluginName, isDuplicatePlugin } from '../helpers/filters.js';
7
- export { addImport, addImportsToProgram, findExport, getImport, isImportCall, listExports, listImports } from '../helpers/module-helpers.js';
8
- export { resolveBabelPlugin, resolvePluginFunction } from '../helpers/options.js';
1
+ import { P as Plugin } from './plugin-IenSrG8T.cjs';
2
+ import { BabelPluginOptions, BabelPluginContext } from './types/plugin.cjs';
3
+ export { BabelPluginResolvedConfig, BabelPluginUserConfig } from './types/plugin.cjs';
4
+ export { GenerateFromAstOptions, generateFromAst, parseAst } from './helpers/ast-utils.cjs';
5
+ export { createBabelPlugin } from './helpers/create-plugin.cjs';
6
+ export { addPluginFilter, filterPluginByFileId, getPluginName, isDuplicatePlugin } from './helpers/filters.cjs';
7
+ export { addImport, addImportsToProgram, findExport, getImport, isImportCall, listExports, listImports } from './helpers/module-helpers.cjs';
8
+ export { resolveBabelPlugin, resolvePluginFunction } from './helpers/options.cjs';
9
9
  export { GeneratorResult } from '@babel/generator';
10
10
  import '@stryke/types/base';
11
11
  import 'unplugin';
@@ -1,11 +1,11 @@
1
- import { P as Plugin } from '../plugin-IenSrG8T.cjs';
2
- import { BabelPluginOptions, BabelPluginContext } from '../types/plugin.cjs';
3
- export { BabelPluginResolvedConfig, BabelPluginUserConfig } from '../types/plugin.cjs';
4
- export { GenerateFromAstOptions, generateFromAst, parseAst } from '../helpers/ast-utils.cjs';
5
- export { createBabelPlugin } from '../helpers/create-plugin.cjs';
6
- export { addPluginFilter, filterPluginByFileId, getPluginName, isDuplicatePlugin } from '../helpers/filters.cjs';
7
- export { addImport, addImportsToProgram, findExport, getImport, isImportCall, listExports, listImports } from '../helpers/module-helpers.cjs';
8
- export { resolveBabelPlugin, resolvePluginFunction } from '../helpers/options.cjs';
1
+ import { P as Plugin } from './plugin-IenSrG8T.js';
2
+ import { BabelPluginOptions, BabelPluginContext } from './types/plugin.js';
3
+ export { BabelPluginResolvedConfig, BabelPluginUserConfig } from './types/plugin.js';
4
+ export { GenerateFromAstOptions, generateFromAst, parseAst } from './helpers/ast-utils.js';
5
+ export { createBabelPlugin } from './helpers/create-plugin.js';
6
+ export { addPluginFilter, filterPluginByFileId, getPluginName, isDuplicatePlugin } from './helpers/filters.js';
7
+ export { addImport, addImportsToProgram, findExport, getImport, isImportCall, listExports, listImports } from './helpers/module-helpers.js';
8
+ export { resolveBabelPlugin, resolvePluginFunction } from './helpers/options.js';
9
9
  export { GeneratorResult } from '@babel/generator';
10
10
  import '@stryke/types/base';
11
11
  import 'unplugin';
@@ -1,4 +1,4 @@
1
- import {a}from'../chunk-UCUR73HG.js';import {transformAsync}from'@babel/core';import {LogLevelLabel}from'@storm-software/config-tools/types';import {findFileExtensionSafe,findFileExtension}from'@stryke/path/file-path-fns';import {isParentPath}from'@stryke/path/is-parent-path';import {isSetObject}from'@stryke/type-checks/is-set-object';import a$1 from'defu';import {isDuplicatePlugin}from'./helpers/filters';import {resolveBabelPlugin}from'./helpers/options';export*from'./helpers';export*from'./types';/*****************************************
1
+ import {a}from'./chunk-UCUR73HG.js';import {transformAsync}from'@babel/core';import {LogLevelLabel}from'@storm-software/config-tools/types';import {findFileExtensionSafe,findFileExtension}from'@stryke/path/file-path-fns';import {isParentPath}from'@stryke/path/is-parent-path';import {isSetObject}from'@stryke/type-checks/is-set-object';import a$1 from'defu';import {isDuplicatePlugin}from'./helpers/filters';import {resolveBabelPlugin}from'./helpers/options';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-babel",
3
- "version": "0.12.13",
3
+ "version": "0.12.14",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -137,22 +137,22 @@
137
137
  "@babel/parser": "^7.28.5",
138
138
  "@babel/types": "^7.28.5",
139
139
  "@storm-software/config-tools": "^1.188.19",
140
- "@stryke/fs": "^0.32.10",
141
- "@stryke/path": "^0.18.5",
142
- "@stryke/type-checks": "^0.3.10",
143
- "@stryke/types": "^0.10.0",
140
+ "@stryke/fs": "^0.32.11",
141
+ "@stryke/path": "^0.19.0",
142
+ "@stryke/type-checks": "^0.3.11",
143
+ "@stryke/types": "^0.10.1",
144
144
  "chalk": "5.6.2",
145
145
  "defu": "^6.1.4",
146
146
  "jiti": "^2.6.1",
147
- "powerlines": "^0.19.0",
147
+ "powerlines": "^0.19.1",
148
148
  "unplugin": "^2.3.10"
149
149
  },
150
150
  "devDependencies": {
151
151
  "@babel/plugin-syntax-typescript": "^7.27.1",
152
- "@powerlines/nx": "^0.10.4",
153
- "@powerlines/plugin-plugin": "^0.11.12",
152
+ "@powerlines/nx": "^0.10.5",
153
+ "@powerlines/plugin-plugin": "^0.11.13",
154
154
  "@types/node": "^22.19.0"
155
155
  },
156
156
  "publishConfig": { "access": "public" },
157
- "gitHead": "8ee43c2a7eebce6b221aa572553f4296c87fce76"
157
+ "gitHead": "d25499feacd0143784f3cd426488909134bffab2"
158
158
  }