2019-09-23 03:07:36 +00:00
|
|
|
// Name mapping constants for runtime helpers that need to be imported in
|
|
|
|
// generated code. Make sure these are correctly exported in the runtime!
|
2019-09-23 19:36:30 +00:00
|
|
|
export const CREATE_VNODE = `createVNode`
|
2019-09-23 03:07:36 +00:00
|
|
|
export const RESOLVE_COMPONENT = `resolveComponent`
|
|
|
|
export const RESOLVE_DIRECTIVE = `resolveDirective`
|
|
|
|
export const APPLY_DIRECTIVES = `applyDirectives`
|
|
|
|
export const RENDER_LIST = `renderList`
|
|
|
|
export const CAPITALIZE = `capitalize`
|
2019-09-23 19:36:30 +00:00
|
|
|
export const TO_STRING = `toString`
|