Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for We (0.16 sec)

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

        if (!isString(path)) {
            return doThrow(
                `path must be a string, but got \`${originalPath}\``,
                TypeError
            )
        }
    
        // We don't know if we should ignore EMPTY, so throw
        if (!path) {
            return doThrow(`path must not be empty`, TypeError)
        }
    
        // Check if it is a relative path
        if (checkPath.isNotRelative(path)) {
    JavaScript
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
Back to top