feat(compiler): element transform

This commit is contained in:
Evan You
2019-09-21 17:42:12 -04:00
parent 93440bba97
commit baa8954884
13 changed files with 349 additions and 160 deletions

View File

@@ -65,7 +65,8 @@ export const enum ErrorCodes {
X_ELSE_IF_NO_ADJACENT_IF,
X_ELSE_NO_ADJACENT_IF,
X_FOR_NO_EXPRESSION,
X_FOR_MALFORMED_EXPRESSION
X_FOR_MALFORMED_EXPRESSION,
X_V_BIND_NO_EXPRESSION
}
export const errorMessages: { [code: number]: string } = {