MCPcopy
hub / github.com/webpack/webpack / version

Method version

lib/DefinePlugin.js:119–123  ·  lib/DefinePlugin.js::RuntimeValue.version
()

Source from the content-addressed store, hash-verified

117 module: parser.state.module,
118 key,
119 get version() {
120 return /** @type {ValueCacheVersion} */ (
121 valueCacheVersions.get(VALUE_DEP_PREFIX + key)
122 );
123 }
124 });
125 }
126

Callers 1

getCacheVersionMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected