Zeta edit prediction too aggressive, trying to change already imported functions #28841
jpike88
started this conversation in
Edit Predictions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice when using the edit predictions, it tries to override function that have been imported.
e.g.
I have implemented a wrapper of XMLHTTPRequest called 'futch', which has a similar API to fetch but with upload progress, more augmentations.
I have imported this function into the file.
Yet, the edit prediction tries to rename it to
fetch. If I explicit imported it, I don't know why it's trying to do that.Is there a way to fine tune things so it makes exceptions for things that have already been imported?
Beta Was this translation helpful? Give feedback.
All reactions