Skip to content
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

SwG release 0.1.22.30 #18746

Merged
merged 2 commits into from Oct 15, 2018
Merged

SwG release 0.1.22.30 #18746

merged 2 commits into from Oct 15, 2018

Conversation

dvoytenko
Copy link
Contributor

locked = true;
}
const locked = (accessibleForFree &&
accessibleForFree.toLowerCase() == 'false') || false;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, the newer version of CC could not determine that this expression result was boolean. Recommend reverting and making this change upstream if it complains.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Now it's fine.

@@ -2270,10 +2327,10 @@ const TITLE_LANG_MAP = {
class ButtonApi {

/**
* @param {*} doc
* @param {!../model/doc.Doc} doc

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Cannot find module" is an error in newer CC. I replaced these with * with a manual regex search/replace:

- Use regex `(!|\?)\.[^>)}]*` to replace missing type paths with `*`.

#18586 for details.

@dvoytenko dvoytenko merged commit 4511263 into ampproject:master Oct 15, 2018
@dvoytenko dvoytenko deleted the swg_0_1_22_30 branch October 15, 2018 22:22
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Oct 18, 2018
* SwG release 0.1.22.30

* replace module-based types with wildcard
Enriqe pushed a commit to Enriqe/amphtml that referenced this pull request Nov 28, 2018
* SwG release 0.1.22.30

* replace module-based types with wildcard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants