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

[BUGFIX beta] revert TS compilerOptions.target to ES2017 #20283

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

chriskrycho
Copy link
Contributor

@chriskrycho chriskrycho commented Nov 29, 2022

Fixes #20281. We should, at minimum, only make this change in target intentionally, rather than incidentally.

This is one possible culprit behind #20281. We should, at minimum, only
make this change in `target` intentionally, rather than incidentally.
@chriskrycho chriskrycho changed the title [BUGFIX beta] revert compilerOptions.target to ES2017 [BUGFIX beta] revert TS compilerOptions.target to ES2017 Nov 29, 2022
@dfreeman
Copy link
Contributor

I can confirm this fixed the issue we were seeing!

But: I don't have enough knowledge of what's going on in the build here to know why.

@chriskrycho
Copy link
Contributor Author

Thanks for the confirmation—and yeah, we should definitely come back and iterate on this (as well as just getting off of broccoli-typescript-compiler).

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.

[Bug] Ember Canary breaks build
2 participants