You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase has been partially converted over to TypeScript. This can continue in steps. Having everything in TypeScript should make maintenance easier, type declarations can be generated directly (rather than using jsdoc), API docs can be generated using tsdoc, and it lays the groundwork for further improvements.
convert codebase to TypeScript
generate type declarations using tsc, remove jsdoc
generate API docs using tsdoc
The text was updated successfully, but these errors were encountered:
The codebase has been partially converted over to TypeScript. This can continue in steps. Having everything in TypeScript should make maintenance easier, type declarations can be generated directly (rather than using jsdoc), API docs can be generated using tsdoc, and it lays the groundwork for further improvements.
The text was updated successfully, but these errors were encountered: