UNPKG

twing

Version:

First-class Twig engine for Node.js

13 lines (12 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createAutoEscapeNode = void 0; const node_1 = require("../node"); const createAutoEscapeNode = (strategy, body, line, column, tag) => { return (0, node_1.createBaseNode)("auto_escape", { strategy }, { body }, line, column, tag); }; exports.createAutoEscapeNode = createAutoEscapeNode;