I\'m making a library, and I often inspect the result of Closure Compiler\'s output to see how it\'s doing things (I do have unit tests, but I still like to see the compiled
That is just a label.
label
you can use continue [label name] (or break) in a loop to go to a label.
continue [label name]
break
More explanations of what they are can be seen throughout the interwebs.