refactor: useWith -> prefixIdentifiers
This commit is contained in:
@@ -69,7 +69,7 @@ export const enum ErrorCodes {
|
||||
X_V_BIND_NO_EXPRESSION,
|
||||
|
||||
// generic errors
|
||||
X_STRIP_WITH_NOT_SUPPORTED
|
||||
X_PREFIX_ID_NOT_SUPPORTED
|
||||
}
|
||||
|
||||
export const errorMessages: { [code: number]: string } = {
|
||||
@@ -135,5 +135,5 @@ export const errorMessages: { [code: number]: string } = {
|
||||
[ErrorCodes.X_FOR_MALFORMED_EXPRESSION]: `v-for has invalid expression`,
|
||||
|
||||
// generic errors
|
||||
[ErrorCodes.X_STRIP_WITH_NOT_SUPPORTED]: `useWith: false is not supported in this build of compiler because it is optimized for payload size.`
|
||||
[ErrorCodes.X_PREFIX_ID_NOT_SUPPORTED]: `"prefixIdentifiers" option is not supported in this build of compiler because it is optimized for payload size.`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user