Rich-Harris / estree-walker

Traverse an ESTree-compliant AST
MIT License
389 stars 37 forks source link

Module '"estree-walker"' has no exported member 'childKeys' #11

Closed js2me closed 4 years ago

js2me commented 5 years ago

image

List of changed:

Conduitry commented 4 years ago

This library no longer caches child keys per node type, and so no longer has the childKeys export that's used to override the cache. Closing.