Sha256: 816aa07eb6cfa967cf975e6b90c18c69cb50d4159abe966ab70c6c851628682b
Contents?: true
Size: 429 Bytes
Versions: 62
Compression:
Stored size: 429 Bytes
Contents
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ var ModuleDependency = require("./ModuleDependency"); function PrefetchDependency(request) { ModuleDependency.call(this, request); this.Class = PrefetchDependency; } module.exports = PrefetchDependency; PrefetchDependency.prototype = Object.create(ModuleDependency.prototype); PrefetchDependency.prototype.type = "prefetch";
Version data entries
62 entries across 62 versions & 1 rubygems
Version | Path |
---|---|
smock-0.1.209 | node_modules/webpack/lib/dependencies/PrefetchDependency.js |
smock-0.1.208 | node_modules/webpack/lib/dependencies/PrefetchDependency.js |