mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-25 03:54:59 +01:00
17 lines
296 B
TypeScript
17 lines
296 B
TypeScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const
|
|
url = 1,
|
|
Protocol = 2,
|
|
Host = 3,
|
|
Port = 4,
|
|
Path = 5,
|
|
Slash = 6,
|
|
PathSegment = 7,
|
|
Query = 8,
|
|
Question = 9,
|
|
QueryPair = 10,
|
|
Amp = 11,
|
|
QueryName = 12,
|
|
Equal = 13,
|
|
QueryValue = 14
|