We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using template literals make the parser fail.
Ext.define('MyPanel' ,{ extend: 'Ext.panel.Panel', myTpl: ` <div class="test"> <h1>Hello World!</h1> <p>Lorem ipsum...</p> </div>`, //... other props/methods });
Error while parsing myPanel.js: Invalid JavaScript syntax: Unexpected '`' on line 3
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
The text was updated successfully, but these errors were encountered:
That's the general issue of JSDuck not supporting ES6 syntax: #630
Sorry, something went wrong.
No branches or pull requests
Using template literals make the parser fail.
Error while parsing myPanel.js: Invalid JavaScript syntax: Unexpected '`' on line 3
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
The text was updated successfully, but these errors were encountered: