UNPKG

abstract-syntax-tree

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