Commit graph

11 commits

Author SHA1 Message Date
701f85baef
fix: dont require config file
Fixes a couple of issues with config files in websnacks projects.

First, config files are no longer required and the dev and build
commands will no longer error out if a websnacks.ts/js file doesn't
exist.

Second, all optional user config params are now actually optional -
before some parameters were assumed to exist and would error out if not
present (e.g. the "watch" parameter).

Finally, e2e tests were added to prevent regressions on these issues
and test helpers were extracted to a separate file.
2020-06-10 12:39:54 -07:00
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
da241efb59
feat: provide Fragment component
Adds a new Fragment component that provides the same functionality as
React.Fragment. See issue #9 for details.

closes issue #9
2020-06-04 11:25:34 -07:00
ea703e8f5e
chore: fix some eslint warnings 2020-06-03 17:52:54 -07:00
6736d8ab68
fix: type signature of Component too narrow 2020-06-03 17:27:12 -07:00
ed547cc851
feat: support rendering array elements 2020-06-02 16:39:44 -07:00
1372ce16cb
fix: support number elements in jsx templates 2020-06-02 15:38:39 -07:00
d6b7e9eb95
fix: target es2018 to support node 10+ 2020-05-26 16:29:43 -07:00
1012cdd3fa
chore: resolve linting errors & warnings 2020-06-01 23:29:59 -07:00
f109172cc4
test: add testing framework 2020-05-30 11:41:23 -07:00
ac7da8cc6d
initial commit (it all starts here...) 2020-05-25 22:36:20 -07:00