* Add sourcemap markings for each line of a string Fixes https://github.com/babel/babel/issues/12083 * Fix for multiple newlines * Optimize with indexOf * Comment explaining newline search
5 lines
35 B
JavaScript
5 lines
35 B
JavaScript
"before\
|
|
after";
|
|
"before\
|
|
\
|
|
after"; |