UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

7 lines (6 loc) 196 B
export default function withPreviousLocation(newNode, originalNode) { newNode.start = originalNode.start; newNode.loc = originalNode.loc; newNode.end = originalNode.end; return newNode; }