UNPKG

buble

Version:

The blazing fast, batteries-included ES2015 compiler

8 lines (6 loc) 209 B
import Node from '../Node.js'; export default class JSXOpeningFragment extends Node { transpile(code) { code.overwrite(this.start, this.end, `${this.program.jsx}( ${this.program.jsxFragment}, null`); } }