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

Convert JS files to TypeScript #495

Closed
wants to merge 1 commit into from
Closed

Conversation

producta-ai[bot]
Copy link

@producta-ai producta-ai bot commented Nov 22, 2024

This pull request converts several JavaScript files to TypeScript:

  • config.js is renamed to config.ts with added type annotations for the merge function.
  • locale.js is renamed to locale.ts with type annotations for its functions and parameters.
  • Multiple index.js files in various directories are renamed to index.ts to reflect the TypeScript conversion, with no additional changes needed as they only re-export modules.

These changes enhance type safety and maintainability of the codebase. Please feel free to reach out if you need more information.

@aabedraba
Copy link
Collaborator

This is completely wrong, I'm closing this PR.

@aabedraba aabedraba closed this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant