|
| 1 | +--- |
| 2 | +source: crates/oxc_language_server/src/linter/tester.rs |
| 3 | +--- |
| 4 | +code: "eslint(no-debugger)" |
| 5 | +code_description.href: "https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger" |
| 6 | +message: "`debugger` statement is not allowed\nhelp: Delete this code." |
| 7 | +range: Range { start: Position { line: 1, character: 0 }, end: Position { line: 1, character: 8 } } |
| 8 | +related_information[0].message: "" |
| 9 | +related_information[0].location.uri: "file://<variable>/fixtures/linter/astro/debugger.astro" |
| 10 | +related_information[0].location.range: Range { start: Position { line: 1, character: 0 }, end: Position { line: 1, character: 8 } } |
| 11 | +severity: Some(Warning) |
| 12 | +source: Some("oxc") |
| 13 | +tags: None |
| 14 | + |
| 15 | + |
| 16 | +code: "eslint(no-debugger)" |
| 17 | +code_description.href: "https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger" |
| 18 | +message: "`debugger` statement is not allowed\nhelp: Delete this code." |
| 19 | +range: Range { start: Position { line: 10, character: 2 }, end: Position { line: 10, character: 10 } } |
| 20 | +related_information[0].message: "" |
| 21 | +related_information[0].location.uri: "file://<variable>/fixtures/linter/astro/debugger.astro" |
| 22 | +related_information[0].location.range: Range { start: Position { line: 10, character: 2 }, end: Position { line: 10, character: 10 } } |
| 23 | +severity: Some(Warning) |
| 24 | +source: Some("oxc") |
| 25 | +tags: None |
| 26 | + |
| 27 | + |
| 28 | +code: "eslint(no-debugger)" |
| 29 | +code_description.href: "https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger" |
| 30 | +message: "`debugger` statement is not allowed\nhelp: Delete this code." |
| 31 | +range: Range { start: Position { line: 14, character: 2 }, end: Position { line: 14, character: 10 } } |
| 32 | +related_information[0].message: "" |
| 33 | +related_information[0].location.uri: "file://<variable>/fixtures/linter/astro/debugger.astro" |
| 34 | +related_information[0].location.range: Range { start: Position { line: 14, character: 2 }, end: Position { line: 14, character: 10 } } |
| 35 | +severity: Some(Warning) |
| 36 | +source: Some("oxc") |
| 37 | +tags: None |
| 38 | + |
| 39 | + |
| 40 | +code: "eslint(no-debugger)" |
| 41 | +code_description.href: "https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger" |
| 42 | +message: "`debugger` statement is not allowed\nhelp: Delete this code." |
| 43 | +range: Range { start: Position { line: 18, character: 2 }, end: Position { line: 18, character: 10 } } |
| 44 | +related_information[0].message: "" |
| 45 | +related_information[0].location.uri: "file://<variable>/fixtures/linter/astro/debugger.astro" |
| 46 | +related_information[0].location.range: Range { start: Position { line: 18, character: 2 }, end: Position { line: 18, character: 10 } } |
| 47 | +severity: Some(Warning) |
| 48 | +source: Some("oxc") |
| 49 | +tags: None |
0 commit comments