rescript-compiler
rescript-compiler copied to clipboard
Template literals: Missing compiler error location
Version: rescript 11.1.0-rc.3
The non-existed function is not highlighted and there's no location in the compilation error as well.
@tsnobip probably sdf is a ghost loc.
Version: rescript 11.1.0-rc.3
The non-existed function is not highlighted and there's no location in the compilation error as well.
Hmm yes error location is pretty bad right now, it's the last piece remaining for this feature, I have to make it right for IDE support too. It was my first significant contribution to the syntax, I'm still learning ^^
Fixed in #6816.