Brian Slesinsky
unread,Dec 13, 2014, 9:10:16 PM12/13/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-js-s...@lists.mozilla.org
The sourcemap spec is defined in terms of column and line numbers, but it
doesn't define what a column means. Is this measured in Unicode code points
or 16-bit code units?
If implementors aren't thinking about this, I'd guess that we're working in
code units by default, at least for JavaScript and Java.
What do compilers do?
- Brian