Began rebuilding computation engine to be dependency graph centric

This commit is contained in:
Stefan Zermatten
2021-09-08 17:23:00 +02:00
parent 43f056ae95
commit 06da15c44a
28 changed files with 451 additions and 296 deletions

View File

@@ -0,0 +1,3 @@
import SimpleSchema from 'simpl-schema';
SimpleSchema.extendOptions(['parseLevel']);