PrismarineJS / node-mojangson

A mojangson parser written in node.js
17 stars 9 forks source link

Fix arrays not being simplified, and simplification of empty array throwing an error #43

Closed Lianecx closed 1 year ago

Lianecx commented 1 year ago

Fixes #34

Lianecx commented 1 year ago

I added some more tests that need to be fixed as this is probably not gonna be merged soon anyways. Like i said, let me know if you want me to seperate prs

rom1504 commented 1 year ago

ci failed

Lianecx commented 1 year ago

Yeah i know, i added two failing thests that have to be fixed, ill move them to another branch

Lianecx commented 1 year ago

I split this one into #47 and #46