astro-ghostcms/.pnpm-store/v3/files/0c/d5f2f18c87c699ff3672cd3be14...

6 lines
357 B
Plaintext

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