Rename directory "engines" to "languages"

This commit is contained in:
Nilay Majorwar
2022-01-30 20:47:33 +05:30
parent 0bf7c0de3a
commit e3be5a8a83
82 changed files with 27 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
import monaco from "monaco-editor";
import { DocumentEdit, DocumentRange } from "../../engines/types";
import { WorkerParseError } from "../../engines/worker-errors";
import { DocumentEdit, DocumentRange } from "../../languages/types";
import { WorkerParseError } from "../../languages/worker-errors";
/** Type alias for an instance of Monaco editor */
export type EditorInstance = monaco.editor.IStandaloneCodeEditor;