spike for scheme->javascript syntax transformation (subset)

more debug info in process-file
This commit is contained in:
2026-04-12 16:51:24 +02:00
parent 1ca6e4e083
commit 41dd0adb27
2 changed files with 70 additions and 0 deletions

View File

@@ -196,6 +196,7 @@
(display html* out))))
(define (process-file context ext path out)
(dbg-webview "process-file: ext = ~a, path = ~a" ext path)
(let ((content (file->bytes path)))
(dbg-webview "path = ~a, number of bytes read: ~a" path (bytes-length content))
(display content out)))