Binary file used by .NET to compile JavaScript code to .exe or .dll format
Use jsc.exe to compile JavaScript code stored in scriptfile.js and output scriptfile.exe.
jsc.exe scriptfile.js
Use jsc.exe to compile JavaScript code stored in Library.js and output Library.dll.
jsc.exe /t:library Library.js