babelParser.d.ts 179 B

123
  1. import type { TransformOptions } from '@babel/core';
  2. import type { File } from '@babel/types';
  3. export default function babelParser(src: string, options?: TransformOptions): File;