-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
fix(compiler-sfc): add error handling for defineModel() without variable assignment #13352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
f1872ff
9395a08
65b9098
46083c1
2b8ab9f
fc74eb9
1eb9f28
9d205dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ export function createDOMCompilerError( | |
} | ||
|
||
export enum DOMErrorCodes { | ||
X_V_HTML_NO_EXPRESSION = 53 /* ErrorCodes.__EXTEND_POINT__ */, | ||
X_V_HTML_NO_EXPRESSION = 54 /* ErrorCodes.__EXTEND_POINT__ */, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Breaking change here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should I update anything here? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just revert it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. 😁 |
||
X_V_HTML_WITH_CHILDREN, | ||
X_V_TEXT_NO_EXPRESSION, | ||
X_V_TEXT_WITH_CHILDREN, | ||
|
Uh oh!
There was an error while loading. Please reload this page.