Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/
Class
packages/graph/src/grammar.js:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
6
class
peg$SyntaxError extends SyntaxError {
7
constructor(message, expected, found, location) {
8
super(message);
9
this.expected = expected;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected