UNPKG

snakeskin

Version:

Компилятор блочных шаблонов c поддержкой наследования.

18 lines (15 loc) 277 B
Snakeskin.addDirective( 'void', { notEmpty: true, replacers: { '?': (cmd) => cmd.replace('?', 'void ') } }, function (command) { this.startInlineDir(); if (this.isReady()) { this.append(`${this.prepareOutput(command, true)};`); } } );