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

[Bug]: self-imports are not resolved by gazelle #733

Open
jbedard opened this issue Aug 2, 2024 · 0 comments
Open

[Bug]: self-imports are not resolved by gazelle #733

jbedard opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working untriaged Requires traige

Comments

@jbedard
Copy link
Member

jbedard commented Aug 2, 2024

A self-import within a package to take advantage of the package.json exports feature.

Should a self-import be ignored?

Example (from a .ts that will be published into @myorg/foo)

import { exportedThing } from '@myorg/foo'
@jbedard jbedard added the bug Something isn't working label Aug 2, 2024
@github-actions github-actions bot added the untriaged Requires traige label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Requires traige
Projects
None yet
Development

No branches or pull requests

1 participant