This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
Since there is no way to convert AST directly to DOT language, it is necessary to go through the models of ts-graphviz at present.
Describe the solution you'd like
Provide a stringify function to provide a way to directly convert AST to DOT language.
Additional context
#26