<@UJBNC99MF> did you manage to run Pulumi TS, usin...
# typescript
b
@salmon-account-74572 did you manage to run Pulumi TS, using https://bun.sh/ ?
s
I don't think Pulumi TypeScript works with Bun yet, but I know that some of our engineers have been working on it. I'll check in with them and see if they've made any progress!
More info here: https://github.com/pulumi/pulumi/issues/13904 TL;DR: Bun doesn't work yet, but we're looking into it.
b
Thanks!
s
Happy to help!
g
Theoretically, you can get support of
bun
but you'll lose
pulumi runtime
transpilation process. meaning: you have to compile TS -> JS before running pulumi commands. You can achieve this by disabling TS support: https://www.pulumi.com/docs/languages-sdks/javascript/#disabling-built-in-typescript-support