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

Esbuild support? #1157

Closed
RyKilleen opened this issue May 7, 2021 · 2 comments
Closed

Esbuild support? #1157

RyKilleen opened this issue May 7, 2021 · 2 comments

Comments

@RyKilleen
Copy link

RyKilleen commented May 7, 2021

I'm submitting a...


[ ] Regression 
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

esbuild support

It has been a year since #731 was closed. Is there any interest in revisiting this? Netlify just announced supporting it in their cloud function builds as a flag, which leads me to believe it has matured significantly since it was last considered. Additionally, community support has begun to spring up around it; the potential speed gains are very promising.

This framework is awesome and thank you for all you do!

@jmcdo29
Copy link
Member

jmcdo29 commented May 7, 2021

I don't believe there's any plans for supporting this out of the box, though I've seen that there's a plugin to support decorators with esbuild which is really cool to see.

I may try to see what I can do outside of the nest core package to patch something in, but as of now I don't think it's on the radar.

@kamilmysliwiec
Copy link
Member

I've checked it out recently and it's still far away from being in a usable state for NestJS (it doesn't emit any type metadata so it actually breaks the entire DI system, swagger & graphql packages, and a few other crucial NestJS features).

@soarding soarding mentioned this issue Dec 5, 2022
6 tasks
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

No branches or pull requests

3 participants