Sha256: 298c809cf62ec16913edf31bd2676babb89f02c72705a319f9aebc3477f9ffa4
Contents?: true
Size: 1005 Bytes
Versions: 26
Compression:
Stored size: 1005 Bytes
Contents
{ "title": "IgnorePluginOptions", "oneOf": [ { "type": "object", "additionalProperties": false, "properties": { "contextRegExp": { "description": "A RegExp to test the context (directory) against", "instanceof": "RegExp", "tsType": "RegExp" }, "resourceRegExp": { "description": "A RegExp to test the request against", "instanceof": "RegExp", "tsType": "RegExp" } } }, { "type": "object", "additionalProperties": false, "properties": { "checkContext": { "description": "A filter function for context", "instanceof": "Function", "tsType": "((context: string) => boolean)" }, "checkResource": { "description": "A filter function for resource and context", "instanceof": "Function", "tsType": "((resource: string, context: string) => boolean)" } } } ] }
Version data entries
26 entries across 25 versions & 8 rubygems