UNPKG

cream-and-sugar

Version:

A deliciously functional syntax for JavaScript with native support for JSX

9 lines (7 loc) 225 B
import { compile, nodes } from '../utils'; /* * Use Object.assign to compile object consing. */ compile(nodes.ObjConsNode, function () { return `CNS_.assign(${this.base.compile(true)}, ${this.toAdd.compile(true)})`; });