Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ bindable-expressions.ts
File
bindable-expressions.ts
packages/core/ui/core/bindable/bindable-expressions.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parse } from
'acorn'
;
2
import
{ isFunction, isNullOrUndefined, isObject } from
'../../../utils/types'
;
3
4
interface
ASTExpression {
Callers
nothing calls this directly
Calls
12
isFunction
Function · 0.90
isNullOrUndefined
Function · 0.90
convertExpressionToValue
Function · 0.85
right
Function · 0.85
getConverterCallback
Function · 0.85
includes
Method · 0.80
unshift
Method · 0.80
bind
Method · 0.80
getContext
Function · 0.70
callback
Function · 0.50
Error
Class · 0.50
push
Method · 0.45
Tested by
no test coverage detected