Code Duplication    Length = 1-1 lines in 2 locations

node_modules/glob/glob.js 1 location

@@ 389-389 (lines=1) @@
386
  var dotOk = this.dot || rawGlob.charAt(0) === '.'
387
388
  var matchedEntries = []
389
  for (var i = 0; i < entries.length; i++) {
390
    var e = entries[i]
391
    if (e.charAt(0) !== '.' || dotOk) {
392
      var m

node_modules/glob/sync.js 1 location

@@ 151-151 (lines=1) @@
148
  var dotOk = this.dot || rawGlob.charAt(0) === '.'
149
150
  var matchedEntries = []
151
  for (var i = 0; i < entries.length; i++) {
152
    var e = entries[i]
153
    if (e.charAt(0) !== '.' || dotOk) {
154
      var m