Sha256: 5f211090fe97d20b3f5f7526c85cc9d436543c4d6b16020823cb09ec082a9296

Contents?: true

Size: 580 Bytes

Versions: 12

Compression:

Stored size: 580 Bytes

Contents

(-> {
  root = this
  previousUnderscore = root._
  breaker = {}
  ArrayProto = root.Array.prototype
  ObjProto = root.Object.prototype
  FuncProto = root.Function.prototype

  push = ArrayProto.push
  slice = ArrayProto.slice
  concat = ArrayProto.concat
  toString = ObjProto.toString
  hasOwnProperty = ObjProto.hasOwnProperty

  class _ {

  }

  if(typeof exports != 'undefined) {
    if(typeof root.module !== 'undefined && root.module.exports) {
      exports = root.module.exports = _
    }

    exports._ = _
  } else {
    root._ = _
  }
  _.VERSION = "1.6.0"
}).call()

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
liquidscript-0.4.1 spec/fixtures/underscore.ls
liquidscript-0.4.0 spec/fixtures/underscore.ls
liquidscript-0.3.1 spec/fixtures/underscore.ls
liquidscript-0.3.0 spec/fixtures/underscore.ls
liquidscript-0.2.1 spec/fixtures/underscore.ls
liquidscript-0.2.0 spec/fixtures/underscore.ls
liquidscript-0.1.5 spec/fixtures/underscore.ls
liquidscript-0.1.4 spec/fixtures/underscore.ls
liquidscript-0.1.3 spec/fixtures/underscore.ls
liquidscript-0.1.2 spec/fixtures/underscore.ls
liquidscript-0.1.1 spec/fixtures/underscore.ls
liquidscript-0.1.0 spec/fixtures/underscore.ls