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.

Convert source code into TypeScript

See original GitHub issue

Should we consider converting the source code of this project into TypeScript? We can leverage type checking with TypeScript. Also, .d.ts files can be generated for downstream users when compiling.

It may take long time to do this coversion, so we can enable allowJs and start progressive conversion.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
kaicataldocommented, Apr 3, 2020

I’m generally 👎 for this proposal, particularly since we’re not using TypeScript in ESLint core.

Relevant PR: https://github.com/eslint/eslint/pull/12082

0reactions
nzakascommented, Jul 28, 2020

We aren’t going to move forward with this, so closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Migrating from JavaScript - TypeScript
Converting a JavaScript codebase over to TypeScript is, while somewhat tedious, usually not challenging. In this tutorial, we're going to look at how...
Read more >
Converting a Javascript project to Typescript - Medium
The process · Step 1: Install TypeScript compiler and loader · Step 2 · Step 3: Create a configuration file · Step 4:...
Read more >
How to Migrate Application From JavaScript to TypeScript
Start by adding TypeScript to your build pipeline. Then migrate each code file one-by-one.
Read more >
Converting your vanilla Javascript app to TypeScript - Anvil
Start converting your vanilla Javascript app to TypeScript with a few easy steps.
Read more >
Converting a Simple JavaScript App to TypeScript - Telerik
TypeScript Is JavaScript ... Without changing any major thing in the code, we can use the JavaScript right inside a TS file. ......
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