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

Typescript Refactor #4

Closed andykais closed 5 years ago

andykais commented 5 years ago

runtime folders are included temporarily until https://github.com/fabiandev/ts-runtime/issues/19 feature is included in ts-runtime and the subsequent webpack plugin. When that happens, remove runtime/assert files and npm run compile:runtime, move the logic into webpack plugin, and simply import assert.ts files.