Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlin1228 authored Oct 18, 2024
1 parent cdecac9 commit cf81076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf81076

Please sign in to comment.