Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clone (0.12 sec)

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

            // `\` is escaped by step 3
            /(\\)?\[([^\]/]*?)(\\*)($|\])/g,
            (match, leadEscape, range, endEscape, close) => leadEscape === ESCAPE
                // '\\[bar]' -> '\\\\[bar\\]'
                ? `\\[${range}${cleanRangeBackSlash(endEscape)}${close}`
                : close === ']'
                    ? endEscape.length % 2 === 0
                        // A normal case, and it is a range notation
    JavaScript
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
Back to top