anvilresearch / json-document

Fast, declarative, standards-based JavaScript (ES6) data modeling & manipulation
MIT License
13 stars 2 forks source link

fix(Validator): added iterator increment in order to prevent nested f… #17

Closed cstefanache closed 7 years ago

cstefanache commented 7 years ago

…or value override

dmitrizagidulin commented 7 years ago

Looks great! (I assume it passes the failing test?)

cstefanache commented 7 years ago

Yes - the test is ok

dmitrizagidulin commented 7 years ago

👍

christiansmith commented 7 years ago

Note for posterity, this is a stopgap until we introduce the new compiler model here, which also fixes this issue.

@dmitrizagidulin nice catch! @cstefanache thanks for the fix!