File: sourcemap_js.js

package info (click to toggle)
node-grunt-contrib-concat 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 480 kB
  • sloc: javascript: 536; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
JS Banner
*/
var x = 1;


/**
 * Redefine "x"
 * @type {number}
 */
x = 10;

var y = 2;







y = 5;
debugger;
// End of this test file

//# sourceMappingURL=sourcemap_js.js.map