// Name mapping constants for runtime helpers that need to be imported in // generated code. Make sure these are correctly exported in the runtime! export const CREATE_VNODE = `createVNode` export const RESOLVE_COMPONENT = `resolveComponent` export const RESOLVE_DIRECTIVE = `resolveDirective` export const APPLY_DIRECTIVES = `applyDirectives` export const RENDER_LIST = `renderList` export const CAPITALIZE = `capitalize` export const TO_STRING = `toString` export const MERGE_PROPS = `mergeProps`