From 5840987503e485fde12732b02d41d094f1b9384a Mon Sep 17 00:00:00 2001 From: Savant Date: Tue, 3 Jun 2025 13:49:38 -0400 Subject: [PATCH] Added package scope (#3048) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 4001bd3..4b87eb0 100644 --- a/packages.json +++ b/packages.json @@ -35382,5 +35382,19 @@ "description": "ThorVG Nim Wrapper", "license": "Unlicense", "web": "https://github.com/elcritch/thorvg-nim" + }, + { + "name": "scope", + "url": "https://github.com/thing-king/scope", + "method": "git", + "tags": [ + "macro", + "untyped", + "scope", + "tracker" + ], + "description": "Scope tracking for untyped macros", + "license": "MIT", + "web": "https://github.com/thing-king/scope" } ]