We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7526b3f commit 0c4f8c8Copy full SHA for 0c4f8c8
src/debug/dbgp.ts
@@ -1,7 +1,7 @@
1
import { EventEmitter } from "events";
2
import * as WebSocket from "ws";
3
import * as iconv from "iconv-lite";
4
-import { DOMParser } from "xmldom";
+import { DOMParser } from "@xmldom/xmldom";
5
6
/** The encoding all XDebug messages are encoded with */
7
export const ENCODING = "iso-8859-1";
0 commit comments