You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report non-existent property 'nodeType' on 'module'.
Convert the type of module to a string.
Convert the type of the file's module to a string.
Convert the type of cloneBuffer to a string.
Get the type of the parameter buffer.
Get the type of 'Buffer'.
Check the initializer.
Check module.nodeType. Instead of going to (2) forever, issue an error that we have gone circular.
This error is technically correct, but it is confusing because the real error is that module.nodeType isn't found. This error is also logged, so this is just an extra error that should be removed if possible.
sandersn
changed the title
In JS, a possibly bogus circular reference error on param tag types
In JS, extra circular reference errors when referring to a missing property on moduleAug 9, 2018
I think this error is wrong, a result of #26236 combined with (probably) #25732. Here's a repro based on lodash:
Expected behavior:
No error on either type reference to Buffer in a param tag.
Actual behavior:
Error on both, and both say they have a circular reference error.
The text was updated successfully, but these errors were encountered: