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
近期接手了一个用 template.js 作为模板引擎的项目,刚上手的时候需要调试一些模板的样式,由于不熟悉相关语法且 WebStorm 上没有插件支持, 导致修改时出现了语法错误。 报错信息比较含糊, 只告诉我出现了语法错误, 但是没告诉我是模板文件的哪一行那一列出了问题,后续修复起来十分吃力。
<name> CompileError <tpl> <div> ... </div> <render> .... <message> Unexpected token ')'
The text was updated successfully, but these errors were encountered:
收到,感谢反馈,我认为有两个问题
Sorry, something went wrong.
No branches or pull requests
问题是什么
近期接手了一个用 template.js 作为模板引擎的项目,刚上手的时候需要调试一些模板的样式,由于不熟悉相关语法且 WebStorm 上没有插件支持, 导致修改时出现了语法错误。
报错信息比较含糊, 只告诉我出现了语法错误, 但是没告诉我是模板文件的哪一行那一列出了问题,后续修复起来十分吃力。
环境
在线例子
其他
The text was updated successfully, but these errors were encountered: