Skip to content
Snippets Groups Projects

[SG-40252] Replace absolute wildcard imports with relative imports

Merged Warren Gifford requested to merge contractors/SG-40252 into main

Created by: gitstart-sourcegraph

Description

We have absolute path in the package wildcard. We should not use absolute imports from the package inside of the package to avoid circular dependency issues.

Refs

SourceGraph Issue GitStart Issue

Test Plan

Confirm that there are no internal imports like -> import X from '@sourcegraph/wildcard' in the wildcard package are replaced with relative imports.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Merged by avatar (Jun 8, 2025 8:00pm UTC)

Merge details

  • Changes merged into main with 9eed8524.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading