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.

Migrate to TypeScript

See original GitHub issue

For EJS v3, I’d like to migrate the codebase to use TypeScript.

The main advantage will be the ability to have type checking.

It will also ensure that @types/ejs will no longer be necessary.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mdecommented, Oct 30, 2019

“Have type checking” all by itself is not particularly compelling to me. What specific benefits does that bring us?

0reactions
mdecommented, Nov 24, 2019

I’ve thought a lot about this, and I am not sold enough on the benefits to want to add the complexity. I’m going to close this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Migrating from JavaScript - TypeScript
At this point, you're probably ready to start using TypeScript files. The first step is to rename one of your .js files to...
Read more >
Migrating millions of lines of code to TypeScript - Stripe
On Sunday March 6, we migrated Stripe's largest JavaScript codebase (powering the Stripe Dashboard) from Flow to TypeScript.
Read more >
A simple guide for migrating from JavaScript to TypeScript
When migrating over to TypeScript, one basic thing to keep in mind is TypeScript files have a .ts extension instead of .js ....
Read more >
10 Strategies for migrating to TypeScript - Exploring JS
Start your migration with experiments: Play with your code base and try out various strategies before committing to one of them. · Then...
Read more >
ts-migrate: A Tool for Migrating to TypeScript at Scale - Medium
Migration at scale is a complex task, and we explored a couple of options for moving from JavaScript to TypeScript: 1) Hybrid migration...
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