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

experimentalDecorators and esbuild 0.18 #366

Closed
wants to merge 3 commits into from
Closed

Conversation

Leksat
Copy link

@Leksat Leksat commented Jun 15, 2023

Fixes #365

Not sure if passing the whole tsconfigRaw is maybe too much 🤔

@xzilja
Copy link

xzilja commented Jun 23, 2023

@egoist Sorry for the ping, but any chance you could have a look at this and perhaps in general we could allow to pass all tsconfig values down to esbuild to future proof it?

sxzz added a commit that referenced this pull request Sep 20, 2023
sxzz added a commit that referenced this pull request Sep 20, 2023
sxzz added a commit that referenced this pull request Sep 20, 2023
closes #365, closes #366

Breaking changes
- `target` now defaults to `es2020`
- Required esbuild version should be 0.18 and above
sxzz added a commit that referenced this pull request Sep 20, 2023
closes #365, closes #366

BREAKING CHANGE:
- `target` now defaults to `es2020`
- Required esbuild version should be 0.18 and above
@sxzz sxzz closed this in #370 Sep 20, 2023
@github-actions
Copy link

🎉 This issue has been resolved in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Error in a project using decorators if esbuild version is >= 0.18.0
2 participants