Jon Knowles
Jon Knowles
I've just been fighting this issue of attempting to intercept a JSON module compilation myself and found this PR during my debugging. If I am reading the node source code...
It seems window.Object and window.Math are also not available, so I also had to roll back to jsdom < 10
Ah, that explains things. Thank you for the extremely prompt response!
Thanks for the explanation, that's what I had suspected. I hadn't seen that about these being at-risk in the spec, so that is good to know. I got confusing positioning...
I think the odd behavior was due to most cues not having a positionAlign property at all, so I added logic to default it according to the algorithm laid out...