UNPKG

cream-and-sugar

Version:

A deliciously functional syntax for JavaScript with native support for JSX

9 lines (7 loc) 195 B
import { compile, nodes } from '../utils'; /* * Use the lazify lib to lazify a value. */ compile(nodes.BinderNode, function () { return `CNS_.lazify(${this.value.compile(true)}, this)`; });