You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/oxc_language_server/src/snapshots/fixtures_linter_cross_module_nested_config@folder_folder-dep-a.ts.snap
Copy file name to clipboardExpand all lines: crates/oxc_language_server/src/snapshots/fixtures_linter_ignore_patterns@another_config_not-ignored-file.ts.snap
message: "Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.\nhelp: Remove the non-null assertion."
21
-
range: Range { start: Position { line: 11, character: 18 }, end: Position { line: 11, character: 19 } }
21
+
range: Range { start: Position { line: 12, character: 18 }, end: Position { line: 12, character: 19 } }
22
22
related_information[0].message: "non-null assertion made after optional chain"
message: "Promises must be awaited.\nhelp: The promise must end with a call to .catch, or end with a call to .then with a rejection handler, or be explicitly marked as ignored with the `void` operator."
8
-
range: Range { start: Position { line: 7, character: 0 }, end: Position { line: 7, character: 32 } }
8
+
range: Range { start: Position { line: 8, character: 0 }, end: Position { line: 8, character: 32 } }
0 commit comments