-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix]
no-extraneous-dependencies
: ensure node.source
exists
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
be7efb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ljharb Hello, I encountered this problem several minutes ago, with version 2.19.0.
Is there will be a new fixed version recently?
be7efb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would help a lot if you could provide a test case :-) but yes, i'll have a patch out soon.
be7efb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm afraid it's not easy to make a reproduce repo. My project is too large. I try to
console.log(node)
in the beginning ofExportNamedDeclaration
function. Hope it could help you.And the code piece where threw error: