You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch switches to transform-ast, which has an almost identical API to falafel but also generates source maps. transform-ast has a `.walk()` method that we can use to avoid having to parse the source twice just to walk it twice, so this should speed things up a bit too!
0 commit comments