aerial-sandbox2
v1.0.8
Published
sandbox environment for running javascript
Downloads
9
Readme
import { dependencyGraphReducer, createDependencyGraphSaga } from "aerial-sandbox2";
const saga = createDependencyGraphSaga({
});
IMMEDIATE TODOS:
- [ ] commonjs evaluator
- [ ] watch URI content for file changes
- [ ] update file cache if URI changes
- [ ] update dependency tree if file cache changes
- [ ] re-execute sandbox if dependency tree changes
- [ ] html loader
- [ ] css loader