{
  "version": 3,
  "sources": ["../../../src/api/raw-handling/div-normaliser.js"],
  "sourcesContent": ["/**\n * Internal dependencies\n */\nimport normaliseBlocks from './normalise-blocks';\n\nexport default function divNormaliser( node ) {\n\tif ( node.nodeName !== 'DIV' ) {\n\t\treturn;\n\t}\n\n\tnode.innerHTML = normaliseBlocks( node.innerHTML );\n}\n"],
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,8BAA4B;AAEb,SAAR,cAAgC,MAAO;AAC7C,MAAK,KAAK,aAAa,OAAQ;AAC9B;AAAA,EACD;AAEA,OAAK,gBAAY,wBAAAA,SAAiB,KAAK,SAAU;AAClD;",
  "names": ["normaliseBlocks"]
}
