File bindings/s2/require.d/plugins/json-cached.s2 artifact cc115ffe97 part of check-in 9fb6fae4f8
/** A clone of the json plugin, except that cacheIt is set to true. */ const mod = requireS2.getPlugin('json').copyPropertiesTo({}); mod.cacheIt = true; return mod;