Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GitbookIO/gitbook
/ ExpressionParser
Interface
ExpressionParser
packages/expr/src/autocomplete.ts:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
} from
'./types'
;
30
31
interface
ExpressionParser {
32
parse(expr: string, options: { loose?: boolean }): ExpressionParserResult;
33
}
34
35
export
class
AutoComplete {
36
#parser: ExpressionParser;
Callers
8
getSuggestions
Method · 0.65
runtime.test.ts
File · 0.65
convertBodyToXML
Function · 0.65
OpenAPISchemaPropertiesFromServer
Function · 0.65
OpenAPIRootSchemaFromServer
Function · 0.65
main
Function · 0.65
traverse.test.ts
File · 0.65
callback
Function · 0.65
Implementers
1
ExpressionRuntime
packages/expr/src/runtime.ts
Calls
no outgoing calls
Tested by
no test coverage detected