docs(zone.js): update zone.js bundle doc since the APF change#37919
Closed
JiaLiPassion wants to merge 1 commit intoangular:masterfrom
Closed
docs(zone.js): update zone.js bundle doc since the APF change#37919JiaLiPassion wants to merge 1 commit intoangular:masterfrom
JiaLiPassion wants to merge 1 commit intoangular:masterfrom
Conversation
mhevery
suggested changes
Jul 10, 2020
packages/zone.js/README.md
Outdated
Contributor
There was a problem hiding this comment.
is it removing Error support or adding? I would think it would add error support, so the text is confusing.
Contributor
Author
There was a problem hiding this comment.
Yeah, it is confusing, I have updated the text to
|`zone-error.js`|patch for `Error Global Object`, supports adding zone information to stack frame, and also removing unrelated stack frames from `zone.js` internally|
mhevery
approved these changes
Jul 10, 2020
Contributor
mhevery
left a comment
There was a problem hiding this comment.
69c771a48e contains my fixes
packages/zone.js/README.md
Outdated
Contributor
There was a problem hiding this comment.
what additional patches does it include in legacy?
Contributor
Author
There was a problem hiding this comment.
Now there are two patches in legacy bundle.
- the old Web Components
registerElementpatch. - some old browsers not support
EventTargetinterface, so we have to patch all the APIs such asHTMLElementone by one.
69c771a to
3331585
Compare
Since the PR angular#36540 change the zone.js bundles to Angular Package Format, the bundle name/location are changed, so this PR updated the `README.md` doc for the zone bundles. Also add the recent added new bundles `zone-patch-message-port` doc.
3331585 to
f45fa5b
Compare
Splaktar
pushed a commit
to angular-hispano/angular
that referenced
this pull request
Aug 8, 2020
…r#37919) Since the PR angular#36540 change the zone.js bundles to Angular Package Format, the bundle name/location are changed, so this PR updated the `README.md` doc for the zone bundles. Also add the recent added new bundles `zone-patch-message-port` doc. PR Close angular#37919
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
profanis
pushed a commit
to profanis/angular
that referenced
this pull request
Sep 5, 2020
…r#37919) Since the PR angular#36540 change the zone.js bundles to Angular Package Format, the bundle name/location are changed, so this PR updated the `README.md` doc for the zone bundles. Also add the recent added new bundles `zone-patch-message-port` doc. PR Close angular#37919
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Since the PR #36540 change the zone.js bundles to Angular Package Format, the
bundle name/location are changed, so this PR updated the
README.mddoc for thezone bundles.
Also add the recent added new bundles
zone-patch-message-portdoc.PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?