UNPKG

svelte

Version:

Cybernetically enhanced web apps

7 lines (5 loc) 306 B
import { HYDRATION_END, HYDRATION_START, HYDRATION_START_ELSE } from '../../constants.js'; export const BLOCK_OPEN = `<!--${HYDRATION_START}-->`; export const BLOCK_OPEN_ELSE = `<!--${HYDRATION_START_ELSE}-->`; export const BLOCK_CLOSE = `<!--${HYDRATION_END}-->`; export const EMPTY_COMMENT = `<!---->`;