dillon1000/react
Commit
Browse files [ez][patch] Remove calls to NodePath.hasNode
--- Recent commits added calls to `NodePath.hasNode`, which does not exist in babel v7.1.6 (internal). Forget is failing with this error. ```js TypeError: handlerPath.hasNode is not a function at lowerStatement (.../babel-plugin-react-forget/HIR/BuildHIR.js:924:58) ... ```
Changed paths2 files
First-parent comparisoncompiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts ModifiedM compiler/packages/babel-plugin-react-forget/src/Utils/utils.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…