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

[Console] Convert all non-autocomplete (/lib/!autocomplete/**/*.js) lib files to typescript #3827

Open
3 tasks
Tracked by #3825
joshuarrrr opened this issue Apr 11, 2023 · 3 comments
Open
3 tasks
Tracked by #3825
Assignees
Labels
console help wanted Community development is encouraged technical debt If not paid, jeapardizes long-term success and maintainability of the repository. typescript

Comments

@joshuarrrr
Copy link
Member

joshuarrrr commented Apr 11, 2023

find ./src/plugins/console/public/lib/ -name "*.js" | grep -v autocomplete
./src/plugins/console/public/lib/utils/__tests__/utils.test.js
./src/plugins/console/public/lib/osd/osd.js
./src/plugins/console/public/lib/osd/api.js
./src/plugins/console/public/lib/osd/index.js
./src/plugins/console/public/lib/osd/__tests__/kb.test.js
./src/plugins/console/public/lib/opensearch/__tests__/content_type.test.js
./src/plugins/console/public/lib/curl_parsing/curl.js
./src/plugins/console/public/lib/curl_parsing/__tests__/curl_parsing.test.js

Tasks:

  • [Console] Convert all lib/utils files to typescript
  • [Console] Convert all lib/osd files to typescript
  • [Console] Convert all lib/curl_parsing files to typescript
@joshuarrrr joshuarrrr added help wanted Community development is encouraged technical debt If not paid, jeapardizes long-term success and maintainability of the repository. typescript console and removed untriaged labels Apr 11, 2023
@curq
Copy link
Collaborator

curq commented Apr 17, 2023

Hi @joshuarrrr , I'd like to try solving this issue. Could you please assign it to me? Thanks!

@joshuarrrr
Copy link
Member Author

@curq I also realized the mappings files are covered separately in #3800, so you can skip those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
console help wanted Community development is encouraged technical debt If not paid, jeapardizes long-term success and maintainability of the repository. typescript
Projects
None yet
Development

No branches or pull requests

2 participants