Removed unused function

This commit is contained in:
Stefan Zermatten
2021-03-01 12:11:22 +02:00
parent 7daab97297
commit 1276f872a0
2 changed files with 2 additions and 13 deletions

View File

@@ -1,6 +1,8 @@
import { parse, CompilationContext } from '/imports/parser/parser.js';
import ConstantNode from '/imports/parser/parseTree/ConstantNode.js';
//TODO replace constants with their parsed node
export default function evaluateString(string, scope, fn = 'compile', context){
let errors = [];
if (!string){