Juha Järvi
Juha Järvi
The new version in `rewrite` branch will include a `Writer` class. The pipeline will be first a tokenizer written in C++ and JavaScript, which emits a stream of tokens like...
Modifying the union definition on the fly would require poking `mobx-state-tree` internals past their public API. The issue is simply that for polymorphism, we want to be able to substitute...
Hmm, if you hot reload just a subclass, it will no longer be a valid substitute for the base class type. Reloading all the classes fixes that though. I'm not...
The polymorphic type removal flag is now implemented in version 3.5.0. Still thinking about what else needs to be done for hot reload.
You're right, it should return `undefined`. The problem is probably in information passed to a `cleanPlaceholders` function. I'll investigate.
Simply call `cxml.init();` and such optional elements / attributes will be removed from the object prototypes. If you call `cxml.init(true);` then it will even remove placeholders for mandatory content. They...
It's called before parsing.
Let's keep it open. I'm doing a major rewrite which should speed up the parsing quite a bit, and will have to keep this issue in mind.
There's big changes coming to cget / cxml / cxsd and I see you've been working on adding xpath support, which is very useful for the future. Maybe it we...
Did you pass the parent class prototype as the second parameter to `shim`?