Jesse Mitchell

Results 6 comments of Jesse Mitchell

@verbetam I believe this feature is best implemented as an operator within json-logic, as the behavior would be ambiguous as to whether you mean to execute an operation or map...

While my implementation is compatible with the methods in `json-logic-js`, I did not opt to implement the automatic sugaring of operands to arrays. What you pass in as an operand...

I apologize for shilling, but I want to post this here in case anyone is looking for this kind of functionality 😅 In order to support this functionality, I ended...

Hi @willster277, great work! On my other packages, I usually programmatically generate the `.d.ts` files from the JSDocs using a prepublish hook invoking TypeScript & modify the `.d.ts` files as...

Apparently I generally use the following to generate the types in a number of other projects: `tsc ../index.js --declaration --allowJs --emitDeclarationOnly --target ESNext --moduleResolution node` Example: https://github.com/TotalTechGeek/json-logic-engine/blob/master/package.json I personally like...

Contributing (perhaps negatively) to this discussion, as I'm unfamiliar with Forge's / Minecraft's APIs, I implemented a messy solution for Tetra Compatibility for my personal gameplay, Under `InventorioAPI.java` I added...