MCPcopy
hub / github.com/webpack/webpack / getProvidedInfo

Method getProvidedInfo

lib/ExportsInfo.js:1896–1907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1894 }
1895
1896 getProvidedInfo() {
1897 switch (this.provided) {
1898 case undefined:
1899 return "no provided info";
1900 case null:
1901 return "maybe provided (runtime-defined)";
1902 case true:
1903 return "provided";
1904 case false:
1905 return "not provided";
1906 }
1907 }
1908
1909 getRenameInfo() {
1910 if (this._usedName !== null && this._usedName !== this.name) {

Callers 2

printExportsInfoToSourceFunction · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected