Skip to content

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 01 Sep 15:39
· 25 commits to main since this release

Turn on noUnusedLocals/noUnusedParameters

It surfaced one thing here: InkerProvider kept the AsyncLocalStorage on a
private field that nothing read. The same instance goes to InkerRenderer, which
is the only thing that enters a context into it, so the field was a second
reference no caller could reach — the wiring is unchanged.

Release 0.1.15

Fold the unreachable then branch, keeping what it explained

The check above it already answers undefined for then, so the second one
never ran. Its comment was the part worth having — why then matters, not
just that it does — and it moves up to the branch that does the work.


Changes since v0.1.14.