MCPcopy Create free account
hub / github.com/aurelia/binding / unparse

Method unparse

src/unparser.js:9–16  ·  view source on GitHub ↗
(expression)

Source from the content-addressed store, hash-verified

7 }
8
9 static unparse(expression) {
10 let buffer = [];
11 let visitor = new Unparser(buffer);
12
13 expression.accept(visitor);
14
15 return buffer.join('');
16 }
17
18 write(text) {
19 this.buffer.push(text);

Callers 3

toStringMethod · 0.80
aurelia-binding.jsFile · 0.80
aurelia-binding.jsFile · 0.80

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected