JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
266 stars 32 forks source link

Add public function for extracting original text #418

Open LilithHafner opened 4 months ago

LilithHafner commented 4 months ago

It would be lovely to have a public way of accessing sn.data.source.code[range(sn)] for some sn::SyntaxNode. The function name AbstractString is tempting, but perhaps a better one would be source?