Login
json-cached.s2 at [9c1abb2e95]
Login

File bindings/s2/require.d/plugins/json-cached.s2 artifact cc115ffe97 part of check-in 9c1abb2e95


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