Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
60f5129
docs: design deterministic type performance checks
blove Aug 24, 2026
8c5dd30
docs: clarify type performance evidence
blove Aug 24, 2026
7b2aab1
docs: refresh type performance evidence
blove Aug 29, 2026
3ea4c13
docs: plan deterministic type performance checks
blove Aug 29, 2026
6a4f11b
docs: fix exclusive failure evidence commands
blove Aug 29, 2026
af7126a
docs: harden expected-failure evidence guards
blove Aug 29, 2026
6148871
docs: classify baseline build warnings
blove Aug 29, 2026
e195803
docs: harden warning evidence classification
blove Aug 29, 2026
d49932b
docs: close warning classifier blind spots
blove Aug 29, 2026
98ebb20
docs: tighten warning marker selection
blove Aug 29, 2026
6c8383a
fix: make type performance memory deterministic
blove Aug 29, 2026
bdad231
ci: enforce type performance budgets
blove Aug 29, 2026
e964fec
docs: avoid acceptance evidence collision
blove Aug 29, 2026
6a0296d
docs: validate expected ignored gate outputs
blove Aug 29, 2026
dab719f
docs: require coherent Turbopack cache batches
blove Aug 29, 2026
0e082fb
docs: validate coherent Next chunk rotations
blove Aug 30, 2026
35adfca
docs: baseline all accepted warning classes
blove Aug 30, 2026
17ef248
docs: validate coherent bench CSS rotations
blove Aug 30, 2026
f2baf44
docs: validate type instantiation ceilings
blove Aug 30, 2026
df3499a
docs: close type performance budget schema
blove Aug 30, 2026
77c6ab2
docs: close warning marker selection
blove Aug 30, 2026
1d21f9d
docs: cover node warning grammars
blove Aug 30, 2026
f6616de
docs: cover build warning grammars
blove Aug 30, 2026
0074cea
docs: select generic eslint warnings
blove Aug 30, 2026
fcedc28
docs: baseline packaging advisories
blove Aug 30, 2026
a41ea56
docs: validate Turbopack compactions
blove Aug 30, 2026
fa0ebe4
docs: model superseded deletion manifests
blove Aug 30, 2026
14f765b
docs: allow retired Turbopack manifests
blove Aug 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
- run: pnpm typecheck:performance

typecheck-public:
name: Typecheck — public API (type-tests)
Expand Down
Loading