| OLD | NEW |
| 1 /tests/document.js:1: ERROR - Access to "document" property of global object is
disallowed | 1 /tests/document.js:1: ERROR - Access to "document" property of global object is
disallowed |
| 2 document.bar(); | 2 document.bar(); |
| 3 ^ | 3 ^ |
| 4 | 4 |
| 5 /tests/document.js:2: ERROR - Access to "document" property of global object is
disallowed | 5 /tests/document.js:2: ERROR - Access to "document" property of global object is
disallowed |
| 6 window.document.bar(); | 6 window.document.bar(); |
| 7 ^ | 7 ^ |
| 8 | 8 |
| 9 /tests/document.js:5: ERROR - Access to "document" property of global object is
disallowed | 9 /tests/document.js:5: ERROR - Access to "document" property of global object is
disallowed |
| 10 document(); | 10 document(); |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 | 415 |
| 416 /tests/this.js:277: ERROR - @this annotation found for function not referencing
'this' | 416 /tests/this.js:277: ERROR - @this annotation found for function not referencing
'this' |
| 417 function callbackNotReferencingThisAnnotated() | 417 function callbackNotReferencingThisAnnotated() |
| 418 ^ | 418 ^ |
| 419 | 419 |
| 420 /tests/this.js:321: ERROR - @this annotation is required for functions referenci
ng 'this' | 420 /tests/this.js:321: ERROR - @this annotation is required for functions referenci
ng 'this' |
| 421 function testArrowFunctionReferencingThisMissingAnnotation(a) | 421 function testArrowFunctionReferencingThisMissingAnnotation(a) |
| 422 ^ | 422 ^ |
| 423 | 423 |
| 424 Total errors: 104 | 424 Total errors: 104 |
| OLD | NEW |