From cf810763ccb02bd48d838bf4c32de8622b9d4a69 Mon Sep 17 00:00:00 2001 From: Leo Lin Date: Sat, 19 Oct 2024 02:29:27 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7501695..2512544 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Currently, this tool is used internally in my own projects, so some assumptions 3. no string literal exports `export { myFunction as "my-function" };` 4. no string literal imports `import { "string name" as alias } from "module-name";` +See also [Why I Built a Tool to Trace Symbol Dependencies](https://leonerd.blog/posts/why-i-built-a-tool-to-trace-symbol-dependencies/) + ## Design Decisions ### Choosing `Symbol` as a Vertex