mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
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! |
||
---|---|---|
.. | ||
adapters | ||
api | ||
data | ||
lib | ||
models | ||
services | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
notify.js | ||
overrides.js | ||
run-update-check.js | ||
update-check.js |