-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
bugSomething isn't workingSomething isn't workinglangAdd or improve language supportAdd or improve language support
Description
Describe the bug
Syntax error: satisfies Test was unexpected Opengrep(syntax-error)
To Reproduce
Create a TypeScript file with the following content:
type Test = {
a: string;
};
const test = { a: 1 } satisfies Test;Expected behavior
Opengrep does not fail to parse the file.
Screenshots
/
What is the priority of the bug to you?
- P0: blocking your adoption of Opengrep or workflow
- P1: important to fix or quite annoying
- P2: regular bug that should get fixed
Environment
Aikido VS Code extension, but also verified using latest Opengrep Windows binary (1.11.4)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglangAdd or improve language supportAdd or improve language support