UNPKG

firescript

Version:
9 lines (7 loc) 175 B
class ParserContext { constructor (opts) { this.setLocation = opts.setLocation || false this.setRange = opts.setRange || false } } module.exports = ParserContext