mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
Some checks are pending
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Waiting to run
Publish to ghcr / merge (push) Blocked by required conditions
Update Roadmap Released / update (push) Waiting to run
22 lines
441 B
TypeScript
22 lines
441 B
TypeScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const
|
|
negate = 23,
|
|
Program = 1,
|
|
OrExpr = 2,
|
|
AndExpr = 3,
|
|
NegateExpr = 4,
|
|
PrefixExpr = 5,
|
|
ArchivedExpr = 6,
|
|
RevisionExpr = 7,
|
|
ContentExpr = 8,
|
|
ContextExpr = 9,
|
|
FileExpr = 10,
|
|
ForkExpr = 11,
|
|
VisibilityExpr = 12,
|
|
RepoExpr = 13,
|
|
LangExpr = 14,
|
|
SymExpr = 15,
|
|
RepoSetExpr = 16,
|
|
ParenExpr = 17,
|
|
QuotedTerm = 18,
|
|
Term = 19
|