pulumi/examples/minimal
Matt Ellis ce5eaa8343 Support TypeScript in a more first-class way
This change lets us set runtime specific options in Pulumi.yaml, which
will flow as arguments to the language hosts. We then teach the nodejs
host that when the `typescript` is set to `true` that it should load
ts-node before calling into user code. This allows using typescript
natively without an explicit compile step outside of Pulumi.

This works even when a tsconfig.json file is not present in the
application and should provide a nicer inner loop for folks writing
typescript (I'm pretty sure everyone has run into the "but I fixed
that bug!  Why isn't it getting picked up?  Oh, I forgot to run tsc"
problem.

Fixes #958
2018-08-06 14:00:58 -07:00
..
.gitignore Tidy up the examples 2017-10-12 06:05:14 -07:00
index.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
package.json Support TypeScript in a more first-class way 2018-08-06 14:00:58 -07:00
Pulumi.yaml Support TypeScript in a more first-class way 2018-08-06 14:00:58 -07:00
yarn.lock Upgrade Node.js SDK to TypeScript 3.0 (#1669) 2018-07-30 23:19:28 -07:00