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

feat!: use Terser's default for comments #972

Closed
wants to merge 1 commit into from

Conversation

tido64
Copy link
Contributor

@tido64 tido64 commented Apr 24, 2023

Summary

By default, Terser keeps JSDoc-style comments that contain @license or @preserve: https://terser.org/docs/api-reference#format-options

Note that this is potentially a breaking change as it may change the output bundle (increase in size).

Test plan

All current tests should pass.

By default, Terser keeps JSDoc-style comments that contain "@license" or
"@preserve": https://terser.org/docs/api-reference#format-options

Note that this is potentially a breaking changes as it may change the
output bundle (increase in size).
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 24, 2023
@robhogan robhogan added this to the Next breaking release milestone Apr 24, 2023
@facebook-github-bot
Copy link
Contributor

@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@jacdebug merged this pull request in 260125e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants