-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
update babel-plugin-transform-amp-asserts
with devAssert
removal.
#23377
update babel-plugin-transform-amp-asserts
with devAssert
removal.
#23377
Conversation
babel-plugin-transform-amp-asserts
with devAssert
removal.
b59c971
to
e4910be
Compare
@jridgewell @rsimha PTAL |
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.
LGTM. Will defer to @jridgewell to review and approve.
From the single pass failure logs, I see two issues:
|
@rsimha could you explain what you mean by "It appears that paths are being needlessly duplicated. For example, ads/google/a4a/ads/google/a4a/utils.js" ? |
The path should be |
Is this PR still active? |
512f12c
to
f2c9fce
Compare
@jridgewell @erwinmombay Today,
Does this PR remove all of them? If not, are there plans to do so? |
They're all eliminated. |
When I tried removing |
Open an issue, please. |
|
…ampproject#23377) * temp * temp * temp * add babel pipeline to multipass build * temp * temp * temp * temp * add pre build code to execute before copying occurs * apply lint fixes * additional cleanup * additional lint cleanup * consolidate src globs location * more lint fixes * remove references to isCommonJsModule * fix assert transformer to handle devAssert and userAssert * fix tests * lint fix
Currently the transformer does not remove
devAssert
(we should leaveuserAssert
's alone).