Skip to content
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

Migrate JSDoc type definitions to TypeScript #581

Open
1 task
adamstankiewicz opened this issue Aug 1, 2024 · 0 comments
Open
1 task

Migrate JSDoc type definitions to TypeScript #581

adamstankiewicz opened this issue Aug 1, 2024 · 0 comments

Comments

@adamstankiewicz
Copy link
Member

adamstankiewicz commented Aug 1, 2024

Some files rely on JSDoc-style type definitions despite the repository now having first-class support for TypeScript (e.g., in the paragonUtils.js file [soon to be merged, source link TBD]).'

To improve maintainability and confidence in future refactors, migrating these JSDoc type definitions to TypeScript would be beneficial.

Example JSDoc type definitions:

/**
 * @typedef {Object} ParagonThemeCssAsset
 * @property {string} filePath
 * @property {string} entryName
 * @property {string} outputChunkName
 */

Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant