Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
interface
ExpressionParser {
32
parse(expr: string, options: { loose?: boolean }): ExpressionParserResult;
33
}
34
35
export
class
AutoComplete {
Callers
15
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
main
Function · 0.65
getR2Key
Method · 0.65
getResolvedRoute
Function · 0.65
checkStorageForDismissedScript
Function · 0.65
Implementers
1
ExpressionRuntime
packages/expr/src/runtime.ts
Calls
no outgoing calls
Tested by
no test coverage detected