andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

turn handlebar sql templates into js string templates #42

Closed andykais closed 4 years ago

andykais commented 4 years ago

If templates are changed to js string templates, we can add proper typing to the variables it takes. The downside is we lose nice syntax highlighting of sql files.

andykais commented 4 years ago

implemented in the temp rework commits