UNPKG

abstract-syntax-tree

Version:
9 lines (7 loc) 157 B
class SwitchStatement { constructor (options) { this.type = 'SwitchStatement' Object.assign(this, options) } } module.exports = SwitchStatement