aboutsummaryrefslogtreecommitdiff
path: root/test/input/issue-505
AgeCommit message (Collapse)Author
2020-04-16improve source-map generation (#3782)Alex Lam S.L
- emit singleton segments to mark generated code from input
2018-04-24improve `max_line_len` (#3095)Alex Lam S.L
fixes #304
2017-05-23fix source map offset (#1993)Alex Lam S.L
Account for whitespace insertions. fixes #505 fixes #890