Skip to content

Warn before tracing incremental builds#60

Open
rogierx wants to merge 1 commit into
tsperf:mainfrom
rogierx:codex/incremental-trace-warning
Open

Warn before tracing incremental builds#60
rogierx wants to merge 1 commit into
tsperf:mainfrom
rogierx:codex/incremental-trace-warning

Conversation

@rogierx
Copy link
Copy Markdown

@rogierx rogierx commented May 20, 2026

Summary

  • Warn when a generated trace is started while TypeScript build mode, incremental, or composite options are active.
  • Inspect the active tsconfig before spawning the trace command, while also honoring CLI flags in the configured trace command.
  • Remove package-manager caching from the tag-triggered release workflow so this branch avoids shared caches in a publish/release workflow.

Addresses #21.

Validation

  • pnpm exec vitest run test/index.test.ts
  • pnpm run typecheck
  • pnpm exec eslint src/incrementalTrace.ts src/commands.ts test/index.test.ts
  • pnpm exec rollup -c
  • git diff --check

@rogierx rogierx requested a review from danielroe as a code owner May 20, 2026 04:24
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