-
Couldn't load subscription status.
- Fork 6.8k
build: ship partial compilation output with APF v13 #23689
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7f4a102
build: update to latest version of Angular and update bazel setup
devversion 652f5fb
refactor: privately expose types needed for mixins to avoid broken ty…
devversion 670a431
build: no longer keep track of UMD globals for package output
devversion d129ee6
build: generate linked ESM bundles of framework packages
devversion 823079d
build: remove view engine workarounds for old APF output
devversion 10058eb
build: switch devmode output to ES2020 and ESM
devversion 3ad78ad
build: remove all usages of the `entry_point` attribute on `ng_package`
devversion fc74423
build: make custom devserver work with e2e tests
devversion 873ca9f
build: replace gulp setup with bundling script for legacy remote brow…
devversion dc15da9
build: update linker integration test to work with Angular v13
devversion d9ae06e
build: update tooling to no longer support view engine mode
devversion 24e158b
build: update e2e-app and dev-app to use esbuild
devversion ee89e02
build: run esbuild as build step before running browser or e2e tests
devversion d0a1caf
build: update prerender test to work with ESM APF v13 packages
devversion e476e03
refactor: update ESM incompatible code to work with ESM compilation
devversion 7e5a4b0
build: remove ngcc compatibility CI test jobs
devversion 91e5b0e
build: remove unused linker-process bazel rule
devversion d68000b
build: ensure schematic code runs as commonjs in NPM output
devversion a8897b0
build: add subpath export for `fesm2020` bundles of components-examples
devversion 7ace699
build: add `exports` entries for Sass module resolution
devversion 32e4c53
build: update node version used in bazel
devversion File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 16.6.0 | ||
| 16.10.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something we'll remove before long? If so, should we add a TODO to remove? Similar for the ivy flag below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should exist forever (as long as there is no new concept of library output).