-
-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Labels
Description
First of all thanks for the work !
Here's a linked PR that does the change: #1116
PS: esbuild ^0.20.0 and esbuild ^0.21.3 have been released with some breaking changes https://github.com/evanw/esbuild/releases and new features. Notably decorators.
As tested on my repos by forcing 'resolutions' to esbuild 0.21.3 I didn't see any issues with tsup.
Motivations
- opt-in for decorators support
- get fixes from latest releases https://github.com/evanw/esbuild/releases
transitive-bullshit, apteryxxyz and belgattitude