| | |
| | | "type": "object", |
| | | "additionalProperties": false, |
| | | "properties": { |
| | | "context": { |
| | | "description": "The context for the virtual module. A string path. Defaults to 'auto', which will try to resolve the context from the module id.", |
| | | "type": "string" |
| | | }, |
| | | "source": { |
| | | "description": "The source function that provides the virtual content.", |
| | | "instanceof": "Function", |
| | | "tsType": "(import('../../../lib/schemes/VirtualUrlPlugin').SourceFn)" |
| | | "tsType": "import('../../../lib/schemes/VirtualUrlPlugin').SourceFn" |
| | | }, |
| | | "type": { |
| | | "description": "The module type.", |
| | |
| | | }, |
| | | { |
| | | "instanceof": "Function", |
| | | "tsType": "(import('../../../lib/schemes/VirtualUrlPlugin').VersionFn)" |
| | | "tsType": "import('../../../lib/schemes/VirtualUrlPlugin').VersionFn" |
| | | } |
| | | ] |
| | | } |
| | |
| | | }, |
| | | { |
| | | "instanceof": "Function", |
| | | "tsType": "(import('../../../lib/schemes/VirtualUrlPlugin').SourceFn)" |
| | | "tsType": "import('../../../lib/schemes/VirtualUrlPlugin').SourceFn" |
| | | }, |
| | | { |
| | | "$ref": "#/definitions/VirtualModule" |
| | |
| | | "type": "object", |
| | | "additionalProperties": false, |
| | | "properties": { |
| | | "context": { |
| | | "description": "The default context for virtual modules. A string path. Defaults to 'auto', which will try to resolve the context from the module id.", |
| | | "type": "string" |
| | | }, |
| | | "modules": { |
| | | "description": "The virtual modules configuration.", |
| | | "type": "object", |