This commit is contained in:
2026-06-08 13:21:57 +02:00
parent 823130e3ac
commit 8bee76328b
23 changed files with 734 additions and 382 deletions
+4 -7
View File
@@ -5,17 +5,14 @@
(define license 'MIT)
(define pkg-desc "A small syntax-driven Racket-to-JavaScript maker macro.")
(define pkg-authors '(hnmdijkema))
(define deps '("base"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define tags '("javascript" "macro" "racket"))
(define build-deps '("scribble-lib" "racket-doc"))
(define scribblings
'(("scrbl/js-maker.scrbl" () (library))
("scrbl/usecases.scrbl" () (library))))
;; Keep the test entry point explicit. The supporting regression modules are
;; required by this runner and compile during package setup.
;; The public package test entry point. Support modules and demos are still
;; compiled by raco setup, but tests are launched through this maintained suite.
(define test-include-paths '("testing/jsmaker-regressions.rkt"))
(define test-omit-paths
'("testing/jsmaker-executors.rkt"
"testing/jsmaker-test-framework.rkt"))