-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete deprecated Tern defs #30657
Comments
tern used is used for auto-completion in the three.js editor when writing scripts. Legacy fields can be removed from |
I'm seeing different approaches to create the script with all advantages and drawbacks:
As the original author didn't share the original script to generate the file I don't know which approach is really the best and if it is worth the effort. |
There is an example at https://codemirror.net/examples/autocompletion/ that shows how to setup autocompletion if the source file is annotated with JSDoc (see section The problem is the CodeMirror 6 examples all expect you are using a build tool and import from the |
Description
Im refactoring some very old tjs code right now, and ive stumbled upon some fields that are nonexistent in geometry.
The fields that ive found as of now (there might be more):
lineDistances
lineDistancesNeedUpdate
verticesNeedUpdate
normalsNeedUpdate
I've confirmed that these fields are nowhere to be found in the three.js' source code, except for one place:
editor\js\libs\tern-threejs\threejs.js
I'm not sure what Tern is, and if there even is a need to delete those fields, but i thought it would be good to have this issue stated somewhere.
Reproduction steps
no repr
Code
no code
Live example
no example
Screenshots
No response
Version
r174
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: