Skip to content

phase3/modify-add-export: add export keyword to TS declaration - #104

Open
URaux wants to merge 4 commits into
phase2/w2from
phase3/modify-add-export
Open

phase3/modify-add-export: add export keyword to TS declaration#104
URaux wants to merge 4 commits into
phase2/w2from
phase3/modify-add-export

Conversation

@URaux

@URaux URaux commented Apr 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds src/lib/modify/add-export.ts with planAddExport() function
  • Supports function, class, const (VariableStatement), interface, type alias, enum
  • Idempotent: returns empty plan when symbol is already exported
  • Returns not-found conflict for missing file or symbol
  • Compatible with existing applyRenamePlan / runSandbox infrastructure

Test plan

  • 7 vitest tests: function, class, const, already-exported idempotency, symbol-not-found, file-not-found, interface declarations

URaux and others added 4 commits April 27, 2026 00:30
Adds noise-suppression lists to policy.drift. Block/container/edge IDs in
the ignore lists get filtered out of every bucket before drift is reported.
Pure function; never mutates input. clean flag is recomputed after filtering.

Use case: auto-generated blocks (cache layers, codegen output, archived
containers) that legitimately drift but shouldn't trigger PR comments.

5 tests covering: pass-through when no lists set, multi-bucket filtering,
container+edge filters, clean recomputation, no-mutation invariant.
Adds scripts/drift-stats.mjs that reads a folder of drift snapshot JSON
files and prints per-week avg/median/max drift counts and top-N most-drifted
blocks. Supports --last N, --top N, --format md|json. 10 tests covering
empty dir, populated multi-week, --last capping, and top-N block ranking.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Supports function/class/const/interface/type/enum. Idempotent when
already exported. Returns conflict on missing file or symbol.
7 tests covering all declaration kinds, idempotency, conflict cases.
Adds planAddExport() using ts-morph to find top-level declarations and
prepend the export keyword. Idempotent for already-exported symbols.
Wires add-export verb into the modify handler dispatcher. 7 tests
covering function/class/const/interface, already-exported idempotency,
symbol-not-found, and file-not-found error cases.
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.

1 participant