modernweb-dev / web

Guides, tools and libraries for modern web development.
https://modern-web.dev
MIT License
2.15k stars 271 forks source link

Update @web/dev-server-esbuild dependencie esbuild to v0.21 #2725

Open mantou132 opened 2 months ago

mantou132 commented 2 months ago

esbuild v0.21 support javascript decorators, this is useful for testing some decorator-based frameworks

https://github.com/evanw/esbuild/issues/104#issuecomment-2097359571

Westbrook commented 2 months ago

Would you be interested in making a contribution with this update?