Alvis Tang

Results 60 comments of Alvis Tang

@lifeiscontent In this case, what you need is a tool that transpile your tsx files to ES modules. Pure `tsc` doesn't work, but `rollup` or `babel` with the plugins I...

It could be the case, I'm not sure, even with declaration file emitted? Maybe you can link the known issue here too.

It's coming!!! ❤️❤️❤️

I can also confirm that it's an issue even with a brand new installation

Hi @mitchmalone @tansongchen! Sorry for the delay due to work. But the good news is image support is now available on v1.2 & you can check out an example from...

`SchemaType` is a close call but it's still not exactly what the schema is supposed to look like. @bjoerge @rexxars Would you be able to show us a direction?

@hypeJunction @bjoerge @rexxars shall we make it as a PR?

@RobbieMcKinstry @dixler My 2c, but every approach has a trade off. On one hand, making ts-node and typescript as peer dependencies is a breaking change technically, but on the other...

> Correction: we do list the minimum version for particular tools! We list them on the [language runtime pages](https://www.pulumi.com/docs/intro/languages/javascript/). > > > Pulumi supports JavaScript programs running on Node.js using...

> **TypeScript:** TypeScript v4.0 introduces a breaking change to the Node language runtime. I recently tried to upgrade it myself but came across these errors. From a breaking API standpoint,...