moduleRaid constructor
a object containing options to initialize moduleRaid with
Storage for the constructors we extracted from Webpack
Option enabling or disabling debug output
The Webpack entrypoint present on the global window object
Intermediary storage for webpack_require if we were able to extract it
A random generated module ID we use for injecting into Webpack
Storage for the modules we extracted from Webpack
Method to search through the constructor array, searching for the fitting content if a string is supplied
If query is supplied as a function, everything that returns true when passed to the query function will be returned
query to search the constructor list for
a list of constructor/module tuples fitting the query
Method to search through the module object, searching for the fitting content if a string is supplied
If query is supplied as a function, everything that returns true when passed to the query function will be returned
query to search the module list for
a list of modules fitting the query
Generated using TypeDoc
Main moduleRaid class