question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature/Question: typescript support?

See original GitHub issue

Hi everybody.

Would it be possible, in near future, maybe in next minor/major version, to support Typescript? Something like an option typescript: true/false in serverless.yaml.

This would mean, at least, to install some extra packages (ts-loader, typescript) and tweak webpack.config.js depending on that option.

Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:10
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
gndeliacommented, Oct 15, 2019

this feature would be great. I would like to take a look, but I think I might have some time in the incoming weeks, not right now. So if anyone else is available, that would be great. Otherwise, maybe in november/december I might start taking a look (it would be useful for a project I am working with which uses this library)

1reaction
Vadorequestcommented, Jul 25, 2019

I suggest you add a tag help-wanted then 😉

Here is our latest newborn project using TS, I guess it can be used for inspiration: https://github.com/UnlyEd/conditions-matcher

What’s important to know is that you use the tsc binary to compile from TS to ES5. By convention we use the src folder for sources, and lib folder for build, the lib folder is what’s released on NPM (ES5 compatible).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top 50 TypeScript Interview Questions and Answers in 2023
This TypeScript interview questions blog will provide you in-depth knowledge about TypeScript and prepare you for the interviews in 2023.
Read more >
Top 50 TypeScript Interview Questions With Answers for 2023
Uncover the most frequently asked typescript interview questions for ... TypeScript has a feature similar to @types/ support that allows you ...
Read more >
20 TypeScript Interview Questions and Answers You Should ...
Use these TypeScript interview questions and answers to help you practice ... TypeScript features-related questions, this question tests the ...
Read more >
Top TypeScript Interview Questions (2022) - InterviewBit
Does TypeScript support static classes ? If not, why? TypeScript doesn't support static classes, unlike the popular object-oriented programming ...
Read more >
42 Most Common TypeScript Interview Questions And Answers
This tutorial provides frequently asked TypeScript interview questions and answers with explanations to help you prepare for the interview.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found