| OLD | NEW |
| 1 Checks basic ES6 modules support. | 1 Checks basic ES6 modules support. |
| 2 { | 2 { |
| 3 method : Debugger.scriptParsed | 3 method : Debugger.scriptParsed |
| 4 params : { | 4 params : { |
| 5 endColumn : 17 | 5 endColumn : 17 |
| 6 endLine : 5 | 6 endLine : 5 |
| 7 executionContextId : <executionContextId> | 7 executionContextId : <executionContextId> |
| 8 hasSourceURL : false | 8 hasSourceURL : false |
| 9 hash : 9C014F7249BAFA12B91017817AD15091D01A9155 | 9 hash : 9C014F7249BAFA12B91017817AD15091D01A9155 |
| 10 isLiveEdit : false | 10 isLiveEdit : false |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 subtype : error | 225 subtype : error |
| 226 type : object | 226 type : object |
| 227 } | 227 } |
| 228 subtype : error | 228 subtype : error |
| 229 type : object | 229 type : object |
| 230 } | 230 } |
| 231 exceptionId : <exceptionId> | 231 exceptionId : <exceptionId> |
| 232 executionContextId : <executionContextId> | 232 executionContextId : <executionContextId> |
| 233 lineNumber : 0 | 233 lineNumber : 0 |
| 234 scriptId : <scriptId> | 234 scriptId : <scriptId> |
| 235 stackTrace : { | |
| 236 callFrames : [ | |
| 237 ] | |
| 238 } | |
| 239 text : Uncaught SyntaxError: Unexpected token } | 235 text : Uncaught SyntaxError: Unexpected token } |
| 240 url : module4 | 236 url : module4 |
| 241 } | 237 } |
| 242 timestamp : <timestamp> | 238 timestamp : <timestamp> |
| 243 } | 239 } |
| 244 } | 240 } |
| OLD | NEW |