mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Removes unneeded filler redirection
This commit is contained in:
parent
7c2310116c
commit
699cae24be
107 changed files with 104 additions and 117 deletions
|
|
@ -8,7 +8,7 @@ import type { JSONWorker } from './jsonWorker';
|
|||
import { LanguageServiceDefaults } from './monaco.contribution';
|
||||
import * as languageFeatures from '../common/lspLanguageFeatures';
|
||||
import { createTokenizationSupport } from './tokenization';
|
||||
import { Uri, IDisposable, languages, editor } from '../../fillers/monaco-editor-core';
|
||||
import { Uri, IDisposable, languages, editor } from 'monaco-editor-core';
|
||||
|
||||
let worker: languageFeatures.WorkerAccessor<JSONWorker>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue