Chris Thoburn
Chris Thoburn
while it does often make sense to keep tests in a single module grouped together, a single file containing multiple modules (regardless of whether top-level or nested) will be executed...
I think we can simplify things by dong a runtime-only replacement with an option build-plugin to compile away unused variations. Something like: ```gts import { Layout } from '@html-next/flexi-layouts'; const...
Recommended rules should represent best practices. At a minimum, using async without await **is not** a bad practice, and in most usages it represents a best practice helping to safeguard...
similarly, make it possible for a handler to be created with a passed service or document the odd way of doing it
Sketches out reactivityMode and lays groundwork in types etc. Should be relatively easy/quick to implement, and could be further optimized via batching/reduction of work generated by the graph and cache...
Three things stand between us and marking PolarisMode as recommended. 1) expose reactive state props which will be added by `withDefaults` 2) expose utilities for common operations like rollback (might...
Some feature ideas - trace requests - see both clean and dirty state of a record - explore the cache - invalidate requests - highlight DOM content inside of request...
this will reduce surface area and simplify import suggestions
- [x] have typedoc consume declarations instead of source files so that we can ship docs for `@warp-drive/ember` - [x] setup typedoc in `eslint-plugin-warp-drive` improve the linting section of the...