Closed DesignByOnyx closed 8 years ago
I don't think it does anymore in its latest version but it is only compatible with Node >= 4 and io.js but can-simple-dom would be a much leaner and faster solution (and might also give us the ability to use can-compile as a RequireJS plugin which only allows synchronous view compilation).
This was fixed by #45
JSDom relies on contextify, which has been known to have issues with
node-gyp
on all platforms: Windows, OSX, and Linux.can.view
relies on a very small subset of the DOM api - something like can-simple-dom should be used instead.