rxcc
Version:
A tool to pack repository contents to single file for AI consumption
9 lines • 404 B
TypeScript
import type { SyntaxNode } from 'web-tree-sitter';
import type { ParseContext, ParseStrategy } from './ParseStrategy.js';
export declare class CssParseStrategy implements ParseStrategy {
parseCapture(capture: {
node: SyntaxNode;
name: string;
}, lines: string[], processedChunks: Set<string>, context: ParseContext): string | null;
}
//# sourceMappingURL=CssParseStrategy.d.ts.map