Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kanred (0.2 sec)

  1. .cm/plugins/filters/byCodeowner/ignore/index.js

        [
            // Never replace escaped '*'
            // ignore rule '\*' will match the path '*'
    
            // 'abc.*/' -> go
            // 'abc.*'  -> skip this rule,
            //    coz trailing single wildcard will be handed by [trailing wildcard]
            /(^|[^\\]+)(\\\*)+(?=.+)/g,
    
            // '*.js' matches '.js'
            // '*.js' doesn't match 'abc'
            (_, p1, p2) => {
                // 1.
    JavaScript
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
Back to top