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

Method parseValueConverter

src/parser.js:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 parseValueConverter() {
62 let result = this.parseExpression();
63 while (this.opt(T$Bar)) {
64 result = new ValueConverter(result, this.val, this.parseVariadicArgs());
65 }
66 return result;
67 }
68
69 parseVariadicArgs() {
70 this.nextToken();

Callers 3

parseBindingBehaviorMethod · 0.95
aurelia-binding.jsFile · 0.80
aurelia-binding.jsFile · 0.80

Calls 3

parseExpressionMethod · 0.95
optMethod · 0.95
parseVariadicArgsMethod · 0.95

Tested by

no test coverage detected