From 234f4d314959318156f115a47cf65e0d0ad520a0 Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Fri, 14 Mar 2025 19:45:31 -0600 Subject: [PATCH] Move `emit` module into the text-lib package Packages relying on bindings from this module like `emit-local-step` transitively inherit the broader doc dependencies in the `macro-debugger` package. Moving this to the text-lib package allows these packages to avoid those transitive dependencies. Suggested by Sam TH to address #47. --- .../macro-debugger/emit.rkt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {macro-debugger => macro-debugger-text-lib}/macro-debugger/emit.rkt (100%) diff --git a/macro-debugger/macro-debugger/emit.rkt b/macro-debugger-text-lib/macro-debugger/emit.rkt similarity index 100% rename from macro-debugger/macro-debugger/emit.rkt rename to macro-debugger-text-lib/macro-debugger/emit.rkt