UNPKG

monaco-sql-languages

Version:

SQL languages for the Monaco Editor, based on monaco-languages.

9 lines (8 loc) 469 B
export * from './_.contribution'; export * from './monaco.contribution'; export * from './languageService'; export * from './setupLanguageFeatures'; export * from './common/constants'; export * from './theme'; export { EntityContextType, StmtContextType } from 'dt-sql-parser'; export type { WordRange, SyntaxSuggestion, Suggestions, TextSlice, ParseError, StmtContext, EntityContext, CommonEntityContext, ColumnEntityContext, FuncEntityContext } from 'dt-sql-parser';