Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NormalModuleCreateData

Index

Properties

context: string

context directory for resolving

generator: Generator

the generator used

generatorOptions?: Record<string, any>

the options of the generator used

layer?: string

an optional layer in which the module is

loaders: LoaderItem[]

list of loaders

matchResource?: string

path + query of the matched resource (virtual)

the parser used

parserOptions?: Record<string, any>

the options of the parser used

rawRequest: string

request without resolving

request: string

request string

options used for resolving requests from this module

resource: string

path + query of the real resource

resourceResolveData?: Record<string, any>

resource resolve data

type: "" | "javascript/auto" | "javascript/dynamic" | "javascript/esm"

module type. When deserializing, this is set to an empty string "".

userRequest: string

request intended by user (without loaders from config)