ngcc bundle PR including implementation work for other formats & integration test#25406
ngcc bundle PR including implementation work for other formats & integration test#25406petebacondarwin wants to merge 24 commits into
Conversation
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
90aa611 to
efe310f
Compare
|
You can preview efe310f at https://pr25406-efe310f.ngbuilds.io/. |
| import {ClassMemberKind, ReflectionHost} from '../../host'; | ||
|
|
||
| const TS_DTS_EXTENSION = /(\.d)?\.ts$/; | ||
| const TS_DTS_JS_EXTENSION = /(\.d)?\.(ts|js)$/; |
There was a problem hiding this comment.
@alxhub For a file ending in .d.js, all of .d.ts will be removed below, whereas I'd expect .d to be kept.
There was a problem hiding this comment.
Good catch @JoostK .
I think we should go with /((\.d)?\.ts|js)$/
There was a problem hiding this comment.
Oops. Yes :-)
efe310f to
99b2e7e
Compare
|
You can preview 99b2e7e at https://pr25406-99b2e7e.ngbuilds.io/. |
99b2e7e to
82c8052
Compare
|
You can preview 82c8052 at https://pr25406-82c8052.ngbuilds.io/. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
82c8052 to
102a928
Compare
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
102a928 to
73146c1
Compare
73146c1 to
bdabc89
Compare
|
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. |
This sits on top of #25203