UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

21 lines 696 B
import { CommonOptions } from '../types.js'; /** * シンボルの参照を検索するコマンド */ export declare class RefsCommand { /** * シンボル文字列をパースする * @param input 入力文字列 * @returns パースされたシンボルの配列 */ private static parseSymbols; /** * コマンドを実行する * @param symbolInput 検索対象のシンボル(カンマまたはスペース区切りで複数指定可能) * @param options コマンドオプション */ static execute(symbolInput: string, options: CommonOptions & { all?: boolean; }): void; } //# sourceMappingURL=RefsCommand.d.ts.map