WIP: feat!: migrate remaining JavaScript files to TypeScript #33
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Athemis/ds4!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "typescript-conversion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Complete the TypeScript migration by converting all remaining .js files
in src/ to .ts, restoring full type safety after the temporary JS fallback
that was necessary due to missing Foundry V10+ type definitions.
This migration was enabled by the now-available foundry-vtt-types for V13,
allowing us to return to the type-safe codebase that existed prior to the
V10 migration.
Changes:
This restores the type safety quality from commit
a94ec3e3e8(Nov 2022, Foundry V9)adapted for Foundry V13 API and type definitions.
feat!: migrate remaining JavaScript files to TypeScriptto WIP: feat!: migrate remaining JavaScript files to TypeScriptView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.