-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Descantly/require-from-string
base: master
head repository: floatdrop/require-from-string
compare: master
- 19 commits
- 5 files changed
- 8 contributors
Commits on May 2, 2016
-
Default filename to empty string
Node v6 throws if the input to `path` functions are not strings. See [here](https://github.com/nodejs/node/wiki/Breaking-changes-between-v5-and-v6#path).
Configuration menu - View commit details
-
Copy full SHA for 1aa7619 - Browse repository at this point
Copy the full SHA 1aa7619View commit details
Commits on May 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f797ee0 - Browse repository at this point
Copy the full SHA f797ee0View commit details -
Merge pull request floatdrop#5 from eligolding/patch-1
Node v6 support. Default filename to empty string.
Configuration menu - View commit details
-
Copy full SHA for 85367a2 - Browse repository at this point
Copy the full SHA 85367a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f5969 - Browse repository at this point
Copy the full SHA 60f5969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8610539 - Browse repository at this point
Copy the full SHA 8610539View commit details
Commits on Oct 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 80783b2 - Browse repository at this point
Copy the full SHA 80783b2View commit details -
Merge pull request floatdrop#6 from 60frames/module
Require 'module' instead of referencing constructor
Configuration menu - View commit details
-
Copy full SHA for 8561059 - Browse repository at this point
Copy the full SHA 8561059View commit details -
Configuration menu - View commit details
-
Copy full SHA for b81e995 - Browse repository at this point
Copy the full SHA b81e995View commit details
Commits on Mar 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3cf2b66 - Browse repository at this point
Copy the full SHA 3cf2b66View commit details
Commits on Sep 15, 2017
-
Cleanup module.children after evaluating
Without this, required-from-string module never gets garbage collected, even when exports value is no longer used.
Sergey Tatarintsev committedSep 15, 2017 Configuration menu - View commit details
-
Copy full SHA for ca2b81f - Browse repository at this point
Copy the full SHA ca2b81fView commit details
Commits on Sep 16, 2017
-
Merge pull request floatdrop#9 from researchgate/fix/cleanup-children
Cleanup module.children after evaluating
Configuration menu - View commit details
-
Copy full SHA for 6571b79 - Browse repository at this point
Copy the full SHA 6571b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8ae31 - Browse repository at this point
Copy the full SHA ce8ae31View commit details
Commits on Sep 17, 2017
-
Check parent.children before splice, accommodate jest
When used with jest, `parent.children` will be undefined. `console.log(module)`: { exports: [Function: requireFromString], filename: 'E:/Projects/repos/cosmiconfig/node_modules/require-from-string/index.js', id: 'E:/Projects/repos/cosmiconfig/node_modules/require-from-string/index.js', children: [], parent: { exports: {}, filename: 'mock.js', id: 'mockParent' }, paths: [ 'E:/Projects/repos/cosmiconfig/node_modules/require-from-string/node_modules', 'E:/Projects/repos/cosmiconfig/node_modules/node_modules', 'E:/Projects/repos/cosmiconfig/node_modules', 'E:/Projects/repos/node_modules', 'E:/Projects/node_modules', 'E:/node_modules' ], require: { [Function: bound requireModuleOrMock] cache: {}, extensions: {}, requireActual: [Function: bound requireModule], requireMock: [Function: bound requireMock], resolve: [Function] } }Configuration menu - View commit details
-
Copy full SHA for a407c5d - Browse repository at this point
Copy the full SHA a407c5dView commit details -
Merge pull request floatdrop#10 from sudo-suhas/check-before-splice
Check parent.children before splice, accommodate jest
Configuration menu - View commit details
-
Copy full SHA for c8b4a97 - Browse repository at this point
Copy the full SHA c8b4a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe9197 - Browse repository at this point
Copy the full SHA cbe9197View commit details
Commits on Jan 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 696db02 - Browse repository at this point
Copy the full SHA 696db02View commit details -
Merge pull request floatdrop#15 from joehua87/patch-1
correct typo: appendPath -> appendPaths
Configuration menu - View commit details
-
Copy full SHA for 7fc0ab7 - Browse repository at this point
Copy the full SHA 7fc0ab7View commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 150ccdf - Browse repository at this point
Copy the full SHA 150ccdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1575a4 - Browse repository at this point
Copy the full SHA d1575a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master