Rich-Harris / estree-walker

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

don't use childKeys cache on nodes without a type #8

Closed Conduitry closed 5 years ago

Conduitry commented 5 years ago

See https://github.com/sveltejs/eslint-plugin-svelte3/issues/13#issuecomment-494344217

Conduitry commented 5 years ago

Either this or #9 alone seems to address the issue in that ticket, but doing both seems prudent.