| 55294 | Pp.SEM_OK |
| 55295 | ), |
| 55296 | Dx = new path_templating_grammar(), |
| 55297 | openapi_path_templating_es_parse = (s) => { |
| 55298 | const o = new kp() |
| 55299 | ;((o.ast = new Op()), |
| 55300 | (o.ast.callbacks['path-template'] = path_template), |
| 55301 | (o.ast.callbacks.slash = callbacks_slash), |
| 55302 | (o.ast.callbacks['path-literal'] = path_literal), |
| 55303 | (o.ast.callbacks['template-expression'] = template_expression), |
| 55304 | (o.ast.callbacks['template-expression-param-name'] = template_expression_param_name)) |
| 55305 | return { result: o.parse(Dx, 'path-template', s), ast: o.ast } |
| 55306 | }, |
| 55307 | encodePathComponent = (s) => |
| 55308 | ((s) => { |