@ws-ui/code-editor 1.6.2 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as P, jsx as k, Fragment as Se } from "react/jsx-runtime";
|
|
2
2
|
import D, { useEffect as V, createContext as le, useState as _, useRef as oe, useContext as ae, memo as ye } from "react";
|
|
3
3
|
import { loader as Ne, useMonaco as Re, Editor as we } from "@monaco-editor/react";
|
|
4
|
-
import { lspSubject as xe, LspActions as E, hasAttributesString as ge, FileFolderType as ie, SourceCodeDescriptor as ke,
|
|
4
|
+
import { lspSubject as xe, LspActions as E, hasAttributesString as ge, FileFolderType as ie, SourceCodeDescriptor as ke, HTTP_HANDLERS_TAB_PATH as Le } from "@ws-ui/shared";
|
|
5
5
|
import { MonacoLanguageClient as We } from "monaco-languageclient";
|
|
6
6
|
import { mergeServices as Fe, initServices as Ze } from "monaco-languageclient/vscode/services";
|
|
7
7
|
import je, { initUserConfiguration as Xe } from "@codingame/monaco-vscode-configuration-service-override";
|