fork download
  1. {
  2. "version": "1.0.0-*",
  3. "buildOptions": {
  4. "debugType": "portable",
  5. "emitEntryPoint": true
  6. },
  7. "dependencies": {},
  8. "frameworks": {
  9. "netcoreapp1.0": {
  10. "dependencies": {
  11. "Microsoft.NETCore.App": {
  12. "type": "platform",
  13. "version": "1.0.0"
  14. },
  15. "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
  16. "Microsoft.AspNetCore.Mvc": "1.0.0"
  17. }
  18. }
  19. }
  20. }
  21.  
Runtime error #stdin #stdout #stderr 0.37s 322176KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
js: "prog.js", line 2: missing ; before statement
js:   "version": "1.0.0-*",
js: ............^
js: "prog.js", line 3: syntax error
js:   "buildOptions": {
js: .................^
js: "prog.js", line 4: syntax error
js:     "debugType": "portable",
js: ................^
js: "prog.js", line 5: syntax error
js:     "emitEntryPoint": true
js: .....................^
js: "prog.js", line 6: syntax error
js:   },
js: ...^
js: "prog.js", line 7: syntax error
js:   "dependencies": {},
js: .................^
js: "prog.js", line 8: syntax error
js:   "frameworks": {
js: ...............^
js: "prog.js", line 9: syntax error
js:     "netcoreapp1.0": {
js: ....................^
js: "prog.js", line 10: syntax error
js:       "dependencies": {
js: .....................^
js: "prog.js", line 11: syntax error
js:         "Microsoft.NETCore.App": {
js: ................................^
js: "prog.js", line 12: syntax error
js:           "type": "platform",
js: .................^
js: "prog.js", line 13: syntax error
js:           "version": "1.0.0"
js: ....................^
js: "prog.js", line 14: syntax error
js:         },
js: .........^
js: "prog.js", line 15: syntax error
js:         "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
js: ..............................................^
js: "prog.js", line 16: syntax error
js:         "Microsoft.AspNetCore.Mvc": "1.0.0"
js: ...................................^
js: "prog.js", line 19: syntax error
js:   }
js: ..^
js: "prog.js", line 1: Compilation produced 16 syntax errors.