Published on Defining ASTs with dynamic classes in JavascriptJanuary 3, 2024aststandaloneDefining the classes of an AST can be cumbersone due to the high amount of nodes and redundant code. Dynamic classes in JS can make this process much easier.