This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
I'm interested in using this, but the documentation seems to be hopelessly out-of-date with version 0.2.2. Even the tests don't seem like they could work (snapshotResult is frequently referenced but never declared, for example).
Most of the time I've been able to fumble through by reading the source and making educated guesses, but in particular I'm being tripped up on the proper way to call setGlobals, especially the idea of defining window at compile time when that object doesn't exist until runtime.
What is the best way to bring this into my project right now? Should I simply copy the use of 0.0.21 in Atom's master branch?