unifiedjs / unified

☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees
https://unifiedjs.com
MIT License
4.49k stars 110 forks source link

55: upgraded is-plain-obj #135

Closed mummybot closed 3 years ago

mummybot commented 3 years ago

I'll try again @ChristianMurphy :)

@sindresorhus has upgraded is-plain-obj to no longer use => notation, which resolves both of our issues. https://github.com/sindresorhus/is-plain-obj/blob/main/index.js

Fixes #55

wooorm commented 3 years ago

@mummybot That package is now ESM only. (Which as mentioned, we’ll do soon too). It’ll crash every user of unified 😅

mummybot commented 3 years ago

Very true, doh!

wooorm commented 3 years ago

I’ll close this now, I appreciate the work, but I’ll get to it soonish when all the lower-level stuff is done too, and do it all in one working swoop. But it won’t fix your original issue: IE11.