| 8 | import { embedFilesInHtml, embedScript, getTransformers } from './transformers'; |
| 9 | |
| 10 | const parseHtml = html => new DOMParser().parseFromString(html, 'text/html'); |
| 11 | const defaultLoopProtectOptions = { |
| 12 | preview: false, |
| 13 | disableLoopProtectTests: false, |