Martin Muñoz

Results 53 comments of Martin Muñoz

@zackthehuman The current walker is pretty crappy and I have plans to write a new one in the style of babel plugins / estraverse. Basically the "visitor with replacement" pattern....

Also the AST is not public yet so you might experience some breakage in the future. I'd like to have a similar API as `ast-types`, e.g. `t.isHTMLComment(node)`.

yeah, not a fan of passing the input into the constructor. was also thinking of renaming tokenizePart to tokenizeChunk to be more streamy.