Document JavaScript port (jslt-js) in README; add it to playground#388
Document JavaScript port (jslt-js) in README; add it to playground#388amkraev697642 wants to merge 4 commits into
Conversation
|
@larsga — Please review when you have a moment. I found JSLT very useful, so when I found there is no javascript engine available, faithfully ported it. Most direct port, 1 to one class files. All fixture tests pass + added more tests: ➜ jslt-js git:(main) ✗ npm test
✔ fallback (macro): short-circuits on first value that isn't null/{}/[] (isValue, not isTrue — "" and 0 count) (2.526833ms) This PR just adds README link to jslt-js, and a Run in JS button in the playground. |
Summary
Notes