Closed c42f closed 1 year ago
As noted here, we don't support lineno.
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.
SourceFile
first_line
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 thefirst_line
argument.