We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdecac9 commit cf81076Copy full SHA for cf81076
README.md
@@ -11,6 +11,8 @@ Currently, this tool is used internally in my own projects, so some assumptions
11
3. no string literal exports `export { myFunction as "my-function" };`
12
4. no string literal imports `import { "string name" as alias } from "module-name";`
13
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
+
16
## Design Decisions
17
18
### Choosing `Symbol` as a Vertex
0 commit comments