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.
__EXTEND_POINT__
1 parent 21b685a commit e60edc0Copy full SHA for e60edc0
packages/compiler-dom/src/errors.ts
@@ -42,7 +42,7 @@ if (__TEST__) {
42
if (DOMErrorCodes.X_V_HTML_NO_EXPRESSION < ErrorCodes.__EXTEND_POINT__) {
43
throw new Error(
44
`DOMErrorCodes need to be updated to ${
45
- ErrorCodes.__EXTEND_POINT__ + 1
+ ErrorCodes.__EXTEND_POINT__
46
} to match extension point from core ErrorCodes.`,
47
)
48
}
packages/compiler-ssr/src/errors.ts
@@ -29,7 +29,7 @@ if (__TEST__) {
29
if (SSRErrorCodes.X_SSR_UNSAFE_ATTR_NAME < DOMErrorCodes.__EXTEND_POINT__) {
30
31
`SSRErrorCodes need to be updated to ${
32
- DOMErrorCodes.__EXTEND_POINT__ + 1
+ DOMErrorCodes.__EXTEND_POINT__
33
} to match extension point from core DOMErrorCodes.`,
34
35
0 commit comments