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

🏗🚀 Mangle values of specific enum objects #37480

Merged
merged 2 commits into from
Feb 2, 2022

Conversation

alanorozco
Copy link
Member

@alanorozco alanorozco commented Jan 26, 2022

Restores #36935

@amp-owners-bot
Copy link

Hey @erwinmombay! These files were changed:

build-system/babel-plugins/babel-plugin-mangle-object-values/index.js
build-system/babel-plugins/babel-plugin-mangle-object-values/test/fixtures/transform/mangle/input.js
build-system/babel-plugins/babel-plugin-mangle-object-values/test/fixtures/transform/mangle/output.js
build-system/babel-plugins/babel-plugin-mangle-object-values/test/fixtures/transform/options.json
build-system/babel-plugins/babel-plugin-mangle-object-values/test/index.js
build-system/eslint-rules/no-import-rename.js

Hey @jridgewell! These files were changed:

build-system/babel-plugins/babel-plugin-mangle-object-values/index.js
build-system/babel-plugins/babel-plugin-mangle-object-values/test/fixtures/transform/mangle/input.js
build-system/babel-plugins/babel-plugin-mangle-object-values/test/fixtures/transform/mangle/output.js
build-system/babel-plugins/babel-plugin-mangle-object-values/test/fixtures/transform/options.json
build-system/babel-plugins/babel-plugin-mangle-object-values/test/index.js
build-system/eslint-rules/no-import-rename.js
src/core/types/enum.js

Hey @gmajoulet, @newmuis! These files were changed:

extensions/amp-story/1.0/amp-story-store-service.js

// Automatically open the info dialog.
const openInfoDialogEvent = new CustomEvent('ampstory:dispatchaction', {
detail: {
action: 'toggleInfoDialog',
Copy link
Member Author

Choose a reason for hiding this comment

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

toggleInfoDialog is not valid on runtime, using an interactive test instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants