What is the "format register" string for at the top of JavaScript files?

Viewed 866

I see in various JavaScript files lately the following string at the top:

"format register";

What is this for?

I see it in angular 2 and systemJS library files.

2 Answers
Related