Closed andyinabox closed 7 years ago
Hi @andyinabox can you provide some code so we can test this?
@fabianmoronzirfas I'm actually finding that it errors even when parsing an empty file. But here's some example code:
#includepath "../node_modules/";
#include "basiljs/basil.js";
function draw() {
b.doc();
b.text("Hello World", 100, 100, 200, 50);
}
b.go();
Hello there. I'm attempting to use this library in a basil.js project, and I'm getting the following error:
(I replaced the actual project path with
[path]
for privacy reasons)Any ideas?