Updated the files.
This commit is contained in:
parent
1553e6b971
commit
753967d4f5
23418 changed files with 3784666 additions and 0 deletions
7
my-app/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts
generated
vendored
Executable file
7
my-app/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts
generated
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn special-lint-fix` to update
|
||||
*/
|
||||
declare const check: (options: import("../../../declarations/plugins/debug/ProfilingPlugin").ProfilingPluginOptions) => boolean;
|
||||
export = check;
|
6
my-app/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js
generated
vendored
Executable file
6
my-app/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js
generated
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn special-lint-fix` to update
|
||||
*/
|
||||
const r=/^(?:[A-Za-z]:[\\/]|\\\\|\/)/;function t(e,{instancePath:a="",parentData:o,parentDataProperty:n,rootData:s=e}={}){if(!e||"object"!=typeof e||Array.isArray(e))return t.errors=[{params:{type:"object"}}],!1;{const a=0;for(const r in e)if("outputPath"!==r)return t.errors=[{params:{additionalProperty:r}}],!1;if(0===a&&void 0!==e.outputPath){let a=e.outputPath;if("string"!=typeof a)return t.errors=[{params:{type:"string"}}],!1;if(a.includes("!")||!0!==r.test(a))return t.errors=[{params:{}}],!1}}return t.errors=null,!0}module.exports=t,module.exports.default=t;
|
12
my-app/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Executable file
12
my-app/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Executable file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"title": "ProfilingPluginOptions",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"outputPath": {
|
||||
"description": "Path to the output file e.g. `path.resolve(__dirname, 'profiling/events.json')`. Defaults to `events.json`.",
|
||||
"type": "string",
|
||||
"absolutePath": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue