Merge pull request #34466 from Anber/babel__core-NodePath

[@babe/core] export NodePath from @babel/traverse
This commit is contained in:
Benjamin Lichtman
2019-04-10 10:20:07 -07:00
committed by GitHub

View File

@@ -19,6 +19,7 @@ export {
t as types,
template,
traverse,
NodePath,
Visitor
};