This commit is contained in:
3
node_modules/xml-utils/remove-comments.mjs
generated
vendored
Normal file
3
node_modules/xml-utils/remove-comments.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function removeComments(xml) {
|
||||
return xml.replace(/<!--[^]*-->/g, "");
|
||||
}
|
||||
Reference in New Issue
Block a user