websnacks/src
M. George Hansen d4f713e5c5 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
..
cli fix: dev cmd didn't watch files due to import mangling 2020-06-09 13:56:11 -07:00
build.ts chore: resolve linting errors & warnings 2020-06-01 23:29:59 -07:00
component.ts feat: provide Fragment component 2020-06-04 11:25:34 -07:00
config.ts chore: resolve linting errors & warnings 2020-06-01 23:29:59 -07:00
create-element.ts chore: fix some eslint warnings 2020-06-03 17:52:54 -07:00
index.ts feat: provide Fragment component 2020-06-04 11:25:34 -07:00
jsx.ts chore: resolve linting errors & warnings 2020-06-01 23:29:59 -07:00
render.ts feat: provide Fragment component 2020-06-04 11:25:34 -07:00
utils.ts feat: support rendering array elements 2020-06-02 16:39:44 -07:00