MCPcopy Create free account
hub / github.com/webpack/less-loader / constructor

Method constructor

test/loader.test.js:798–804  ·  view source on GitHub ↗
(lessInstance, pluginManager)

Source from the content-addressed store, hash-verified

796
797 class Plugin extends less.FileManager {
798 constructor(lessInstance, pluginManager) {
799 super();
800
801 if (typeof pluginManager.webpackLoaderContext !== "undefined") {
802 contextInClass = true;
803 }
804 }
805 }
806
807 class CustomClassPlugin {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected