Skip to content

Remove unreferenced exports and stale playwright lock entry - #276

Merged
lannbot merged 1 commit into
mainfrom
prune-dead-exports-2
Sep 4, 2026
Merged

Remove unreferenced exports and stale playwright lock entry#276
lannbot merged 1 commit into
mainfrom
prune-dead-exports-2

Conversation

@lannbot

@lannbot lannbot commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Scanned every export declaration for references outside its defining file; two had none (_AsyncValueTypes, LiftedFunction). The npm:playwright@1.49.1 lock entries are orphans (justfile pins 1.62.1).

just check and just test-version-guard pass. test-runtime locally has one pre-existing failure (binary.116) caused by a drifted submodule checkout, identical without this patch.

Automerge armed.

…entry

_AsyncValueTypes existed only to consume two type imports nothing else
uses; LiftedFunction has no references. The justfile pins
npm:playwright@1.62.1, so the 1.49.1 lock entries are orphans.
@lannbot
lannbot enabled auto-merge September 4, 2026 21:31
@lannbot
lannbot merged commit 285d03e into main Sep 4, 2026
4 checks passed
@lannbot
lannbot deleted the prune-dead-exports-2 branch September 4, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants