-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP - TypeScript Complete Migration -- Raid In Progress #596
Conversation
chore: install ts and migrate firebugx.ts
@JacobMGEvans are you still intending to make 1 big PR? If so it might be better to rename this PR with WIP as a Prefix so we don't merge by mistake. I'll assume that is what your intention is, so I'll add WIP to it, we have this WIP plugin that helps identify what is ready and what is not.. thanks |
* chore: migrate cypress to ts * chore: fix typo in type
…p-ts-conversion fix(auto-tooltips): converted auto-tooltip plugin + some ts defaults
…o YPAzevedo/migrate-slick-formatter
migrate slick.formatters, add JQuery type definitions and tsconfig changes
migrate plugins/slick.cellcopymanager.js to ts
…model-yahoo migrate slick.remotemodel-yahoo to ts
fix setTimeout return type use window.setTimeout
migrate index.js to ts
Migrating slick state file
…decorator-conversion ts-conversion: cellRangeDecorator (plugin)
…ip-ts-conversion-update fix: AutoTooltips ts conversion update
- issue with .call having multiple arguments - EventData is given a constructor signiture with new cast
…igntures to core methods
- Caveat the types are crude more generic types and uses types from other modules would greatly benefit the core module
- slick.state had unused variables that I converted to underscore -- TS ignores that assignment
WIP slick.core
Revert "Jacobmgevans"
Better late than never, the project is being rewritten in TypeScript and will be eventually release as v5.0 (see Roadmap to v5 I am using esbuild to still provide Thanks guys for giving it a try in the past, it will finally happen nonetheless :) |
Resolves #595