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