Proper RegExp parsing support.
Previously regexer got just lost, now they are transformed into:
{regex: "/regex string/g"}
Unfortunately adding the callback parameter to JSON.stringify has
quite a performance penalty.
Again, parsing of Sencha Touch source:
before: 4.5s
after: 5.4s
Loading
Please sign in to comment