Make sure these boxes are checked before submitting your issue - thank you!
(If your issue is neither a both bug nor a request, please write in a free style)
It strikes me as it would be useful to be able to somehow document properties added with Object.defineProperty(see below). I tried declaring the property just before the call to Object.defineProperty but I think it may throw an error(though I haven't tested it yet)
Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)
Short summary of your issue
It strikes me as it would be useful to be able to somehow document properties added with
Object.defineProperty
(see below). I tried declaring the property just before the call toObject.defineProperty
but I think it may throw an error(though I haven't tested it yet)Input data for reproducing
Configuration
Code
Output data
Log
Screen shot of documentation
// attach a image into here
Exception output (if possible)
Log
Screen shot of documentation
// attach a image into here
Your environment