UNPKG

khufu

Version:

A template language for incremental-dom or DSL for javascript views

11 lines (10 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.push_to_body = push_to_body; function push_to_body(path, node) { path.pushContainer("body", [node]); var pbody = path.get('body'); return pbody[pbody.length - 1]; }