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

Method constructor

src/unparser.js:5–7  ·  view source on GitHub ↗
(buffer)

Source from the content-addressed store, hash-verified

3if (typeof FEATURE_NO_UNPARSER === 'undefined') {
4 Unparser = class {
5 constructor(buffer) {
6 this.buffer = buffer;
7 }
8
9 static unparse(expression) {
10 let buffer = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected