Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aurelia/binding
/ toString
Method
toString
src/ast.js:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
toString() {
19
return
typeof FEATURE_NO_UNPARSER ===
'undefined'
?
20
Unparser.unparse(this) :
21
super.toString();
22
}
23
}
24
25
export
class
BindingBehavior extends Expression {
Callers
15
subscriber-collection.spec.js
File · 0.80
element-observation.spec.js
File · 0.80
unparser.spec.js
File · 0.80
expression-cloner.spec.js
File · 0.80
composite-observer.spec.js
File · 0.80
binding-expression.spec.js
File · 0.80
parser.spec.js
File · 0.80
verifyEqual
Function · 0.80
unicodeEscape
Function · 0.80
unary.spec.js
File · 0.80
binary.spec.js
File · 0.80
autoConvertAdd
Function · 0.80
Calls
1
unparse
Method · 0.80
Tested by
2
verifyEqual
Function · 0.64
unicodeEscape
Function · 0.64