UNPKG

abstract-syntax-tree

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