aspect-cli icon indicating copy to clipboard operation
aspect-cli copied to clipboard

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

Open jbedard opened this issue 1 year ago • 0 comments

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 avatar Aug 02 '24 17:08 jbedard