Login
Artifact [cc115ffe97]
Login

Artifact cc115ffe9760e446e4378834b78abc6b9803d03d:


/** A clone of the json plugin, except that cacheIt is set to true. */
const mod = requireS2.getPlugin('json').copyPropertiesTo({});
mod.cacheIt = true;
return mod;