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

Method constructor

src/ast.js:553–557  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

551
552export class LiteralString extends Expression {
553 constructor(value) {
554 super();
555
556 this.value = value;
557 }
558
559 evaluate(scope, lookupFunctions) {
560 return this.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected