redhat-developer / redhat-developer/vscode-extension-tester
Remove dynamic import from TextView
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 326
- Forks
- 88
- Avg merge
- 7h 27m
- Merged PRs (30d)
- 71
Description
Improper use of dynamic import on line AbstractViews.ts:94. Use standard import instead.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at line 94 of page-objects/src/components/bottomBar/AbstractViews.ts, where the issue identifies the dynamic import used by TextView. Replace it with a standard import and run the repository's existing TypeScript checks or tests; done means TextView no longer uses a dynamic import and the checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100