astro-ghostcms/.pnpm-store/v3/files/65/27d8730afe1a9f0af7a776212ad...

6 lines
390 B
Plaintext

import type { ParseResult } from '@astrojs/compiler/types';
import { VirtualFile } from '@volar/language-core';
import type ts from 'typescript/lib/tsserverlibrary';
import type { HTMLDocument } from 'vscode-html-languageservice';
export declare function extractScriptTags(fileName: string, snapshot: ts.IScriptSnapshot, htmlDocument: HTMLDocument, ast: ParseResult['ast']): VirtualFile[];