persona-community-5/.pnpm-store/v3/files/e5/c68f93d8260a4f7f0b44e218d6c1d7082531f5d92ce21efa2d6cab11f380a1f3326cf4cf83e3e8e7c5ee7531618a88d2fb14fa72dfe6c7936cb4a7fa8578fb
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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