How to use the call function from glob

Find comprehensive JavaScript glob.call code examples handpicked from public code repositorys.

31
32
33
34
35
36
37
38
39
40
41
42
     *
     * Use `Symbol` as much as possible to avoid confliction.
     */
    this[IGNORE] = shouldIgnore;


    Sync.call(this, pattern, options);
}


util.inherits(GlobSync, Sync);

fork icon0
star icon0
watch icon0