{
  "version": 3,
  "sources": ["../../../src/api/raw-handling/comment-remover.ts"],
  "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { remove } from '@wordpress/dom';\n\n/**\n * Looks for comments, and removes them.\n *\n * @param node The node to be processed.\n */\nexport default function commentRemover( node: Node ): void {\n\tif ( node.nodeType === node.COMMENT_NODE ) {\n\t\tremove( node );\n\t}\n}\n"],
  "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,iBAAuB;AAOR,SAAR,eAAiC,MAAmB;AAC1D,MAAK,KAAK,aAAa,KAAK,cAAe;AAC1C,2BAAQ,IAAK;AAAA,EACd;AACD;",
  "names": []
}
