8000
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.
ignore-scripts
.npmrc
1 parent c6cfaae commit 8ebce33Copy full SHA for 8ebce33
.npmrc
@@ -1 +1,2 @@
1
package-lock=false
2
+ignore-scripts=true
lib/index.js
@@ -31,7 +31,6 @@ export function fromXml(doc) {
31
let position = now()
32
33
parser.ondoctype = ondoctype
34
- // @ts-expect-error `onsgmldeclaration` is most definitely fine.
35
parser.onsgmldeclaration = onsgmldeclaration
36
parser.onprocessinginstruction = onprocessinginstruction
37
parser.ontext = ontext
0 commit comments