Skip to content

Commit

Permalink
Test: syntaxerror
Browse files Browse the repository at this point in the history
This is a test to trigger a syntax error in the eslint-fix branch.

DO NOT MERGE
  • Loading branch information
deribaucourt committed Sep 12, 2024
1 parent 473e2c6 commit 7d418a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/BitBakeDocScanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const variableInfosOverrides: Record<string, VariableInfosOverride> = {
}
}

syntaxerror

Check failure on line 51 in server/src/BitBakeDocScanner.ts

View workflow job for this annotation

GitHub Actions / build-language-server-standalone

Cannot find name 'syntaxerror'. Did you mean 'SyntaxError'?

Check failure on line 51 in server/src/BitBakeDocScanner.ts

View workflow job for this annotation

GitHub Actions / build-test-vscode

Expected an assignment or function call and instead saw an expression

const KEYWORDS = [
{
name: 'require',
Expand Down

0 comments on commit 7d418a1

Please sign in to comment.