Sha256: 0585eb83037b74858611cfa26d66626b343c2212c5efbf26d8fe34a50a04aeee
Contents?: true
Size: 374 Bytes
Versions: 23
Compression:
Stored size: 374 Bytes
Contents
'use strict' var unherit = require('unherit') var xtend = require('xtend') var Compiler = require('./lib/compiler.js') module.exports = stringify stringify.Compiler = Compiler function stringify(options) { var Local = unherit(Compiler) Local.prototype.options = xtend( Local.prototype.options, this.data('settings'), options ) this.Compiler = Local }
Version data entries
23 entries across 23 versions & 1 rubygems