1 |
|
2 |
|
3 |
|
4 |
|
5 | import { types as t } from '@babel/core';
|
6 | import { Path, PluginOptions } from './types';
|
7 | declare const _default: (api: any, options: PluginOptions, root: string) => {
|
8 | inherits: any;
|
9 | manipulateOptions(opts: any, parserOptions: any): void;
|
10 | post(): void;
|
11 | pre(): void;
|
12 | visitor: {
|
13 | Program: {
|
14 | enter(programPath: Path<t.Program>, { filename }: any): void;
|
15 | exit(path: Path<t.Program>, { filename }: any): void;
|
16 | };
|
17 | };
|
18 | };
|
19 | export default _default;
|
20 |
|
\ | No newline at end of file |