/** Matches the opening tag of a composition root element (e.g. `
`). */ export const COMPOSITION_ROOT_OPEN_TAG_RE = /<[^>]*data-composition-id="[^"]+"[^>]*>/i;