Closed ktsn closed 6 years ago
Element
TEElement
Node
VueNode
attributes
Record<attrName, attrValue>
v-bind
v-model
v-for
slot
Closing as relatively large pain point should be refactored and we already take many time to do this. Let's move on new features and bug fixes.
Naming
Element
->TEElement
)Node
->VueNode
)Data Structure
attributes
on template element AST toRecord<attrName, attrValue>
.v-bind
/.v-model
/v-for
Extract scoped slot / normal slot on AST transformation phase.slot
attribute may dynamic.Tidy Up Logics
External Libs / APIs
Use GraphQL + WebSocket for server-client communicationDiscussion