File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
packages/compiler-core/src Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ export enum ErrorCodes {
78
78
X_V_FOR_MALFORMED_EXPRESSION ,
79
79
X_V_FOR_TEMPLATE_KEY_PLACEMENT ,
80
80
X_V_BIND_NO_EXPRESSION ,
81
- X_V_BIND_INVALID_SAME_NAME_ARGUMENT ,
82
81
X_V_ON_NO_EXPRESSION ,
83
82
X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET ,
84
83
X_V_SLOT_MIXED_SLOT_USAGE ,
@@ -99,6 +98,10 @@ export enum ErrorCodes {
99
98
X_SCOPE_ID_NOT_SUPPORTED ,
100
99
X_VNODE_HOOKS ,
101
100
101
+ // placed here to preserve order for the current minor
102
+ // TODO adjust order in 3.5
103
+ X_V_BIND_INVALID_SAME_NAME_ARGUMENT ,
104
+
102
105
// Special value for higher-order compilers to pick up the last code
103
106
// to avoid collision of error codes. This should always be kept as the last
104
107
// item.
You can’t perform that action at this time.
0 commit comments