UNPKG

drupal-twig-extensions

Version:

JavaScript implementation of Drupal’s Twig extensions

31 lines (29 loc) 608 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "acceptedArguments", { enumerable: true, get: function () { return _definition.acceptedArguments; } }); exports.name = void 0; Object.defineProperty(exports, "options", { enumerable: true, get: function () { return _definition.options; } }); var _definition = require("../t/definition.cjs"); /** * @file The trans filter * * @see The t filter for docs. * * ``` * new TwigFilter('trans', 't', ['is_safe' => ['html']]) * ``` */ const name = 'trans'; exports.name = name;