Searched refs:formattedSource (Results 1 – 2 of 2) sorted by relevance
33 var formattedSource = beautify(source);34 var mapping = buildMapping(source, formattedSource);35 postMessage({ formattedSource: formattedSource, mapping: mapping }); property50 function buildMapping(source, formattedSource) argument56 var match = regexp.exec(formattedSource);
128 function didFormat(formattedSource, mapping) argument130 chunk.text = formattedSource;173 task.callback(event.data.formattedSource, event.data.mapping);