Source position: jsparser.pp line 50
type TParseTypeOption = (
ptoAllowLiteral,
ptoRefOnly,
ptoUnion,
ptoIntersection,
ptoFunctionCall
);