UNPKG

abstract-syntax-tree

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