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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enable nullish coalescing and optional chaining unconditionally #936

Merged
merged 1 commit into from
Nov 6, 2019

Conversation

dfreeman
Copy link
Member

@dfreeman dfreeman commented Nov 6, 2019

Since we can't know what version of TypeScript an addon was using in development, we need to enable optional chaining and nullish coalescing unconditionally rather than based on the root project TypeScript version.

This should be a safe change, as the Babel plugins don't introduce any extra bundle content or runtime overhead if they're unused. Now let's just see if we can get a green CI run 馃槵

Copy link
Member

@chriskrycho chriskrycho left a comment

Choose a reason for hiding this comment

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

:shipit:

@dfreeman dfreeman merged commit 39e3b7f into master Nov 6, 2019
@delete-merged-branch delete-merged-branch bot deleted the optional-chaining-for-everyone branch November 6, 2019 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants