postman
Version:
The Postman will help deliver messages around your application
15 lines (14 loc) • 408 B
JSON
{
"@PREFIX@script.js":{
"coverage":[null,1,null,null,1,0],
"source":["alert(\"hello\");","","// test formatting &lt; &gt; &amp;","if ('a' < 'b' && 'a' > 'b') {"," alert(\"?\");","}"]
},
"@PREFIX@1/1.js":{
"coverage":[null,1],
"source":["alert(\"This is 1\");"]
},
"@PREFIX@1/2/2.js":{
"coverage":[null,1],
"source":["alert(\"This is 2\");"]
}
}