UNPKG

@marko/prettyprint

Version:

Prettyprint Marko template files in the syntax of your choice

11 lines (8 loc) 271 B
"use strict"; module.exports = function printDeclaration(node, printContext, writer) { var declaration = node.declaration.value; if (printContext.preserveWhitespace !== true) { declaration = declaration.trim(); } writer.write("<?" + declaration + "?>"); };