JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Add lineno support to core parser hooks #241

Closed c42f closed 1 year ago

c42f commented 1 year ago

As noted here, we don't support lineno.

https://github.com/JuliaLang/JuliaSyntax.jl/blob/419d173ed9c7d146f3305204bad1881ae17fe47f/src/hooks.jl#L194

But we should, especially now that SourceFile has the first_line argument.