Does any know of a way to easily get the line numb...
# typescript
l
Does any know of a way to easily get the line number of a file as seen in a stack trace? I presume it skips over comments, imports, things like that. My current stack trace is complaining about line 16, but that's a comment in my file.