Remove unused private modules

This commit is contained in:
2026-05-27 16:52:41 +02:00
parent f8698692ee
commit 92d4461203
5 changed files with 2 additions and 283 deletions
+1 -10
View File
@@ -20,9 +20,7 @@
;; These files are supporting/reference files in this package layout and are
;; not part of the package test entry point.
(define test-omit-paths
'("private/utils.rkt"
"private/syntax-helpers.rkt"
"demo/show-jsmaker-output.rkt"
'("demo/show-jsmaker-output.rkt"
"demo/show-optimized.rkt"
"testing/jsmaker-executors.rkt"
"testing/jsmaker-test-framework.rkt"
@@ -34,10 +32,3 @@
"testing/jsmaker-usecases.rkt"
"testing/jsmaker-list-regression.rkt"
"testing/jsmaker-hash-regression.rkt"))
;; The private files are compatibility/support material and have project-local
;; dependencies in downstream copies. The public module and tests do not
;; depend on them.
(define compile-omit-paths
'("private/utils.rkt"
"private/syntax-helpers.rkt"))