UNPKG

@philpl/buble

Version:

The blazing fast, batteries-included ES2015 compiler

11 lines (8 loc) 261 B
import Node from '../Node.js'; export default class JSXExpressionContainer extends Node { transpile(code, transforms) { code.remove(this.start, this.expression.start); code.remove(this.expression.end, this.end); super.transpile(code, transforms); } }