ernestognw / solidity-mermaid

A Solidity AST processor for transpiling Solidity smart contracts into Github's Mermaid.js language for diagramming.
https://www.npmjs.com/package/solidity-mermaid
MIT License
26 stars 0 forks source link

Handle `EnumDefinition` and `EnumValue` #15

Open ernestognw opened 1 year ago

ernestognw commented 1 year ago

Description

Implement as a class with a <<enum>> annotation as presented in the docs