bloer/bgexplorer

Can't write querymods with underscores

bloer opened this issue · 0 comments

bloer commented

The function to convert to primitives by default renames keys to names without underscores (to handle classes that have protected attributes that take regular names in the constructor.), but this means you can't write a querymod with an underscore. Need to make exceptions in the toprimitive method.