UNPKG

@philpl/buble

Version:

The blazing fast, batteries-included ES2015 compiler

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