UNPKG

marko

Version:

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

6 lines 258 B
"use strict";exports.__esModule = true;exports.default = withPreviousLocation;function withPreviousLocation(newNode, originalNode) { newNode.start = originalNode.start; newNode.loc = originalNode.loc; newNode.end = originalNode.end; return newNode; }