-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Tools] Throw FailError with code context on babel/parser exception #22810
[Tools] Throw FailError with code context on babel/parser exception #22810
Conversation
💔 Build Failed |
retest |
💔 Build Failed |
retest |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested on JS, html and pug file, worked as expected, just one nit.
src/dev/i18n/utils.js
Outdated
@@ -84,3 +85,26 @@ export function* traverseNodes(nodes) { | |||
} | |||
} | |||
} | |||
|
|||
/** | |||
* @param {string} content |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: please add a detailed description here so that it is clear what this function does
retest |
💚 Build Succeeded |
…lastic#22810) * [Tools] Throw FailError with code context on babel/parser exception * Add description for createParserErrorMessage function
6.x/6.5: 0a44c3f |
@babel/parser
syntax errors should be described on throwing them to console.