JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Allow the syntax `import A.:x` for `import A.x` #177

Closed c42f closed 1 year ago

c42f commented 1 year ago

This syntax is unnecessary but does occur ~10 times in the General registry so we should support it.

Part of #134