-
-
Notifications
You must be signed in to change notification settings - Fork 185
Comparing changes
Open a pull request
base repository: browserify/resolve
base: 1de53b227990cfcb07e59fdf49d34b2a8373ba4c
head repository: browserify/resolve
compare: b8298720c6ece9d3b7231ea90bd920f266a449a8
Commits on Jan 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 96d38c6 - Browse repository at this point
Copy the full SHA 96d38c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6edcd9 - Browse repository at this point
Copy the full SHA f6edcd9View commit details
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dc23387 - Browse repository at this point
Copy the full SHA dc23387View commit details
Commits on Mar 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c8a2052 - Browse repository at this point
Copy the full SHA c8a2052View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0c18e40 - Browse repository at this point
Copy the full SHA 0c18e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876b0b0 - Browse repository at this point
Copy the full SHA 876b0b0View commit details -
[Docs] fix default “isFile” implementations
- also, name isFile functions for debugging
Configuration menu - View commit details
-
Copy full SHA for 0f29c93 - Browse repository at this point
Copy the full SHA 0f29c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6e6f5 - Browse repository at this point
Copy the full SHA fa6e6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b10996 - Browse repository at this point
Copy the full SHA 4b10996View commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 90b1192 - Browse repository at this point
Copy the full SHA 90b1192View commit details -
Configuration menu - View commit details
-
Copy full SHA for c449d48 - Browse repository at this point
Copy the full SHA c449d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13fb572 - Browse repository at this point
Copy the full SHA 13fb572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23df5f5 - Browse repository at this point
Copy the full SHA 23df5f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3621a3 - Browse repository at this point
Copy the full SHA c3621a3View commit details -
Merge pull request #146 from lbogdan/fix/resolve-sync
[Fix] Make loadAsFileSync() work the same as async loadAsFile()
Configuration menu - View commit details
-
Copy full SHA for 7a2edf8 - Browse repository at this point
Copy the full SHA 7a2edf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbd17a - Browse repository at this point
Copy the full SHA 7cbd17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cb0bb - Browse repository at this point
Copy the full SHA 04cb0bbView commit details
Commits on Apr 7, 2018
-
- [New] `resolve.sync`: add `opts.pathFilter` (#146) - [Fix] Make loadAsFileSync() work the same as async loadAsFile() (#146) - [Fix] support `opts.package` in non-relative lookups (#152) - [Docs] fix default “isFile” implementations - [Docs] fix options formatting - [Refactor] cache default isFile functions at module level - [Refactor] use "basedir" instead of "y", because meaningful variable names - [Tests] add some tests for a non-directory basedir (#154) - [Tests] work around npm SSL issue - [Tests] add some tests for browser field - [Tests] add node 8 and 9 to appveyor
Configuration menu - View commit details
-
Copy full SHA for bdf1210 - Browse repository at this point
Copy the full SHA bdf1210View commit details
Commits on Apr 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f5c2a41 - Browse repository at this point
Copy the full SHA f5c2a41View commit details -
- [Fix] revert proper but unintended breaking change in sync packageFilter (#157)
Configuration menu - View commit details
-
Copy full SHA for 579e2b1 - Browse repository at this point
Copy the full SHA 579e2b1View commit details
Commits on May 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for def5931 - Browse repository at this point
Copy the full SHA def5931View commit details
Commits on Jun 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 756419a - Browse repository at this point
Copy the full SHA 756419aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4225ac5 - Browse repository at this point
Copy the full SHA 4225ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae0338 - Browse repository at this point
Copy the full SHA bae0338View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad16af2 - Browse repository at this point
Copy the full SHA ad16af2View commit details -
Merge pull request #162 from ClearCanvas/master
[New] include filename in error message
Configuration menu - View commit details
-
Copy full SHA for 9493b22 - Browse repository at this point
Copy the full SHA 9493b22View commit details -
- [New] include filename in error message (#162) - [New] core: add `trace_events`, `v8/tools/arguments` - [New] add fs/promises to the list of core modules - [Fix] core: `_tls_legacy` is removed in node 10 - [Tests] up to `node` `v10.1`, `v9.11`, `v8.11`, `v6.14`, `4.9`
Configuration menu - View commit details
-
Copy full SHA for dcba6d0 - Browse repository at this point
Copy the full SHA dcba6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5394d8 - Browse repository at this point
Copy the full SHA f5394d8View commit details
Commits on Jun 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6f771b2 - Browse repository at this point
Copy the full SHA 6f771b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b502f7c - Browse repository at this point
Copy the full SHA b502f7cView commit details
Commits on Jun 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3a64219 - Browse repository at this point
Copy the full SHA 3a64219View commit details -
[Fix] resolution when
filename
option is passedPR #162 introduced a `parent` variable that contains either the full filename of the requiring module or the `basedir`. Some of the places where `basedir` was used were updated to use `parent` instead, but that's not correct; the `path.resolve()` calls would receive the full filename instead of the directory name. This patch reverts the improper `parent` uses to `basedir`.
Configuration menu - View commit details
-
Copy full SHA for 9c370c9 - Browse repository at this point
Copy the full SHA 9c370c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5fc91b - Browse repository at this point
Copy the full SHA b5fc91bView commit details
Commits on Nov 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f3961df - Browse repository at this point
Copy the full SHA f3961dfView commit details -
[New]
async
/sync
/node-modules-paths
: Adds support for “paths” b……eing a function
Configuration menu - View commit details
-
Copy full SHA for 7112873 - Browse repository at this point
Copy the full SHA 7112873View commit details
Commits on Nov 22, 2018
-
[Refactor]
node-modules-paths
: Changepaths
function option to re……ceive a thunk for node modules resolution paths - this would be a breaking change, but the “paths as function” option has not yet been released.
Configuration menu - View commit details
-
Copy full SHA for d652f01 - Browse repository at this point
Copy the full SHA d652f01View commit details
Commits on Nov 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2b4f3a8 - Browse repository at this point
Copy the full SHA 2b4f3a8View commit details -
[Dev Deps] update
eslint
,@ljharb/eslint-config
,object-keys
, `……safe-publish-latest`, `tape`
Configuration menu - View commit details
-
Copy full SHA for 5542700 - Browse repository at this point
Copy the full SHA 5542700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1018c0e - Browse repository at this point
Copy the full SHA 1018c0eView commit details
Commits on Dec 13, 2018
-
[Fix]
sync
/async
: when package.jsonmain
is not a string, throw…… an error Fixes #178.
Configuration menu - View commit details
-
Copy full SHA for 4b2b392 - Browse repository at this point
Copy the full SHA 4b2b392View commit details
Commits on Dec 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f839d20 - Browse repository at this point
Copy the full SHA f839d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765b3cb - Browse repository at this point
Copy the full SHA 765b3cbView commit details
Commits on Dec 17, 2018
-
- [New] `async`/`sync`/`node-modules-paths`: Adds support for “paths” being a function (#172, #173) - [New] Implements a "normalize-options" pseudo-hook (#174) - [Fix] `sync`/`async`: fix `preserveSymlinks` option (#177) - [Fix] `sync`/`async`: when package.json `main` is not a string, throw an error (#178) - [Deps] update `path-parse` - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-keys`, `safe-publish-latest`, `tape` - [Tests] up to `node` `v11.4`, `v10.14`, `v8.14`, `v6.15` - [Tests] better failure messages
Configuration menu - View commit details
-
Copy full SHA for 254bb40 - Browse repository at this point
Copy the full SHA 254bb40View commit details
Commits on Jan 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce163e3 - Browse repository at this point
Copy the full SHA ce163e3View commit details
Commits on Jan 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 083e78c - Browse repository at this point
Copy the full SHA 083e78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a4994 - Browse repository at this point
Copy the full SHA 29a4994View commit details -
[Fix]
sync
/async
: when package.jsonmain
is not a string, throw…… an error Fixes #178.
Configuration menu - View commit details
-
Copy full SHA for 09dc3e8 - Browse repository at this point
Copy the full SHA 09dc3e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c67936 - Browse repository at this point
Copy the full SHA 2c67936View commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3296106 - Browse repository at this point
Copy the full SHA 3296106View commit details -
- [New] `core`: add `worker_threads` in v11.7+ - [Fix] `sync`/`async`: when package.json `main` is not a string, throw an error (#178) - [Fix] TypeError: Path must be a string. Received undefined (#181) - [Tests] up to `v11.6`, `v10.15`, `v8.15`, `v6.16` - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
Configuration menu - View commit details
-
Copy full SHA for d098e92 - Browse repository at this point
Copy the full SHA d098e92View commit details
There are no files selected for viewing
This file was deleted.