Skip to content
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

Fix node8 module children bug #1

Merged
merged 2 commits into from
Dec 4, 2017
Merged

Conversation

idan-at
Copy link
Contributor

@idan-at idan-at commented Nov 30, 2017

fix commit only fixes eslint issues (and uses package.json instead of grunt).
It has many differences, but all are syntactic only.

second commit fixes the cyclic require bug (a bug that was fixed in node 8.3.0 regarding module children, see nodejs/node#7131).

@idan-at idan-at requested a review from golsan November 30, 2017 15:14
@idan-at idan-at force-pushed the fix-node8-module-children-bug branch from 24cce71 to c6554dc Compare December 3, 2017 13:42
package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "scoped-require",
"version": "2.1.2",
"version": "2.2.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking change, please increment the major version

@idan-at idan-at force-pushed the fix-node8-module-children-bug branch from c6554dc to 7477439 Compare December 4, 2017 06:44
@idan-at idan-at merged commit ca24818 into master Dec 4, 2017
@idan-at idan-at deleted the fix-node8-module-children-bug branch August 10, 2021 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants