(no title)
zagap
|
1 year ago
The existing typescript implemetation builds a complete AST (Abstract Syntax Tree), over which middlewares are run in several passes. Yes, there are multiple passes over the tree. This is necessary, among other things, to build a table of contents (TOC).
thank you
alexisread|1 year ago
austinjp|1 year ago