Login
json-cached.s2 at [84a59c6833]
Login

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


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