pulumi/pkg/resource/plugin
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
..
analyzer.go Add license headers 2018-05-22 15:02:47 -07:00
analyzer_plugin.go Add license headers 2018-05-22 15:02:47 -07:00
check.go Add license headers 2018-05-22 15:02:47 -07:00
config_source.go Add license headers 2018-05-22 15:02:47 -07:00
context.go Support TypeScript in a more first-class way 2018-08-06 14:00:58 -07:00
host.go Support TypeScript in a more first-class way 2018-08-06 14:00:58 -07:00
host_server.go Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
langruntime.go Add license headers 2018-05-22 15:02:47 -07:00
langruntime_plugin.go Support TypeScript in a more first-class way 2018-08-06 14:00:58 -07:00
plugin.go Do not add a newline between a stream of info messages. The contract is that these will just be appended continguously. (#1688) 2018-08-02 10:55:15 -04:00
provider.go Add signal cancellation to resource provider 2018-07-15 11:05:44 -10:00
provider_plugin.go Checkpoint resource initialization errors 2018-07-20 17:59:06 -07:00
rpc.go Add license headers 2018-05-22 15:02:47 -07:00
rpc_test.go Add license headers 2018-05-22 15:02:47 -07:00