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
We are currently testing specific aspects of the phantom engine. DOM, exorcising, interfaces.
It would be bery nise to have a dev—only test file where we can run fast experiments for the library.
Perhaps a .js file that we can run with Node and a DOM facilitator like jsdom?
If running in Node, we have to be mindful to use valid Node module system syntax (AMD) in this file, for example replacing the use of ES2015's import with require(), etc.
The text was updated successfully, but these errors were encountered:
We are currently testing specific aspects of the phantom engine. DOM, exorcising, interfaces.
It would be bery nise to have a dev—only test file where we can run fast experiments for the library.
Perhaps a
.js
file that we can run with Node and a DOM facilitator likejsdom
?If running in Node, we have to be mindful to use valid Node module system syntax (AMD) in this file, for example replacing the use of ES2015's
import
withrequire()
, etc.The text was updated successfully, but these errors were encountered: