ventojs / vento

🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
153 stars 9 forks source link

Bun support? #40

Closed mimiMonads closed 4 months ago

mimiMonads commented 4 months ago

Hello, I'm adding templates to my SSR engine which works in Deno and Bun, and my question is, would you give support to Bun in the future if we're required?

oscarotero commented 4 months ago

Vento is published on NPM (https://www.npmjs.com/package/ventojs) so it should be compatible with Bun.

mimiMonads commented 4 months ago

Well I guess that it's up to Bun to follow the nodejs standards, thanks for your time.

oscarotero commented 4 months ago

What issues are you having with Bun?

mimiMonads commented 4 months ago

Everything solved! I was having some issues related with my lazy implementation and the way that bun implements promises (I just chain everything). Vento should be natively working in my next release, thanks

oscarotero commented 4 months ago

Great!