pull/12335/head
Rich Harris 2 years ago
parent 4f2b26a424
commit aee8d0d9df

@ -20,10 +20,9 @@ export const TEMPLATE_FRAGMENT = 1;
export const TEMPLATE_USE_IMPORT_NODE = 1 << 1;
export const HYDRATION_START = '[';
export const HYDRATION_START_ELSE = '[!';
export const HYDRATION_START_ELSE = '[!'; // used to indicate that an `{:else}...` block was rendered
export const HYDRATION_END = ']';
export const HYDRATION_ANCHOR = '';
export const HYDRATION_END_ELSE = `${HYDRATION_END}!`; // used to indicate that an `{:else}...` block was rendered
export const HYDRATION_ERROR = {};
export const ELEMENT_IS_NAMESPACED = 1;

Loading…
Cancel
Save