mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
During a previous PR review, it was noted that the `next` tag was causing confusion. This commit updates the dependencies for the integration tests to resolve this ambiguity and ensure clarity going forward. Additionally, this change uses the `link:` protocol to ensure that `pnpm i` does not fail when lockfiles or dependencies are updated outside of Bazel. PR Close #63937 |
||
|---|---|---|
| .. | ||
| snapshots | ||
| .gitignore | ||
| BUILD.bazel | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| side-effects.json | ||
This test checks if the side effects for loading Angular packages have changed using https://github.com/filipesilva/check-side-effects.
Running pnpm test will check all ES modules listed in side-effects.json.
Running pnpm update will update any changed side effects.
To add a new ES module to this test, add a new entry in side-effects.json.
Usually the ESM and FESM should have the same output, but retained objects that were renamed during the flattening step will leave behind a different name.