A utility-first CSS framework for rapid UI development.
fix: correct column number to be 1-based
createLineTable().find() returns 0-based columns per source map spec, but users expect 1-based column numbers. Add 1 to column before formatting error message so both line and column are 1-based and accurate. Addresses reviewer feedback about off-by-one column numbers.
I
ish1416 committed
d9d5ea31f3226ceab05462c3c19db6e2c4cfdaab
Parent: 2aa3682