feat(compiler): add TemplateCompiler

TemplateCompiler is the entry point to the new compiler

Related to #3605
Closes #4220
This commit is contained in:
Tobias Bosch
2015-09-14 15:59:09 -07:00
parent eaa20f661a
commit 457b689bf0
47 changed files with 2064 additions and 725 deletions

View File

@ -409,7 +409,7 @@ export interface RenderBeginElementCmd extends RenderBeginCmd {
export interface RenderBeginComponentCmd extends RenderBeginElementCmd {
nativeShadow: boolean;
templateId: string;
templateId: number;
}
export interface RenderEmbeddedTemplateCmd extends RenderBeginElementCmd {