UNPKG

@elastic/monaco-esql

Version:

Monaco editor Monarch language syntax definitions for ES|QL

18 lines (17 loc) 608 B
export declare const sourceCommands: string[]; export declare const processingCommands: string[]; export declare const options: string[]; export declare const literals: string[]; export declare const functions: string[]; export declare const delimiters: string[]; export declare const operators: { named: { binary: string[]; other: string[]; }; }; export type TemporalUnit = [unit: string, ...abbreviations: string[]]; /** * @see https://www.elastic.co/docs/reference/query-languages/esql/esql-time-spans#esql-time-spans-table */ export declare const temporalUnits: TemporalUnit[];