UNPKG

cream-and-sugar

Version:

A deliciously functional syntax for JavaScript with native support for JSX

9 lines (7 loc) 165 B
import { compile, nodes } from '../utils'; /* * Compile the ! operator. */ compile(nodes.OppositeNode, function () { return `!${this.value.compile(true)}`; });