Convert to typescript
See original GitHub issueConvert the source file to typescript, which will be compiled in the rollup build step.
While we currently use .ts
files, typehinting etc. is not used in the files.
If you want to help: Just start adding typehints to any file that is still missing them or improve the ones that already have them. Feel free to send a PR for files even if only a part of them is converted.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top 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 JavaScript to TypeScript - TutorialsTeacher
Converting Existing JavaScript to TypeScript · Add tsconfig.json file to project · Integrate with a build tool · Change all .js files to...
Read more >Online Javascript to Typescript Converter Tool - JavaInUse
Online tool to convert a javascript file to typescript. Complex javascript files can be converted to typescript file using this tool.
Read more >Converting a Javascript project to Typescript - Medium
Converting a Javascript project to Typescript. An extensive methodology. Photo by Emile Perron on Unsplash. Introduction.
Read more >How to Migrate Application From JavaScript to TypeScript
TypeScript is a superset of JavaScript, so valid JavaScript code is a valid TypeScript code. Incremental migration, converting the whole project step by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds great. Whatever you feel most comfortable with is a good start and very much appreciated. 👍
If you have questions, just send a PR and add a comment with your questions.
Hey, thank you, there are two important things concerning typescript:
If you want to work on either or both of those issues it would be very great. You can also extract functionality from the html4sortable.ts into smaller modules where it makes sense and convert this over to typescript. This may be easier and more fun than in the big file.