We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0c13f commit 0b6effbCopy full SHA for 0b6effb
packages/compiler-core/src/errors.ts
@@ -90,13 +90,13 @@ export enum ErrorCodes {
90
X_V_MODEL_ON_PROPS,
91
X_INVALID_EXPRESSION,
92
X_KEEP_ALIVE_INVALID_CHILDREN,
93
- X_VNODE_HOOKS,
94
95
// generic errors
96
X_PREFIX_ID_NOT_SUPPORTED,
97
X_MODULE_MODE_NOT_SUPPORTED,
98
X_CACHE_HANDLER_NOT_SUPPORTED,
99
X_SCOPE_ID_NOT_SUPPORTED,
+ X_VNODE_HOOKS,
100
101
// Special value for higher-order compilers to pick up the last code
102
// to avoid collision of error codes. This should always be kept as the last
0 commit comments