UNPKG

monaco-editor

Version:
10 lines (9 loc) 267 B
/** * The monaco build doesn't like the dynamic import of tree sitter in the real service. * We use a dummy sertive here to make the build happy. */ export class StandaloneTreeSitterParserService { getParseResult(textModel) { return undefined; } }