UNPKG

graphql-language-service-server

Version:
9 lines 678 B
import type { ParserOptions, ParserPlugin } from '@babel/parser'; export declare const PARSER_OPTIONS: ParserOptions; export declare const DEFAULT_SUPPORTED_GRAPHQL_EXTENSIONS: string[]; export declare const TAG_MAP: Record<string, true>; export declare const DEFAULT_SUPPORTED_EXTENSIONS: readonly [".js", ".cjs", ".mjs", ".es", ".esm", ".es6", ".ts", ".jsx", ".tsx", ".vue", ".svelte", ".astro", ".cts", ".mts"]; export declare type SupportedExtensions = typeof DEFAULT_SUPPORTED_EXTENSIONS; export declare type SupportedExtensionsEnum = (typeof DEFAULT_SUPPORTED_EXTENSIONS)[number]; export declare const BABEL_PLUGINS: ParserPlugin[]; //# sourceMappingURL=constants.d.ts.map