Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.3
Choose a base ref
...
head repository: aspect-build/rules_ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 25, 2025

  1. fix(publish): pick up secret when passed from caller workflow (#802)

    * fix(release): pass through secret to publish workflow by name
    
    * fix
    
    * delete
    alexeagle authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    7e5f6d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    f332843 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. feat: support custom progress messages (#807)

    For Angular we fully rely on `ts_project` just with a custom `tsc`
    executable. We would like to have better distinction between Angular or
    TypeScript targets.
    
    It seems like it would be useful to control the progress message. This
    would also allow better distinction when e.g. compiling with a different
    configuration. e.g. we use a transition for Angular to compile with a
    different compilation mode when shipping to npm
    devversion authored May 15, 2025
    Configuration menu
    Copy the full SHA
    103b665 View commit details
    Browse the repository at this point in the history
Loading