Lots of progress testing and fixing computation engine
This commit is contained in:
@@ -85,4 +85,6 @@ function parseString(string, fn = 'compile'){
|
||||
return {result, context}
|
||||
}
|
||||
|
||||
export { ConstantSchema };
|
||||
const ComputedOnlyConstantSchema = new SimpleSchema({});
|
||||
|
||||
export { ConstantSchema, ComputedOnlyConstantSchema };
|
||||
|
||||
Reference in New Issue
Block a user