Support TypeScript
I know this is probably a very complex feature, but I'd like to work with TypeScript when writing functions.
Some stretch goals:
- full integration with VSCode so we no longer have to use the web editor
- add support for testing functions (through CI/CD)

-
James commented
not only typescript support, we need to see which line and function is causing the error.
right now 1 function calling other function does not show which function is causing the error and which line. we dont have stack information, its very very difficult to debug.
plus error logs are limited in length, this is a huge disadvantage when app scale in terms of complexity -
Benjamin commented
Give it to me, baby! TypeScript is awesome and must be supported!
-
Taylor commented
TS support would be great!
(We use github for deploys so we're able to edit/test locally, but some sort of integrated way to simulate function payloads etc locally would be nice.) -
Tender commented
Bump for this - we've got a massive chunk of function code that we'd love to move to realm, but it's all in typescript! Migrating it would be an excessive amount of work right now...