1.0.8 • Published 6 years ago

aerial-sandbox2 v1.0.8

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago
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