babel-plugin-essor 0.0.14-beta.9 → 0.0.15-beta.1

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/index.d.cts CHANGED
@@ -1,21 +1,5 @@
1
- import { types, PluginObj } from '@babel/core';
2
-
3
- interface State {
4
- h: types.Identifier;
5
- template: types.Identifier;
6
- ssg: types.Identifier;
7
- useSignal: types.Identifier;
8
- useComputed: types.Identifier;
9
- useReactive: types.Identifier;
10
- tmplDeclaration: types.VariableDeclaration;
11
- opts: Options;
12
- }
13
- interface Options {
14
- ssg: boolean;
15
- symbol: string;
16
- props: boolean;
17
- }
1
+ import { PluginObj } from '@babel/core';
18
2
 
19
3
  declare function export_default(): PluginObj;
20
4
 
21
- export { type Options, type State, export_default as default };
5
+ export { export_default as default };
package/dist/index.d.ts CHANGED
@@ -1,21 +1,5 @@
1
- import { types, PluginObj } from '@babel/core';
2
-
3
- interface State {
4
- h: types.Identifier;
5
- template: types.Identifier;
6
- ssg: types.Identifier;
7
- useSignal: types.Identifier;
8
- useComputed: types.Identifier;
9
- useReactive: types.Identifier;
10
- tmplDeclaration: types.VariableDeclaration;
11
- opts: Options;
12
- }
13
- interface Options {
14
- ssg: boolean;
15
- symbol: string;
16
- props: boolean;
17
- }
1
+ import { PluginObj } from '@babel/core';
18
2
 
19
3
  declare function export_default(): PluginObj;
20
4
 
21
- export { type Options, type State, export_default as default };
5
+ export { export_default as default };