astro-ghostcms/.pnpm-store/v3/files/e5/c68f93d8260a4f7f0b44e218d6c...

7 lines
391 B
Plaintext

import * as ts from 'typescript';
import type { ParseSettings } from '../parseSettings';
import type { ASTAndNoProgram } from './shared';
declare function createSourceFile(parseSettings: ParseSettings): ts.SourceFile;
declare function createNoProgram(parseSettings: ParseSettings): ASTAndNoProgram;
export { createSourceFile, createNoProgram };
//# sourceMappingURL=createSourceFile.d.ts.map