You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
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?
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 (
snapshotResultis 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 definingwindowat 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.21in Atom's master branch?