NullVoxPopuli
NullVoxPopuli
Situation: - have old code - do things in constructor instead of deriving data "on page load" - switch to `@embroider/router` - tests can sometimes fail now depending on execution...
Using context keyed off of `this`, ```ts const ContextMap = new WeakMap(); function getContext(test: obj): T { let context = ContextMap.get(test); if (!test) { context = {}; ContextMap.set(test, context); }...
TODO: - [ ] fix documentation generator ---------- I maintain that we should not _just use_ the default blueprint, unmodified. Before: ``` ❯ du dist/ | wc -l 21 ```...
@sukima shared this with me, and it looks super helpful: https://gist.github.com/sukima/2378fa36cd407821cab1abfe00f98e10 Would be good to get added to test-helpers, because there are too many ways to account for the different...
Checking up on: - https://github.com/typed-ember/glint/issues/758
Part of the JS testing matrix that's needed before making Glint "default" - JS w/ TS w/ tsconfig
backport of https://github.com/typed-ember/glint/pull/842