SourceTermAnalysisSystem_vue/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.d.ts

9 lines
241 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
export interface ESPree {
latestEcmaVersion?: number;
version: string;
}
export declare function getEspree(): ESPree;
type NewestKind = "cwd" | "linter" | "self";
export declare function getNewestEspreeKind(): NewestKind;
export {};