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: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15.2.2
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15.2.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 9, 2023

  1. build: remove ts-node forking bug workaround

    In the past, `ts-node` had a bug that prevented forking processes when used in
    combination with `--esm`.
    
    We contributed a fix upstream to `ts-node` to fix this, and this commit updates
    to the latest version so that we can simplify our `ng-dev` invocation. TypeStrong/ts-node@32d07e2
    devversion authored and angular-robot[bot] committed Mar 9, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    2f36b53 View commit details

Commits on Mar 10, 2023

  1. fix(@angular-devkit/build-angular): correct wrap ES2022 classes with …

    …static properties
    
    Prior to this commit, we only wrapped classes with static properties that were marked with `/*@__PURE__*/` comment due to a bug in the `adjust-static-class-members` Babel plugin were we did not call the `Identifier` name text to the `canWrapProperty` function.
    
    (cherry picked from commit 4d82e0d)
    alan-agius4 authored and clydin committed Mar 10, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    a936805 View commit details

Commits on Mar 15, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    llucax Leandro Lucarella
    Copy the full SHA
    89a9758 View commit details
Loading