2026-07-12 16:52:04 +08:00
|
|
|
/**
|
2026-07-12 19:14:35 +08:00
|
|
|
* Declare parser re-export — delegates to the shared parser in cli/completions.
|
2026-07-12 16:52:04 +08:00
|
|
|
*/
|
|
|
|
|
|
2026-07-12 19:14:35 +08:00
|
|
|
export {
|
|
|
|
|
parseDeclareCsv,
|
|
|
|
|
type VarDeclaration,
|
|
|
|
|
type TagModifier,
|
|
|
|
|
type DeclareResult,
|
|
|
|
|
} from "../../cli/completions/declare-parser";
|