diff --git a/typst-package/main.typ b/typst-package/main.typ deleted file mode 100644 index baa5005..0000000 --- a/typst-package/main.typ +++ /dev/null @@ -1,6 +0,0 @@ -#import "lib.typ" as ctxjs - -#{ - _ = ctxjs.create-context("test") - let test = ctxjs.eval-format("test", "((callback) => {{ return callback(); }})({test})", ("test":ctxjs.eval-later("test", "() => {return 5;}"),)) -} \ No newline at end of file