13 comments (13 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript18,676 stars (18,676 stars)2,478 forks (2,478 forks)batch import
help wantedmarkersquality
Description
marker.ts should go under browser and be exported by it
problem-marker.ts should go under browser/problem and be exported by it
- Issue type
- refactor
- Research direction
- Locate `marker.ts` and `problem marker.ts` in the repository. Move `marker.ts` under the `browser` directory and ensure it is exported from there. Move `problem marker.ts` under `browser/problem` and export it from that directory. Verify that no imports are broken by the move. Refer to the issue for exact requirements: https://github.com/eclipse theia/theia/issues/1322.