zigler icon indicating copy to clipboard operation
zigler copied to clipboard

support transitive type imports

Open ityonemo opened this issue 4 months ago • 0 comments

main:

const foo = @import("foo.ex")

pub const bar = foo.bar;

foo:

pub const bar = struct{...}

ityonemo avatar Apr 16 '24 16:04 ityonemo