File tree 1 file changed +0
-6
lines changed
packages/compiler-core/src
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,6 @@ export enum ErrorCodes {
98
98
X_CACHE_HANDLER_NOT_SUPPORTED ,
99
99
X_SCOPE_ID_NOT_SUPPORTED ,
100
100
101
- // deprecations
102
- DEPRECATION_V_IS ,
103
-
104
101
// Special value for higher-order compilers to pick up the last code
105
102
// to avoid collision of error codes. This should always be kept as the last
106
103
// item.
@@ -184,9 +181,6 @@ export const errorMessages: Record<ErrorCodes, string> = {
184
181
[ ErrorCodes . X_CACHE_HANDLER_NOT_SUPPORTED ] : `"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.` ,
185
182
[ ErrorCodes . X_SCOPE_ID_NOT_SUPPORTED ] : `"scopeId" option is only supported in module mode.` ,
186
183
187
- // deprecations
188
- [ ErrorCodes . DEPRECATION_V_IS ] : `v-is="component-name" has been deprecated. Use is="vue:component-name" instead. v-is support will be removed in 3.4.` ,
189
-
190
184
// just to fulfill types
191
185
[ ErrorCodes . __EXTEND_POINT__ ] : ``
192
186
}
You can’t perform that action at this time.
0 commit comments