fix(compiler): update compiler to flatten nested template fns (#24943)

PR Close #24943
This commit is contained in:
Kara Erickson
2018-07-18 01:59:49 +00:00
committed by Igor Minar
parent 87419097da
commit fe14f180a6
19 changed files with 863 additions and 557 deletions

View File

@ -76,6 +76,8 @@ export {
text as T,
textBinding as t,
reference as r,
reserveSlots as rS,
embeddedViewStart as V,