UNPKG

abstract-syntax-tree

Version:
12 lines (10 loc) 219 B
class SourceLocation { constructor (options) { this.type = 'SourceLocation' this.source = null this.start = null this.end = null Object.assign(this, options) } } module.exports = SourceLocation