Skip to content

Commit

Permalink
fix: skip include logic handling multiple paths to same node (#197)
Browse files Browse the repository at this point in the history
* fix: skip include logic handling multiple paths to same node

* fix lint errors

* add compiler option to switch between old and new implementations; move tests

* rename previousPath to parentResponsePath
  • Loading branch information
boopathi committed Mar 30, 2023
1 parent 3d2675a commit 6a3a36a
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 74 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"@typescript-eslint/interface-name-prefix": "off",
"comma-dangle": "off",
"sort-keys": "off",
"max-classes-per-file": "off"
"max-classes-per-file": "off",
"no-use-before-define": "off"
},
"env": {
"es6": true,
Expand All @@ -43,4 +44,4 @@
"dist",
"node_modules"
]
}
}
Loading

0 comments on commit 6a3a36a

Please sign in to comment.