first commit
This commit is contained in:
7
app_vue/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts
generated
vendored
Normal file
7
app_vue/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.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/debug/ProfilingPlugin").ProfilingPluginOptions) => boolean;
|
||||
export = check;
|
6
app_vue/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js
generated
vendored
Normal file
6
app_vue/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.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 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
app_vue/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Normal file
12
app_vue/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json
generated
vendored
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user