Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add generate_trace option to run TypeScript with --generateTrace #765

Merged

Conversation

ericrafalovsky
Copy link
Contributor

This pull request adds a new feature for generating trace files to analyze TypeScript compiler performance (tsc --generateTrace)


Changes are visible to end-users: yes/no

  • Searched for relevant documentation and updated as needed: yes
  • Breaking change (forces users to change their own code or config): no
  • Suggested release notes appear below: yes
    Allow generating a TypeScript compiler trace (tsc --generateTrace)

Test plan

  • New basic test cases added
  • Manual testing of this change in a private Bazel repo

Copy link

aspect-workflows bot commented Jan 21, 2025

Test

All tests were cache hits

163 tests (100.0%) were fully cached saving 16s.


Buildifier      Format

ts/private/ts_project.bzl Outdated Show resolved Hide resolved
@jbedard jbedard changed the title Add an option to run TypeScript with --generateTrace feat: add generate_trace option to run TypeScript with --generateTrace Jan 22, 2025
@jbedard jbedard merged commit c47e00e into aspect-build:main Jan 22, 2025
20 checks passed
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