On Fri Aug 2 15:51:22 2024 +0000, Jacek Caban wrote:
Duplicating the descriptor like that just for one property is not great. Do you know if there are more cases like this? Maybe we should extend property descriptor to specify the maximal version? Given that it will be probably used only for ES3, maybe something like `PROPF_ES3` (with a meaning of max version rather than min)? Or maybe even move that out of flags?
I think it's the only case, and I didn't want to add code handling a new flag just for this, seemed over-engineered. I could also use a macro to fill the info to avoid duplication, or is that a bad idea?