Merge pull request #6218 from tausbn/python-add-typetrackingnode

Approved by RasmusWL
This commit is contained in:
CodeQL CI
2021-07-15 07:04:50 -07:00
committed by GitHub
30 changed files with 154 additions and 100 deletions

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* The `track` and `backtrack` methods on `LocalSourceNode` have been deprecated. When writing
type trackers, the corresponding methods on `TypeTrackingNode` should be used instead.