openwhisk-runtime-nodejs icon indicating copy to clipboard operation
openwhisk-runtime-nodejs copied to clipboard

support typescript as source

Open csantanapr opened this issue 7 years ago • 5 comments
trafficstars

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.

csantanapr avatar Apr 24 '18 11:04 csantanapr

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

rabbah avatar Dec 18 '19 13:12 rabbah

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

sciabarracom avatar Dec 18 '19 13:12 sciabarracom

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

rabbah avatar Dec 18 '19 16:12 rabbah

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.

sciabarracom avatar Dec 18 '19 16:12 sciabarracom

I did :D

sciabarra avatar Mar 29 '20 11:03 sciabarra