mirror of https://github.com/vuejs/core.git
chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order
This commit is contained in:
parent
2312184bc3
commit
2b0a706dc7
|
@ -78,7 +78,6 @@ export enum ErrorCodes {
|
|||
X_V_FOR_MALFORMED_EXPRESSION,
|
||||
X_V_FOR_TEMPLATE_KEY_PLACEMENT,
|
||||
X_V_BIND_NO_EXPRESSION,
|
||||
X_V_BIND_INVALID_SAME_NAME_ARGUMENT,
|
||||
X_V_ON_NO_EXPRESSION,
|
||||
X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET,
|
||||
X_V_SLOT_MIXED_SLOT_USAGE,
|
||||
|
@ -99,6 +98,10 @@ export enum ErrorCodes {
|
|||
X_SCOPE_ID_NOT_SUPPORTED,
|
||||
X_VNODE_HOOKS,
|
||||
|
||||
// placed here to preserve order for the current minor
|
||||
// TODO adjust order in 3.5
|
||||
X_V_BIND_INVALID_SAME_NAME_ARGUMENT,
|
||||
|
||||
// Special value for higher-order compilers to pick up the last code
|
||||
// to avoid collision of error codes. This should always be kept as the last
|
||||
// item.
|
||||
|
|
Loading…
Reference in New Issue