Artifact 0618ae2cf37daa3252e42f9b026f17841dc3a77b:
- File bindings/s2/require.d/plugins/tmpl-compiled.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: 273)
- File s2/require.d/plugins/tmpl-compiled.s2 — part of check-in [370461081c] at 2014-08-14 15:20:41 on branch trunk — moved some of the require.s2 plugins into files. (user: stephan size: 273)
/** Works like the tmpl plugin, but passes the file's contents throughs s2.tmpl() before returning it. */ return { cacheIt: false, // prefix: uses the defaults suffix: ['.tmpl'], load: proc(fn){ return s2.tmpl(s2.Buffer.readFile(fn)) } };