2022-03-07 02:49:19 -06:00
|
|
|
- [x] multi-build lint is broken
|
|
|
|
- [x] @flecks/db
|
|
|
|
- [x] @flecks/governor
|
|
|
|
- [x] @flecks/react
|
|
|
|
- [x] Use aliasing for self-referential flecks context
|
|
|
|
- [x] @flecks/redis
|
|
|
|
- [x] @flecks/redux
|
|
|
|
- [x] @flecks/socket
|
|
|
|
- [x] @flecks/user
|
|
|
|
- [x] flecks aliasing must ensure webpack aliasing and de-externalization into bundles
|
|
|
|
- [x] `flecks.invokeMiddleware()` should not build every invocation
|
|
|
|
- [x] `flecks.invokeComposed()` and `flecks.invokeMiddleware()` should not fatal on a missed lookup
|
|
|
|
- [x] flecks should have a `platforms` setting, so auto-lookups of `/client`, `/server` are less
|
2022-02-25 04:58:08 -06:00
|
|
|
magical
|
2022-03-07 02:49:19 -06:00
|
|
|
- [x] `flecks.expandedFlecks()` should use `platforms`
|
2022-03-07 02:55:29 -06:00
|
|
|
- [ ] config validation
|
|
|
|
- [ ] hints for hook types
|
|
|
|
- [ ] localConfig discovered by hook
|
|
|
|
- [ ] renamed to 'build/config'?
|
|
|
|
- [ ] automatically generated list of build config
|
|
|
|
- [ ] static documentation site generator
|
2022-03-08 14:42:34 -06:00
|
|
|
- [ ] autogenerated config dox page
|
|
|
|
- [x] remove `invokeParallel()`
|
2022-03-08 14:50:16 -06:00
|
|
|
- [x] Specialize `invokeReduce()` with `invokeMerge()`.
|
2022-03-08 16:03:06 -06:00
|
|
|
- [x] Rename all hooks to dot-first notation; rewrite `lookupFlecks()`.
|