The LogFileTransformer needs to make href-attribute (or the more general javascript:) event handlers be logged with a properly transformed source location.
Problem:
The {"fileName":"js-url-0_orig_.js","columnNumber":"1","lineNumber":"1"} should be the inlined HTML source position: bomomo.html:2848:29 instead.
@barslev can you take a look? It should be similar to the other transformations that are already being done.
The LogFileTransformer needs to make href-attribute (or the more general
javascript:
) event handlers be logged with a properly transformed source location.See example in chromeExperiments/bomomo.html:
Log:
Problem: The
{"fileName":"js-url-0_orig_.js","columnNumber":"1","lineNumber":"1"}
should be the inlined HTML source position: bomomo.html:2848:29 instead.@barslev can you take a look? It should be similar to the other transformations that are already being done.