(plugin)
| 1512 | return new HyperscriptProgram(features); |
| 1513 | } |
| 1514 | use(plugin) { |
| 1515 | plugin(this); |
| 1516 | return this; |
| 1517 | } |
| 1518 | initElt(parseElement, start, tokens) { |
| 1519 | parseElement.startToken = start; |
| 1520 | parseElement.programSource = tokens.source; |
no outgoing calls
no test coverage detected