mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 14:22:07 +03:00
303ea87897
refs: https://github.com/TryGhost/Ghost/issues/10496 refs: https://github.com/handlebars-lang/handlebars.js/issues/1548 - For a while, handlebars would and could generate quite a lot of obscure sytnax error messages for malformed helpers that we couldn't catch in gscan - This was fixed in https://github.com/handlebars-lang/handlebars.js/issues/1548 - We have also since added AST parsing to gscan, so if there are more obscure syntax errors, we should be able to add rules to catch them - Therefore, this additional, overly specific code block isn't needed anymore, so let's clean it up! |
||
---|---|---|
.. | ||
api | ||
brute.js | ||
cache-control.js | ||
error-handler.js | ||
index.js | ||
pretty-urls.js | ||
uncapitalise.js | ||
url-redirects.js |