9 lines
415 B
TypeScript
9 lines
415 B
TypeScript
// 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_ELEMENT = `h`
|
|
export const RESOLVE_COMPONENT = `resolveComponent`
|
|
export const RESOLVE_DIRECTIVE = `resolveDirective`
|
|
export const APPLY_DIRECTIVES = `applyDirectives`
|
|
export const RENDER_LIST = `renderList`
|
|
export const CAPITALIZE = `capitalize`
|