You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: