Enhance refactor commands with controller-aware Route() updates and fix code quality violations
Add semantic token highlighting for 'that' variable and comment file references in VS Code extension Add Phone_Text_Input and Currency_Input components with formatting utilities Implement client widgets, form standardization, and soft delete functionality Add modal scroll lock and update documentation Implement comprehensive modal system with form integration and validation Fix modal component instantiation using jQuery plugin API Implement modal system with responsive sizing, queuing, and validation support Implement form submission with validation, error handling, and loading states Implement country/state selectors with dynamic data loading and Bootstrap styling Revert Rsx::Route() highlighting in Blade/PHP files Target specific PHP scopes for Rsx::Route() highlighting in Blade Expand injection selector for Rsx::Route() highlighting Add custom syntax highlighting for Rsx::Route() and Rsx.Route() calls Update jqhtml packages to v2.2.165 Add bundle path validation for common mistakes (development mode only) Create Ajax_Select_Input widget and Rsx_Reference_Data controller Create Country_Select_Input widget with default country support Initialize Tom Select on Select_Input widgets Add Tom Select bundle for enhanced select dropdowns Implement ISO 3166 geographic data system for country/region selection Implement widget-based form system with disabled state support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
node_modules/webpack/schemas/WebpackOptions.check.js
generated
vendored
2
node_modules/webpack/schemas/WebpackOptions.check.js
generated
vendored
File diff suppressed because one or more lines are too long
189
node_modules/webpack/schemas/WebpackOptions.json
generated
vendored
189
node_modules/webpack/schemas/WebpackOptions.json
generated
vendored
@@ -148,7 +148,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((pathData: import(\"../lib/Compilation\").PathData, assetInfo?: import(\"../lib/Compilation\").AssetInfo) => string)"
|
||||
"tsType": "(import(\"../lib/TemplatedPathPlugin\").TemplatePathFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -161,7 +161,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((pathData: import(\"../lib/Compilation\").PathData, assetInfo?: import(\"../lib/Compilation\").AssetInfo) => string)"
|
||||
"tsType": "(import(\"../lib/TemplatedPathPlugin\").TemplatePathFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -352,7 +352,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((filename: string) => boolean)"
|
||||
"tsType": "(import(\"../lib/CleanPlugin\").KeepFn)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -609,7 +609,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((context: TODO) => string)"
|
||||
"tsType": "import('../lib/ModuleFilenameHelpers').ModuleFilenameTemplateFunction"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -965,7 +965,7 @@
|
||||
"description": "Enables/Disables experiments (experimental features with relax SemVer compatibility).",
|
||||
"type": "object",
|
||||
"implements": ["#/definitions/ExperimentsCommon"],
|
||||
"additionalProperties": false,
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"asyncWebAssembly": {
|
||||
"description": "Support WebAssembly as asynchronous EcmaScript Module.",
|
||||
@@ -1002,10 +1002,6 @@
|
||||
"description": "Apply defaults of next major version.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"layers": {
|
||||
"description": "Enable module layers.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"lazyCompilation": {
|
||||
"description": "Compile entrypoints and import()s only when they are accessed.",
|
||||
"anyOf": [
|
||||
@@ -1024,10 +1020,6 @@
|
||||
"syncWebAssembly": {
|
||||
"description": "Support WebAssembly as synchronous EcmaScript Module (outdated).",
|
||||
"type": "boolean"
|
||||
},
|
||||
"topLevelAwait": {
|
||||
"description": "Allow using top-level-await in EcmaScript Modules.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1052,10 +1044,6 @@
|
||||
"description": "Apply defaults of next major version.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"layers": {
|
||||
"description": "Enable module layers.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"outputModule": {
|
||||
"description": "Allow output javascript files as module source type.",
|
||||
"type": "boolean"
|
||||
@@ -1063,10 +1051,6 @@
|
||||
"syncWebAssembly": {
|
||||
"description": "Support WebAssembly as synchronous EcmaScript Module (outdated).",
|
||||
"type": "boolean"
|
||||
},
|
||||
"topLevelAwait": {
|
||||
"description": "Allow using top-level-await in EcmaScript Modules.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1108,10 +1092,6 @@
|
||||
"description": "Apply defaults of next major version.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"layers": {
|
||||
"description": "Enable module layers.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"lazyCompilation": {
|
||||
"description": "Compile entrypoints and import()s only when they are accessed.",
|
||||
"anyOf": [
|
||||
@@ -1130,10 +1110,6 @@
|
||||
"syncWebAssembly": {
|
||||
"description": "Support WebAssembly as synchronous EcmaScript Module (outdated).",
|
||||
"type": "boolean"
|
||||
},
|
||||
"topLevelAwait": {
|
||||
"description": "Allow using top-level-await in EcmaScript Modules.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1210,54 +1186,12 @@
|
||||
"ExternalItemFunctionCallback": {
|
||||
"description": "The function is called on each dependency (`function(context, request, callback(err, result))`).",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((data: ExternalItemFunctionData, callback: (err?: (Error | null), result?: ExternalItemValue) => void) => void)"
|
||||
},
|
||||
"ExternalItemFunctionData": {
|
||||
"description": "Data object passed as argument when a function is set for 'externals'.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"context": {
|
||||
"description": "The directory in which the request is placed.",
|
||||
"type": "string"
|
||||
},
|
||||
"contextInfo": {
|
||||
"description": "Contextual information.",
|
||||
"type": "object",
|
||||
"tsType": "import('../lib/ModuleFactory').ModuleFactoryCreateDataContextInfo"
|
||||
},
|
||||
"dependencyType": {
|
||||
"description": "The category of the referencing dependencies.",
|
||||
"type": "string"
|
||||
},
|
||||
"getResolve": {
|
||||
"$ref": "#/definitions/ExternalItemFunctionDataGetResolve"
|
||||
},
|
||||
"request": {
|
||||
"description": "The request as written by the user in the require/import expression/statement.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ExternalItemFunctionDataGetResolve": {
|
||||
"description": "Get a resolve function with the current resolver options.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((options?: ResolveOptions) => ExternalItemFunctionDataGetResolveCallbackResult | ExternalItemFunctionDataGetResolveResult)"
|
||||
},
|
||||
"ExternalItemFunctionDataGetResolveCallbackResult": {
|
||||
"description": "Result of get a resolve function with the current resolver options.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((context: string, request: string, callback: (err?: Error | null, result?: string | false, resolveRequest?: import('enhanced-resolve').ResolveRequest) => void) => void)"
|
||||
},
|
||||
"ExternalItemFunctionDataGetResolveResult": {
|
||||
"description": "Callback result of get a resolve function with the current resolver options.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((context: string, request: string) => Promise<string>)"
|
||||
"tsType": "(import(\"../lib/ExternalModuleFactoryPlugin\").ExternalItemFunctionCallback)"
|
||||
},
|
||||
"ExternalItemFunctionPromise": {
|
||||
"description": "The function is called on each dependency (`function(context, request)`).",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((data: ExternalItemFunctionData) => Promise<ExternalItemValue>)"
|
||||
"tsType": "(import(\"../lib/ExternalModuleFactoryPlugin\").ExternalItemFunctionPromise)"
|
||||
},
|
||||
"ExternalItemValue": {
|
||||
"description": "The dependency used for the external.",
|
||||
@@ -1526,7 +1460,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((pathData: import(\"../lib/Compilation\").PathData, assetInfo?: import(\"../lib/Compilation\").AssetInfo) => string)"
|
||||
"tsType": "(import(\"../lib/TemplatedPathPlugin\").TemplatePathFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1587,12 +1521,18 @@
|
||||
"asset": {
|
||||
"$ref": "#/definitions/AssetGeneratorOptions"
|
||||
},
|
||||
"asset/bytes": {
|
||||
"$ref": "#/definitions/EmptyGeneratorOptions"
|
||||
},
|
||||
"asset/inline": {
|
||||
"$ref": "#/definitions/AssetInlineGeneratorOptions"
|
||||
},
|
||||
"asset/resource": {
|
||||
"$ref": "#/definitions/AssetResourceGeneratorOptions"
|
||||
},
|
||||
"asset/source": {
|
||||
"$ref": "#/definitions/EmptyGeneratorOptions"
|
||||
},
|
||||
"css": {
|
||||
"$ref": "#/definitions/CssGeneratorOptions"
|
||||
},
|
||||
@@ -1628,8 +1568,21 @@
|
||||
"minLength": 1
|
||||
},
|
||||
"HashDigest": {
|
||||
"description": "Digest type used for the hash.",
|
||||
"type": "string"
|
||||
"description": "Digest types used for the hash.",
|
||||
"enum": [
|
||||
"base64",
|
||||
"base64url",
|
||||
"hex",
|
||||
"binary",
|
||||
"utf8",
|
||||
"utf-8",
|
||||
"utf16le",
|
||||
"utf-16le",
|
||||
"latin1",
|
||||
"ascii",
|
||||
"ucs2",
|
||||
"ucs-2"
|
||||
]
|
||||
},
|
||||
"HashDigestLength": {
|
||||
"description": "Number of chars which are used for the hash.",
|
||||
@@ -1846,7 +1799,7 @@
|
||||
"JavascriptParserOptions": {
|
||||
"description": "Parser options for javascript modules.",
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"amd": {
|
||||
"$ref": "#/definitions/Amd"
|
||||
@@ -2088,7 +2041,7 @@
|
||||
"parse": {
|
||||
"description": "Function to parser content and return JSON.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((input: string) => Buffer | import('../lib/json/JsonParser').JsonValue)"
|
||||
"tsType": "(import('../lib/json/JsonParser').ParseFn)"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2139,7 +2092,7 @@
|
||||
{
|
||||
"description": "A custom listen function.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((server: import(\"net\").Server) => void)"
|
||||
"tsType": "import(\"../lib/hmr/lazyCompilationBackend\").Listen"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2160,7 +2113,7 @@
|
||||
{
|
||||
"description": "A custom create server function.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "(() => import(\"../lib/hmr/lazyCompilationBackend\").Server)"
|
||||
"tsType": "(import(\"../lib/hmr/lazyCompilationBackend\").CreateServerFunction)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2177,7 +2130,7 @@
|
||||
{
|
||||
"description": "A custom backend.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "(((compiler: import('../lib/Compiler'), callback: (err: Error | null, api?: import(\"../lib/hmr/LazyCompilationPlugin\").BackendApi) => void) => void) | ((compiler: import('../lib/Compiler')) => Promise<import(\"../lib/hmr/LazyCompilationPlugin\").BackendApi>))"
|
||||
"tsType": "(import(\"../lib/hmr/LazyCompilationPlugin\").BackEnd)"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/LazyCompilationDefaultBackendOptions"
|
||||
@@ -2204,7 +2157,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((module: import('../lib/Module')) => boolean)"
|
||||
"tsType": "(import('../lib/hmr/LazyCompilationPlugin').TestFn)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2928,9 +2881,6 @@
|
||||
{
|
||||
"enum": ["..."]
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/Falsy"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/WebpackPluginInstance"
|
||||
},
|
||||
@@ -3090,7 +3040,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
|
||||
"tsType": "(import('../lib/optimize/SplitChunksPlugin').ChunkFilterFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3116,7 +3066,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((pathData: import(\"../lib/Compilation\").PathData, assetInfo?: import(\"../lib/Compilation\").AssetInfo) => string)"
|
||||
"tsType": "(import(\"../lib/TemplatedPathPlugin\").TemplatePathFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3214,7 +3164,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((module: import('../lib/Module'), chunks: import('../lib/Chunk')[], key: string) => string | undefined)"
|
||||
"tsType": "(import('../lib/optimize/SplitChunksPlugin').GetNameFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3339,7 +3289,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
|
||||
"tsType": "(import('../lib/optimize/SplitChunksPlugin').ChunkFilterFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3382,7 +3332,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
|
||||
"tsType": "(import('../lib/optimize/SplitChunksPlugin').ChunkFilterFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3438,7 +3388,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((pathData: import(\"../lib/Compilation\").PathData, assetInfo?: import(\"../lib/Compilation\").AssetInfo) => string)"
|
||||
"tsType": "(import(\"../lib/TemplatedPathPlugin\").TemplatePathFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3520,7 +3470,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((module: import('../lib/Module'), chunks: import('../lib/Chunk')[], key: string) => string | undefined)"
|
||||
"tsType": "(import('../lib/optimize/SplitChunksPlugin').GetNameFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3956,6 +3906,9 @@
|
||||
"asset": {
|
||||
"$ref": "#/definitions/AssetParserOptions"
|
||||
},
|
||||
"asset/bytes": {
|
||||
"$ref": "#/definitions/EmptyParserOptions"
|
||||
},
|
||||
"asset/inline": {
|
||||
"$ref": "#/definitions/EmptyParserOptions"
|
||||
},
|
||||
@@ -4063,6 +4016,21 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"PluginsNormalized": {
|
||||
"description": "Add additional plugins to the compiler.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"description": "Plugin of type object or instanceof Function.",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/WebpackPluginInstance"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/WebpackPluginFunction"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Profile": {
|
||||
"description": "Capture timing information for each module.",
|
||||
"type": "boolean"
|
||||
@@ -4086,7 +4054,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((pathData: import(\"../lib/Compilation\").PathData, assetInfo?: import(\"../lib/Compilation\").AssetInfo) => string)"
|
||||
"tsType": "(import(\"../lib/TemplatedPathPlugin\").TemplatePathFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -4722,6 +4690,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"extractSourceMap": {
|
||||
"description": "Enable/Disable extracting source map.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"generator": {
|
||||
"description": "The options for the module generator.",
|
||||
"type": "object"
|
||||
@@ -5010,6 +4982,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"contextModule": {
|
||||
"description": "Options for snapshotting the context module to determine if it needs to be built again.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"hash": {
|
||||
"description": "Use hashes of the content of the files/directories to determine invalidation.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"timestamp": {
|
||||
"description": "Use timestamps of the files/directories to determine invalidation.",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"immutablePaths": {
|
||||
"description": "List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
|
||||
"type": "array",
|
||||
@@ -5172,7 +5159,17 @@
|
||||
},
|
||||
"children": {
|
||||
"description": "Add children information.",
|
||||
"type": "boolean"
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/StatsValue"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/StatsValue"
|
||||
}
|
||||
]
|
||||
},
|
||||
"chunkGroupAuxiliary": {
|
||||
"description": "Display auxiliary assets in chunk groups.",
|
||||
@@ -5676,7 +5673,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((warning: import('../lib/stats/DefaultStatsFactoryPlugin').StatsError, value: string) => boolean)"
|
||||
"tsType": "(import(\"../lib/stats/DefaultStatsPresetPlugin\").WarningFilterFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -5865,7 +5862,7 @@
|
||||
"$ref": "#/definitions/Performance"
|
||||
},
|
||||
"plugins": {
|
||||
"$ref": "#/definitions/Plugins"
|
||||
"$ref": "#/definitions/PluginsNormalized"
|
||||
},
|
||||
"profile": {
|
||||
"$ref": "#/definitions/Profile"
|
||||
|
||||
2
node_modules/webpack/schemas/plugins/BannerPlugin.check.js
generated
vendored
2
node_modules/webpack/schemas/plugins/BannerPlugin.check.js
generated
vendored
@@ -3,4 +3,4 @@
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
"use strict";function n(t,{instancePath:e="",parentData:s,parentDataProperty:l,rootData:a=t}={}){let r=null,o=0;const u=o;let i=!1;const p=o;if(o===p)if(Array.isArray(t)){const n=t.length;for(let e=0;e<n;e++){let n=t[e];const s=o,l=o;let a=!1,u=null;const i=o,p=o;let f=!1;const h=o;if(!(n instanceof RegExp)){const n={params:{}};null===r?r=[n]:r.push(n),o++}var c=h===o;if(f=f||c,!f){const t=o;if(o===t)if("string"==typeof n){if(n.length<1){const n={params:{}};null===r?r=[n]:r.push(n),o++}}else{const n={params:{type:"string"}};null===r?r=[n]:r.push(n),o++}c=t===o,f=f||c}if(f)o=p,null!==r&&(p?r.length=p:r=null);else{const n={params:{}};null===r?r=[n]:r.push(n),o++}if(i===o&&(a=!0,u=0),a)o=l,null!==r&&(l?r.length=l:r=null);else{const n={params:{passingSchemas:u}};null===r?r=[n]:r.push(n),o++}if(s!==o)break}}else{const n={params:{type:"array"}};null===r?r=[n]:r.push(n),o++}var f=p===o;if(i=i||f,!i){const n=o,e=o;let s=!1;const l=o;if(!(t instanceof RegExp)){const n={params:{}};null===r?r=[n]:r.push(n),o++}var h=l===o;if(s=s||h,!s){const n=o;if(o===n)if("string"==typeof t){if(t.length<1){const n={params:{}};null===r?r=[n]:r.push(n),o++}}else{const n={params:{type:"string"}};null===r?r=[n]:r.push(n),o++}h=n===o,s=s||h}if(s)o=e,null!==r&&(e?r.length=e:r=null);else{const n={params:{}};null===r?r=[n]:r.push(n),o++}f=n===o,i=i||f}if(!i){const t={params:{}};return null===r?r=[t]:r.push(t),o++,n.errors=r,!1}return o=u,null!==r&&(u?r.length=u:r=null),n.errors=r,0===o}function t(e,{instancePath:s="",parentData:l,parentDataProperty:a,rootData:r=e}={}){let o=null,u=0;const i=u;let p=!1;const c=u;if(u===c)if("string"==typeof e){if(e.length<1){const n={params:{}};null===o?o=[n]:o.push(n),u++}}else{const n={params:{type:"string"}};null===o?o=[n]:o.push(n),u++}var f=c===u;if(p=p||f,!p){const t=u;if(u===t)if(e&&"object"==typeof e&&!Array.isArray(e)){let t;if(void 0===e.banner&&(t="banner")){const n={params:{missingProperty:t}};null===o?o=[n]:o.push(n),u++}else{const t=u;for(const n in e)if("banner"!==n&&"entryOnly"!==n&&"exclude"!==n&&"footer"!==n&&"include"!==n&&"raw"!==n&&"stage"!==n&&"test"!==n){const t={params:{additionalProperty:n}};null===o?o=[t]:o.push(t),u++;break}if(t===u){if(void 0!==e.banner){let n=e.banner;const t=u,s=u;let l=!1;const a=u;if("string"!=typeof n){const n={params:{type:"string"}};null===o?o=[n]:o.push(n),u++}var h=a===u;if(l=l||h,!l){const t=u;if(!(n instanceof Function)){const n={params:{}};null===o?o=[n]:o.push(n),u++}h=t===u,l=l||h}if(l)u=s,null!==o&&(s?o.length=s:o=null);else{const n={params:{}};null===o?o=[n]:o.push(n),u++}var m=t===u}else m=!0;if(m){if(void 0!==e.entryOnly){const n=u;if("boolean"!=typeof e.entryOnly){const n={params:{type:"boolean"}};null===o?o=[n]:o.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==e.exclude){const t=u,l=u;let a=!1,i=null;const p=u;if(n(e.exclude,{instancePath:s+"/exclude",parentData:e,parentDataProperty:"exclude",rootData:r})||(o=null===o?n.errors:o.concat(n.errors),u=o.length),p===u&&(a=!0,i=0),a)u=l,null!==o&&(l?o.length=l:o=null);else{const n={params:{passingSchemas:i}};null===o?o=[n]:o.push(n),u++}m=t===u}else m=!0;if(m){if(void 0!==e.footer){const n=u;if("boolean"!=typeof e.footer){const n={params:{type:"boolean"}};null===o?o=[n]:o.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==e.include){const t=u,l=u;let a=!1,i=null;const p=u;if(n(e.include,{instancePath:s+"/include",parentData:e,parentDataProperty:"include",rootData:r})||(o=null===o?n.errors:o.concat(n.errors),u=o.length),p===u&&(a=!0,i=0),a)u=l,null!==o&&(l?o.length=l:o=null);else{const n={params:{passingSchemas:i}};null===o?o=[n]:o.push(n),u++}m=t===u}else m=!0;if(m){if(void 0!==e.raw){const n=u;if("boolean"!=typeof e.raw){const n={params:{type:"boolean"}};null===o?o=[n]:o.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==e.stage){const n=u;if("number"!=typeof e.stage){const n={params:{type:"number"}};null===o?o=[n]:o.push(n),u++}m=n===u}else m=!0;if(m)if(void 0!==e.test){const t=u,l=u;let a=!1,i=null;const p=u;if(n(e.test,{instancePath:s+"/test",parentData:e,parentDataProperty:"test",rootData:r})||(o=null===o?n.errors:o.concat(n.errors),u=o.length),p===u&&(a=!0,i=0),a)u=l,null!==o&&(l?o.length=l:o=null);else{const n={params:{passingSchemas:i}};null===o?o=[n]:o.push(n),u++}m=t===u}else m=!0}}}}}}}}}else{const n={params:{type:"object"}};null===o?o=[n]:o.push(n),u++}if(f=t===u,p=p||f,!p){const n=u;if(!(e instanceof Function)){const n={params:{}};null===o?o=[n]:o.push(n),u++}f=n===u,p=p||f}}if(!p){const n={params:{}};return null===o?o=[n]:o.push(n),u++,t.errors=o,!1}return u=i,null!==o&&(i?o.length=i:o=null),t.errors=o,0===u}module.exports=t,module.exports.default=t;
|
||||
"use strict";function n(t,{instancePath:s="",parentData:e,parentDataProperty:l,rootData:a=t}={}){let o=null,r=0;const u=r;let i=!1;const p=r;if(r===p)if(Array.isArray(t)){const n=t.length;for(let s=0;s<n;s++){let n=t[s];const e=r,l=r;let a=!1,u=null;const i=r,p=r;let f=!1;const h=r;if(!(n instanceof RegExp)){const n={params:{}};null===o?o=[n]:o.push(n),r++}var c=h===r;if(f=f||c,!f){const t=r;if(r===t)if("string"==typeof n){if(n.length<1){const n={params:{}};null===o?o=[n]:o.push(n),r++}}else{const n={params:{type:"string"}};null===o?o=[n]:o.push(n),r++}if(c=t===r,f=f||c,!f){const t=r;if(!(n instanceof Function)){const n={params:{}};null===o?o=[n]:o.push(n),r++}c=t===r,f=f||c}}if(f)r=p,null!==o&&(p?o.length=p:o=null);else{const n={params:{}};null===o?o=[n]:o.push(n),r++}if(i===r&&(a=!0,u=0),a)r=l,null!==o&&(l?o.length=l:o=null);else{const n={params:{passingSchemas:u}};null===o?o=[n]:o.push(n),r++}if(e!==r)break}}else{const n={params:{type:"array"}};null===o?o=[n]:o.push(n),r++}var f=p===r;if(i=i||f,!i){const n=r,s=r;let e=!1;const l=r;if(!(t instanceof RegExp)){const n={params:{}};null===o?o=[n]:o.push(n),r++}var h=l===r;if(e=e||h,!e){const n=r;if(r===n)if("string"==typeof t){if(t.length<1){const n={params:{}};null===o?o=[n]:o.push(n),r++}}else{const n={params:{type:"string"}};null===o?o=[n]:o.push(n),r++}if(h=n===r,e=e||h,!e){const n=r;if(!(t instanceof Function)){const n={params:{}};null===o?o=[n]:o.push(n),r++}h=n===r,e=e||h}}if(e)r=s,null!==o&&(s?o.length=s:o=null);else{const n={params:{}};null===o?o=[n]:o.push(n),r++}f=n===r,i=i||f}if(!i){const t={params:{}};return null===o?o=[t]:o.push(t),r++,n.errors=o,!1}return r=u,null!==o&&(u?o.length=u:o=null),n.errors=o,0===r}function t(s,{instancePath:e="",parentData:l,parentDataProperty:a,rootData:o=s}={}){let r=null,u=0;const i=u;let p=!1;const c=u;if(u===c)if("string"==typeof s){if(s.length<1){const n={params:{}};null===r?r=[n]:r.push(n),u++}}else{const n={params:{type:"string"}};null===r?r=[n]:r.push(n),u++}var f=c===u;if(p=p||f,!p){const t=u;if(u===t)if(s&&"object"==typeof s&&!Array.isArray(s)){let t;if(void 0===s.banner&&(t="banner")){const n={params:{missingProperty:t}};null===r?r=[n]:r.push(n),u++}else{const t=u;for(const n in s)if("banner"!==n&&"entryOnly"!==n&&"exclude"!==n&&"footer"!==n&&"include"!==n&&"raw"!==n&&"stage"!==n&&"test"!==n){const t={params:{additionalProperty:n}};null===r?r=[t]:r.push(t),u++;break}if(t===u){if(void 0!==s.banner){let n=s.banner;const t=u,e=u;let l=!1;const a=u;if("string"!=typeof n){const n={params:{type:"string"}};null===r?r=[n]:r.push(n),u++}var h=a===u;if(l=l||h,!l){const t=u;if(!(n instanceof Function)){const n={params:{}};null===r?r=[n]:r.push(n),u++}h=t===u,l=l||h}if(l)u=e,null!==r&&(e?r.length=e:r=null);else{const n={params:{}};null===r?r=[n]:r.push(n),u++}var m=t===u}else m=!0;if(m){if(void 0!==s.entryOnly){const n=u;if("boolean"!=typeof s.entryOnly){const n={params:{type:"boolean"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==s.exclude){const t=u,l=u;let a=!1,i=null;const p=u;if(n(s.exclude,{instancePath:e+"/exclude",parentData:s,parentDataProperty:"exclude",rootData:o})||(r=null===r?n.errors:r.concat(n.errors),u=r.length),p===u&&(a=!0,i=0),a)u=l,null!==r&&(l?r.length=l:r=null);else{const n={params:{passingSchemas:i}};null===r?r=[n]:r.push(n),u++}m=t===u}else m=!0;if(m){if(void 0!==s.footer){const n=u;if("boolean"!=typeof s.footer){const n={params:{type:"boolean"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==s.include){const t=u,l=u;let a=!1,i=null;const p=u;if(n(s.include,{instancePath:e+"/include",parentData:s,parentDataProperty:"include",rootData:o})||(r=null===r?n.errors:r.concat(n.errors),u=r.length),p===u&&(a=!0,i=0),a)u=l,null!==r&&(l?r.length=l:r=null);else{const n={params:{passingSchemas:i}};null===r?r=[n]:r.push(n),u++}m=t===u}else m=!0;if(m){if(void 0!==s.raw){const n=u;if("boolean"!=typeof s.raw){const n={params:{type:"boolean"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m){if(void 0!==s.stage){const n=u;if("number"!=typeof s.stage){const n={params:{type:"number"}};null===r?r=[n]:r.push(n),u++}m=n===u}else m=!0;if(m)if(void 0!==s.test){const t=u,l=u;let a=!1,i=null;const p=u;if(n(s.test,{instancePath:e+"/test",parentData:s,parentDataProperty:"test",rootData:o})||(r=null===r?n.errors:r.concat(n.errors),u=r.length),p===u&&(a=!0,i=0),a)u=l,null!==r&&(l?r.length=l:r=null);else{const n={params:{passingSchemas:i}};null===r?r=[n]:r.push(n),u++}m=t===u}else m=!0}}}}}}}}}else{const n={params:{type:"object"}};null===r?r=[n]:r.push(n),u++}if(f=t===u,p=p||f,!p){const n=u;if(!(s instanceof Function)){const n={params:{}};null===r?r=[n]:r.push(n),u++}f=n===u,p=p||f}}if(!p){const n={params:{}};return null===r?r=[n]:r.push(n),u++,t.errors=r,!1}return u=i,null!==r&&(i?r.length=i:r=null),t.errors=r,0===u}module.exports=t,module.exports.default=t;
|
||||
4
node_modules/webpack/schemas/plugins/BannerPlugin.json
generated
vendored
4
node_modules/webpack/schemas/plugins/BannerPlugin.json
generated
vendored
@@ -15,6 +15,10 @@
|
||||
{
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((str: string) => boolean)"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
7
node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.d.ts
generated
vendored
7
node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.d.ts
generated
vendored
@@ -1,7 +0,0 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
declare const check: (options: import("../../declarations/plugins/HashedModuleIdsPlugin").HashedModuleIdsPluginOptions) => boolean;
|
||||
export = check;
|
||||
6
node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.js
generated
vendored
6
node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.js
generated
vendored
@@ -1,6 +0,0 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
const t=/^(?:[A-Za-z]:[\\/]|\\\\|\/)/;function e(r,{instancePath:s="",parentData:n,parentDataProperty:a,rootData:i=r}={}){let o=null,l=0;if(0===l){if(!r||"object"!=typeof r||Array.isArray(r))return e.errors=[{params:{type:"object"}}],!1;{const s=l;for(const t in r)if("context"!==t&&"hashDigest"!==t&&"hashDigestLength"!==t&&"hashFunction"!==t)return e.errors=[{params:{additionalProperty:t}}],!1;if(s===l){if(void 0!==r.context){let s=r.context;const n=l;if(l===n){if("string"!=typeof s)return e.errors=[{params:{type:"string"}}],!1;if(s.includes("!")||!0!==t.test(s))return e.errors=[{params:{}}],!1}var u=n===l}else u=!0;if(u){if(void 0!==r.hashDigest){let t=r.hashDigest;const s=l;if("hex"!==t&&"latin1"!==t&&"base64"!==t)return e.errors=[{params:{}}],!1;u=s===l}else u=!0;if(u){if(void 0!==r.hashDigestLength){let t=r.hashDigestLength;const s=l;if(l===s){if("number"!=typeof t)return e.errors=[{params:{type:"number"}}],!1;if(t<1||isNaN(t))return e.errors=[{params:{comparison:">=",limit:1}}],!1}u=s===l}else u=!0;if(u)if(void 0!==r.hashFunction){let t=r.hashFunction;const s=l,n=l;let a=!1,i=null;const p=l,h=l;let c=!1;const m=l;if(l===m)if("string"==typeof t){if(t.length<1){const t={params:{}};null===o?o=[t]:o.push(t),l++}}else{const t={params:{type:"string"}};null===o?o=[t]:o.push(t),l++}var f=m===l;if(c=c||f,!c){const e=l;if(!(t instanceof Function)){const t={params:{}};null===o?o=[t]:o.push(t),l++}f=e===l,c=c||f}if(c)l=h,null!==o&&(h?o.length=h:o=null);else{const t={params:{}};null===o?o=[t]:o.push(t),l++}if(p===l&&(a=!0,i=0),!a){const t={params:{passingSchemas:i}};return null===o?o=[t]:o.push(t),l++,e.errors=o,!1}l=n,null!==o&&(n?o.length=n:o=null),u=s===l}else u=!0}}}}}return e.errors=o,0===l}module.exports=e,module.exports.default=e;
|
||||
2
node_modules/webpack/schemas/plugins/IgnorePlugin.json
generated
vendored
2
node_modules/webpack/schemas/plugins/IgnorePlugin.json
generated
vendored
@@ -25,7 +25,7 @@
|
||||
"checkResource": {
|
||||
"description": "A filter function for resource and context.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((resource: string, context: string) => boolean)"
|
||||
"tsType": "(import(\"../../lib/IgnorePlugin\").CheckResourceFn)"
|
||||
}
|
||||
},
|
||||
"required": ["checkResource"]
|
||||
|
||||
2
node_modules/webpack/schemas/plugins/ProgressPlugin.json
generated
vendored
2
node_modules/webpack/schemas/plugins/ProgressPlugin.json
generated
vendored
@@ -3,7 +3,7 @@
|
||||
"HandlerFunction": {
|
||||
"description": "Function that executes for every progress step.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((percentage: number, msg: string, ...args: string[]) => void)"
|
||||
"tsType": "(import(\"../../lib/ProgressPlugin\").HandlerFn)"
|
||||
},
|
||||
"ProgressPluginOptions": {
|
||||
"description": "Options object for the ProgressPlugin.",
|
||||
|
||||
2
node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js
generated
vendored
2
node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js
generated
vendored
File diff suppressed because one or more lines are too long
6
node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json
generated
vendored
6
node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json
generated
vendored
@@ -10,6 +10,10 @@
|
||||
{
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((str: string) => boolean)"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -50,7 +54,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((pathData: import(\"../../lib/Compilation\").PathData, assetInfo?: import(\"../../lib/Compilation\").AssetInfo) => string)"
|
||||
"tsType": "(import(\"../../lib/TemplatedPathPlugin\").TemplatePathFn)"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
0
node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ExternalsType.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ExternalsType.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ExternalsType.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ExternalsType.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ExternalsType.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ExternalsType.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssAutoParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssGlobalParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssParserOptions.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/css/CssParserOptions.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Executable file → Normal file
7
node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.d.ts
generated
vendored
Normal file
7
node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
declare const check: (options: import("../../../declarations/plugins/ids/HashedModuleIdsPlugin").HashedModuleIdsPluginOptions) => boolean;
|
||||
export = check;
|
||||
6
node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.js
generated
vendored
Normal file
6
node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn fix:special` to update
|
||||
*/
|
||||
const t=/^(?:[A-Za-z]:[\\/]|\\\\|\/)/;function e(s,{instancePath:r="",parentData:n,parentDataProperty:a,rootData:i=s}={}){let o=null,l=0;if(0===l){if(!s||"object"!=typeof s||Array.isArray(s))return e.errors=[{params:{type:"object"}}],!1;{const r=l;for(const t in s)if("context"!==t&&"hashDigest"!==t&&"hashDigestLength"!==t&&"hashFunction"!==t)return e.errors=[{params:{additionalProperty:t}}],!1;if(r===l){if(void 0!==s.context){let r=s.context;const n=l;if(l===n){if("string"!=typeof r)return e.errors=[{params:{type:"string"}}],!1;if(r.includes("!")||!0!==t.test(r))return e.errors=[{params:{}}],!1}var u=n===l}else u=!0;if(u){if(void 0!==s.hashDigest){let t=s.hashDigest;const r=l;if("base64"!==t&&"base64url"!==t&&"hex"!==t&&"binary"!==t&&"utf8"!==t&&"utf-8"!==t&&"utf16le"!==t&&"utf-16le"!==t&&"latin1"!==t&&"ascii"!==t&&"ucs2"!==t&&"ucs-2"!==t)return e.errors=[{params:{}}],!1;u=r===l}else u=!0;if(u){if(void 0!==s.hashDigestLength){let t=s.hashDigestLength;const r=l;if(l===r){if("number"!=typeof t)return e.errors=[{params:{type:"number"}}],!1;if(t<1||isNaN(t))return e.errors=[{params:{comparison:">=",limit:1}}],!1}u=r===l}else u=!0;if(u)if(void 0!==s.hashFunction){let t=s.hashFunction;const r=l,n=l;let a=!1,i=null;const c=l,p=l;let h=!1;const m=l;if(l===m)if("string"==typeof t){if(t.length<1){const t={params:{}};null===o?o=[t]:o.push(t),l++}}else{const t={params:{type:"string"}};null===o?o=[t]:o.push(t),l++}var f=m===l;if(h=h||f,!h){const e=l;if(!(t instanceof Function)){const t={params:{}};null===o?o=[t]:o.push(t),l++}f=e===l,h=h||f}if(h)l=p,null!==o&&(p?o.length=p:o=null);else{const t={params:{}};null===o?o=[t]:o.push(t),l++}if(c===l&&(a=!0,i=0),!a){const t={params:{passingSchemas:i}};return null===o?o=[t]:o.push(t),l++,e.errors=o,!1}l=n,null!==o&&(n?o.length=n:o=null),u=r===l}else u=!0}}}}}return e.errors=o,0===l}module.exports=e,module.exports.default=e;
|
||||
17
node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.json → node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.json
generated
vendored
Executable file → Normal file
17
node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.json → node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.json
generated
vendored
Executable file → Normal file
@@ -9,7 +9,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "typeof import('../../lib/util/Hash')"
|
||||
"tsType": "typeof import('../../../lib/util/Hash')"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,7 +25,20 @@
|
||||
},
|
||||
"hashDigest": {
|
||||
"description": "The encoding to use when generating the hash, defaults to 'base64'. All encodings from Node.JS' hash.digest are supported.",
|
||||
"enum": ["hex", "latin1", "base64"]
|
||||
"enum": [
|
||||
"base64",
|
||||
"base64url",
|
||||
"hex",
|
||||
"binary",
|
||||
"utf8",
|
||||
"utf-8",
|
||||
"utf16le",
|
||||
"utf-16le",
|
||||
"latin1",
|
||||
"ascii",
|
||||
"ucs2",
|
||||
"ucs-2"
|
||||
]
|
||||
},
|
||||
"hashDigestLength": {
|
||||
"description": "The prefix length of the hash digest to use, defaults to 4.",
|
||||
0
node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/VirtualUrlPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/VirtualUrlPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/VirtualUrlPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/schemes/VirtualUrlPlugin.check.js
generated
vendored
Executable file → Normal file
6
node_modules/webpack/schemas/plugins/schemes/VirtualUrlPlugin.json
generated
vendored
Executable file → Normal file
6
node_modules/webpack/schemas/plugins/schemes/VirtualUrlPlugin.json
generated
vendored
Executable file → Normal file
@@ -8,7 +8,7 @@
|
||||
"source": {
|
||||
"description": "The source function that provides the virtual content.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "((loaderContext: import('webpack').LoaderContext<EXPECTED_ANY>) => Promise<string> | string)"
|
||||
"tsType": "(import('../../../lib/schemes/VirtualUrlPlugin').SourceFn)"
|
||||
},
|
||||
"type": {
|
||||
"description": "The module type.",
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "(() => string | undefined)"
|
||||
"tsType": "(import('../../../lib/schemes/VirtualUrlPlugin').VersionFn)"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
{
|
||||
"instanceof": "Function",
|
||||
"tsType": "((loaderContext: import('webpack').LoaderContext<EXPECTED_ANY>) => Promise<string> | string)"
|
||||
"tsType": "(import('../../../lib/schemes/VirtualUrlPlugin').SourceFn)"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/VirtualModule"
|
||||
|
||||
0
node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.d.ts
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.js
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/SharePlugin.json
generated
vendored
Executable file → Normal file
0
node_modules/webpack/schemas/plugins/sharing/SharePlugin.json
generated
vendored
Executable file → Normal file
Reference in New Issue
Block a user