Artifact cc115ffe9760e446e4378834b78abc6b9803d03d:
- File bindings/s2/require.d/plugins/json-cached.s2 — part of check-in [fdc5e1014e] at 2021-02-11 12:42:23 on branch trunk — Moved C++ and s2 bindings to bindings/{cpp,s2}. Got the C++ bindings compiling for new gcc breakage and new, stricter T-card validation. (user: stephan size: 165)
- File s2/require.d/plugins/json-cached.s2 — part of check-in [6325cf3507] at 2014-08-18 18:36:47 on branch trunk — latest s2, for Object.copyPropertiesTo(). (user: stephan size: 165)
/** A clone of the json plugin, except that cacheIt is set to true. */ const mod = requireS2.getPlugin('json').copyPropertiesTo({}); mod.cacheIt = true; return mod;