Skip to content

Commit cf81076

Browse files
authored
Update README.md
1 parent cdecac9 commit cf81076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Currently, this tool is used internally in my own projects, so some assumptions
1111
3. no string literal exports `export { myFunction as "my-function" };`
1212
4. no string literal imports `import { "string name" as alias } from "module-name";`
1313

14+
See also [Why I Built a Tool to Trace Symbol Dependencies](https://leonerd.blog/posts/why-i-built-a-tool-to-trace-symbol-dependencies/)
15+
1416
## Design Decisions
1517

1618
### Choosing `Symbol` as a Vertex

0 commit comments

Comments
 (0)