Skip to content

Commit 0b6effb

Browse files
committed
chore: preserve error code enum order
1 parent aa0c13f commit 0b6effb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ export enum ErrorCodes {
9090
X_V_MODEL_ON_PROPS,
9191
X_INVALID_EXPRESSION,
9292
X_KEEP_ALIVE_INVALID_CHILDREN,
93-
X_VNODE_HOOKS,
9493

9594
// generic errors
9695
X_PREFIX_ID_NOT_SUPPORTED,
9796
X_MODULE_MODE_NOT_SUPPORTED,
9897
X_CACHE_HANDLER_NOT_SUPPORTED,
9998
X_SCOPE_ID_NOT_SUPPORTED,
99+
X_VNODE_HOOKS,
100100

101101
// Special value for higher-order compilers to pick up the last code
102102
// to avoid collision of error codes. This should always be kept as the last

0 commit comments

Comments
 (0)