Commit graph

3 commits

Author SHA1 Message Date
b559d5e21a
fix: dev cmd didn't watch files due to import mangling
Appearently the esModuleInterop flag in TypeScript is not compatible
with node-watch, and the import helper was mangling the import as a
result and causing an error in the dev command that resulted in files
not being watched.

This fixes that import issue and adds an e2e test to help prevent a
regression of this issue in the future.
2020-06-09 13:56:11 -07:00
d6b7e9eb95
fix: target es2018 to support node 10+ 2020-05-26 16:29:43 -07:00
f109172cc4
test: add testing framework 2020-05-30 11:41:23 -07:00