Add Template operation for basic JSON rendering

This commit is contained in:
Kendall Goto 2025-04-09 15:16:11 -07:00
parent 7c8be12d52
commit 361a3b2929
No known key found for this signature in database
GPG key ID: C78AF3694E455D69
6 changed files with 138 additions and 3 deletions

View file

@ -157,6 +157,7 @@ import "./tests/Subsection.mjs";
import "./tests/SwapCase.mjs";
import "./tests/SymmetricDifference.mjs";
import "./tests/TakeNthBytes.mjs";
import "./tests/Template.mjs";
import "./tests/TextEncodingBruteForce.mjs";
import "./tests/ToFromInsensitiveRegex.mjs";
import "./tests/TranslateDateTimeFormat.mjs";