@powerlines/plugin-babel 0.12.45 → 0.12.47
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/create-plugin.d.cts +1 -2
- package/dist/helpers/create-plugin.d.ts +1 -2
- package/dist/helpers/filters.d.cts +1 -2
- package/dist/helpers/filters.d.ts +1 -2
- package/dist/helpers/index.d.cts +1 -2
- package/dist/helpers/index.d.ts +1 -2
- package/dist/helpers/module-helpers.d.cts +1 -2
- package/dist/helpers/module-helpers.d.ts +1 -2
- package/dist/helpers/options.d.cts +1 -2
- package/dist/helpers/options.d.ts +1 -2
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/{plugin-DYbsUN3U.d.cts → plugin-CfLHXanf.d.cts} +186 -229
- package/dist/{plugin-DYbsUN3U.d.ts → plugin-CfLHXanf.d.ts} +186 -229
- package/dist/types/index.d.cts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/plugin.d.cts +1 -2
- package/dist/types/plugin.d.ts +1 -2
- package/package.json +10 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as Context, c as BabelTransformPluginBuilder, D as DeclareBabelTransformPluginReturn } from '../plugin-
|
|
1
|
+
import { C as Context, c as BabelTransformPluginBuilder, D as DeclareBabelTransformPluginReturn } from '../plugin-CfLHXanf.cjs';
|
|
2
2
|
import '@stryke/types/base';
|
|
3
3
|
import 'unplugin';
|
|
4
4
|
import '@stryke/types/array';
|
|
@@ -17,7 +17,6 @@ import 'magic-string';
|
|
|
17
17
|
import 'semver';
|
|
18
18
|
import 'ts-morph';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|
|
23
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as Context, c as BabelTransformPluginBuilder, D as DeclareBabelTransformPluginReturn } from '../plugin-
|
|
1
|
+
import { C as Context, c as BabelTransformPluginBuilder, D as DeclareBabelTransformPluginReturn } from '../plugin-CfLHXanf.js';
|
|
2
2
|
import '@stryke/types/base';
|
|
3
3
|
import 'unplugin';
|
|
4
4
|
import '@stryke/types/array';
|
|
@@ -17,7 +17,6 @@ import 'magic-string';
|
|
|
17
17
|
import 'semver';
|
|
18
18
|
import 'ts-morph';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|
|
23
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions, C as Context, a as BabelTransformPluginFilter, b as BabelTransformPlugin } from '../plugin-
|
|
1
|
+
import { B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions, C as Context, a as BabelTransformPluginFilter, b as BabelTransformPlugin } from '../plugin-CfLHXanf.cjs';
|
|
2
2
|
import '@stryke/types/base';
|
|
3
3
|
import 'unplugin';
|
|
4
4
|
import '@stryke/types/array';
|
|
@@ -17,7 +17,6 @@ import 'magic-string';
|
|
|
17
17
|
import 'semver';
|
|
18
18
|
import 'ts-morph';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|
|
23
22
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions, C as Context, a as BabelTransformPluginFilter, b as BabelTransformPlugin } from '../plugin-
|
|
1
|
+
import { B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions, C as Context, a as BabelTransformPluginFilter, b as BabelTransformPlugin } from '../plugin-CfLHXanf.js';
|
|
2
2
|
import '@stryke/types/base';
|
|
3
3
|
import 'unplugin';
|
|
4
4
|
import '@stryke/types/array';
|
|
@@ -17,7 +17,6 @@ import 'magic-string';
|
|
|
17
17
|
import 'semver';
|
|
18
18
|
import 'ts-morph';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|
|
23
22
|
|
package/dist/helpers/index.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ export { resolveBabelPlugin, resolvePluginFunction } from './options.cjs';
|
|
|
6
6
|
export { GeneratorResult } from '@babel/generator';
|
|
7
7
|
import '@babel/parser';
|
|
8
8
|
import '@babel/types';
|
|
9
|
-
import '../plugin-
|
|
9
|
+
import '../plugin-CfLHXanf.cjs';
|
|
10
10
|
import '@stryke/types/base';
|
|
11
11
|
import 'unplugin';
|
|
12
12
|
import '@stryke/types/array';
|
|
@@ -25,6 +25,5 @@ import 'magic-string';
|
|
|
25
25
|
import 'semver';
|
|
26
26
|
import 'ts-morph';
|
|
27
27
|
import '@stryke/fs/resolve';
|
|
28
|
-
import 'node:fs';
|
|
29
28
|
import '@stryke/types/tsconfig';
|
|
30
29
|
import 'typescript';
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { resolveBabelPlugin, resolvePluginFunction } from './options.js';
|
|
|
6
6
|
export { GeneratorResult } from '@babel/generator';
|
|
7
7
|
import '@babel/parser';
|
|
8
8
|
import '@babel/types';
|
|
9
|
-
import '../plugin-
|
|
9
|
+
import '../plugin-CfLHXanf.js';
|
|
10
10
|
import '@stryke/types/base';
|
|
11
11
|
import 'unplugin';
|
|
12
12
|
import '@stryke/types/array';
|
|
@@ -25,6 +25,5 @@ import 'magic-string';
|
|
|
25
25
|
import 'semver';
|
|
26
26
|
import 'ts-morph';
|
|
27
27
|
import '@stryke/fs/resolve';
|
|
28
|
-
import 'node:fs';
|
|
29
28
|
import '@stryke/types/tsconfig';
|
|
30
29
|
import 'typescript';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NodePath } from '@babel/core';
|
|
2
2
|
import { ParseResult } from '@babel/parser';
|
|
3
3
|
import * as t from '@babel/types';
|
|
4
|
-
import { I as ImportSpecifier } from '../plugin-
|
|
4
|
+
import { I as ImportSpecifier } from '../plugin-CfLHXanf.cjs';
|
|
5
5
|
import '@stryke/types/base';
|
|
6
6
|
import 'unplugin';
|
|
7
7
|
import '@stryke/types/array';
|
|
@@ -19,7 +19,6 @@ import 'magic-string';
|
|
|
19
19
|
import 'semver';
|
|
20
20
|
import 'ts-morph';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NodePath } from '@babel/core';
|
|
2
2
|
import { ParseResult } from '@babel/parser';
|
|
3
3
|
import * as t from '@babel/types';
|
|
4
|
-
import { I as ImportSpecifier } from '../plugin-
|
|
4
|
+
import { I as ImportSpecifier } from '../plugin-CfLHXanf.js';
|
|
5
5
|
import '@stryke/types/base';
|
|
6
6
|
import 'unplugin';
|
|
7
7
|
import '@stryke/types/array';
|
|
@@ -19,7 +19,6 @@ import 'magic-string';
|
|
|
19
19
|
import 'semver';
|
|
20
20
|
import 'ts-morph';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PluginTarget, PluginOptions } from '@babel/core';
|
|
2
|
-
import { C as Context, B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions } from '../plugin-
|
|
2
|
+
import { C as Context, B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions } from '../plugin-CfLHXanf.cjs';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import 'unplugin';
|
|
5
5
|
import '@stryke/types/array';
|
|
@@ -17,7 +17,6 @@ import 'magic-string';
|
|
|
17
17
|
import 'semver';
|
|
18
18
|
import 'ts-morph';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|
|
23
22
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PluginTarget, PluginOptions } from '@babel/core';
|
|
2
|
-
import { C as Context, B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions } from '../plugin-
|
|
2
|
+
import { C as Context, B as BabelTransformPluginOptions, R as ResolvedBabelTransformPluginOptions } from '../plugin-CfLHXanf.js';
|
|
3
3
|
import '@stryke/types/base';
|
|
4
4
|
import 'unplugin';
|
|
5
5
|
import '@stryke/types/array';
|
|
@@ -17,7 +17,6 @@ import 'magic-string';
|
|
|
17
17
|
import 'semver';
|
|
18
18
|
import 'ts-morph';
|
|
19
19
|
import '@stryke/fs/resolve';
|
|
20
|
-
import 'node:fs';
|
|
21
20
|
import '@stryke/types/tsconfig';
|
|
22
21
|
import 'typescript';
|
|
23
22
|
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as Plugin } from './plugin-
|
|
1
|
+
import { P as Plugin } from './plugin-CfLHXanf.cjs';
|
|
2
2
|
import { BabelPluginOptions, BabelPluginContext } from './types/plugin.cjs';
|
|
3
3
|
export { BabelPluginResolvedConfig, BabelPluginUserConfig, __ΩBabelPluginContext, __ΩBabelPluginOptions, __ΩBabelPluginResolvedConfig, __ΩBabelPluginUserConfig } from './types/plugin.cjs';
|
|
4
4
|
export { GenerateFromAstOptions, __ΩGenerateFromAstOptions, generateFromAst, parseAst } from './helpers/ast-utils.cjs';
|
|
@@ -25,7 +25,6 @@ import 'magic-string';
|
|
|
25
25
|
import 'semver';
|
|
26
26
|
import 'ts-morph';
|
|
27
27
|
import '@stryke/fs/resolve';
|
|
28
|
-
import 'node:fs';
|
|
29
28
|
import '@stryke/types/tsconfig';
|
|
30
29
|
import 'typescript';
|
|
31
30
|
import '@babel/parser';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as Plugin } from './plugin-
|
|
1
|
+
import { P as Plugin } from './plugin-CfLHXanf.js';
|
|
2
2
|
import { BabelPluginOptions, BabelPluginContext } from './types/plugin.js';
|
|
3
3
|
export { BabelPluginResolvedConfig, BabelPluginUserConfig, __ΩBabelPluginContext, __ΩBabelPluginOptions, __ΩBabelPluginResolvedConfig, __ΩBabelPluginUserConfig } from './types/plugin.js';
|
|
4
4
|
export { GenerateFromAstOptions, __ΩGenerateFromAstOptions, generateFromAst, parseAst } from './helpers/ast-utils.js';
|
|
@@ -25,7 +25,6 @@ import 'magic-string';
|
|
|
25
25
|
import 'semver';
|
|
26
26
|
import 'ts-morph';
|
|
27
27
|
import '@stryke/fs/resolve';
|
|
28
|
-
import 'node:fs';
|
|
29
28
|
import '@stryke/types/tsconfig';
|
|
30
29
|
import 'typescript';
|
|
31
30
|
import '@babel/parser';
|