support typescript as source
Closed this issue · 5 comments
csantanapr commented
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.
rabbah commented
This might a good candidate for action loop (with its compiler) - cc @sciabarracom
sciabarracom commented
Yup but the nodejs does not use actionloop as a proxy - we may add a -compile flag as in the actionloop based runtimes ...
rabbah commented
You can create a new typescript action that is action loop based?
sciabarracom commented
I can.
…--
Michele Sciabarra
michele@sciabarra.com
----- Original message -----
From: rodric rabbah <notifications@github.com>
To: apache/openwhisk-runtime-nodejs <openwhisk-runtime-nodejs@noreply.github.com>
Cc: Michele Sciabarra <sciabarracom@sciabarra.com>, Mention <mention@noreply.github.com>
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 <#42?email_source=notifications&email_token=AHJ4D326STLNDVFQKOV5PFLQZJDG7A5CNFSM4E4GDXBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHGT2BY#issuecomment-567098631>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHJ4D3ZFALUKQT7AVYUIZHDQZJDG7ANCNFSM4E4GDXBA>.
sciabarra commented
I did :D