apache/openwhisk-runtime-nodejs

support typescript as source

Closed this issue · 5 comments

have the ability to take a source in typescript format.
This is useful for development time, but as always is recommended to compile into a bundle js, no transpile require on /init for production workloads.

This might a good candidate for action loop (with its compiler) - cc @sciabarracom

Yup but the nodejs does not use actionloop as a proxy - we may add a -compile flag as in the actionloop based runtimes ...

You can create a new typescript action that is action loop based?

I did :D