Xuanzi

Results 2 issues of Xuanzi

```javascript Such.as({ a: ":string", b: ":ref:&./a" }); ``` The above example will worked fine, because the field "b" reference the field "a" is appeared before itself. But when you changed...

enhancement

Add feature flags to adapt to the ability of the regular expressions. When the feature flag `unicode` is set true, it can use a flag u. When the feature flag...

enhancement