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

Include DEBUG statements in module output #8875

Merged
merged 1 commit into from Nov 21, 2022
Merged

Include DEBUG statements in module output #8875

merged 1 commit into from Nov 21, 2022

Conversation

bigtimebuddy
Copy link
Member

Close #8874

Deprecation warnings should be included when building with a bundler.

Users can use plugins (e.g., @rollup/plugin-strip) for removing deprecations warnings, console logs and asserts.

@bigtimebuddy bigtimebuddy added this to the v7.1.0 milestone Nov 21, 2022
Copy link
Member

@SuperSodaSea SuperSodaSea left a comment

Choose a reason for hiding this comment

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

LGTM :)

@bigtimebuddy bigtimebuddy added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Nov 21, 2022
@bigtimebuddy bigtimebuddy merged commit be1668b into dev Nov 21, 2022
@bigtimebuddy bigtimebuddy deleted the fix/jscc-debug branch November 21, 2022 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#if _DEBUG blocks are always removed in packages' default exports
2 participants