http://codereview.appspot.com/11948/diff/402/403
File doc/html/compiledModuleFormat/index.html (right):

http://codereview.appspot.com/11948/diff/402/403#newcode207
Line 207: it will be bit-identical to the original source <em>when
parsed as a
"bit-identical" seems wrong since js strings are defined as utf-16 while
much of the web is encoded as utf-8.  maybe "char-identical"?

http://codereview.appspot.com/11948/diff/402/403#newcode271
Line 271: source location(s) corresponding to each character position in
the
do you really need to specify source location for every char of the
output?  it seems to me this would make debugging info about 100x larger
than the source.  I think I'd be happy with just source range for each
line of the output, since it's relatively cheap to add artificial line
splits in the output.

http://codereview.appspot.com/11948

Reply via email to