openwhisk-runtime-nodejs
openwhisk-runtime-nodejs copied to clipboard
support typescript as source
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 can.
-- Michele Sciabarra [email protected]
----- Original message ----- From: rodric rabbah [email protected] To: apache/openwhisk-runtime-nodejs [email protected] Cc: Michele Sciabarra [email protected], Mention [email protected] Subject: Re: [apache/openwhisk-runtime-nodejs] support typescript as source (#42) Date: Wednesday, December 18, 2019 5:08 PM
You can create a new typescript action that is action loop based?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/apache/openwhisk-runtime-nodejs/issues/42?email_source=notifications&email_token=AHJ4D326STLNDVFQKOV5PFLQZJDG7A5CNFSM4E4GDXBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHGT2BY#issuecomment-567098631, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJ4D3ZFALUKQT7AVYUIZHDQZJDG7ANCNFSM4E4GDXBA.
I did :D