MCPcopy
hub / github.com/GitbookIO/gitbook / parse

Method parse

packages/expr/src/autocomplete.ts:32–32  ·  view source on GitHub ↗
(expr: string, options: { loose?: boolean })

Source from the content-addressed store, hash-verified

30
31interface ExpressionParser {
32 parse(expr: string, options: { loose?: boolean }): ExpressionParserResult;
33}
34
35export class AutoComplete {

Callers 15

getSuggestionsMethod · 0.65
runtime.test.tsFile · 0.65
convertBodyToXMLFunction · 0.65
mainFunction · 0.65
traverse.test.tsFile · 0.65
callbackFunction · 0.65
mainFunction · 0.65
getR2KeyMethod · 0.65
getResolvedRouteFunction · 0.65

Implementers 1

ExpressionRuntimepackages/expr/src/runtime.ts

Calls

no outgoing calls

Tested by

no test coverage detected