interpret icon indicating copy to clipboard operation
interpret copied to clipboard

Referencing a module in the same package should not need an explicit import

Open jeremyfa opened this issue 5 years ago • 0 comments

Let's say we have two module TypeA and TypeB on two files TypeA.hx and TypeB.hx in a package named mypack.

Referencing TypeA from within TypeB.hx should work without any additional import. Currently, we need to add import mypack.TypeA; in TypeB.hx to make it work in interpretable env.

jeremyfa avatar May 12 '19 14:05 jeremyfa