Commit Graph

10 Commits

Author SHA1 Message Date
Zoltan Kochan
acc1782c6f style: restrict template expressions 2020-08-27 00:57:58 +03:00
Zoltan Kochan
5322cf9b39 style: use nullish coalescing 2020-08-26 01:15:47 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
71aeb9a382 refactor: API of resolvers and fetchers
Instead of creating a separate fetch function for the resolvers
and fetchers, use a single one.

Also, use a single getCredentials function.

close #2652
PR #2655
2020-06-29 17:13:02 +03:00
Zoltan Kochan
c75a921e36 style: no trailing commas in functions 2020-05-12 19:00:16 +03:00
Zoltan Kochan
e287f5ee92 fix: print a better error message on bad spec
PR #2394
close #2380
2020-03-03 23:47:19 +02:00
Zoltan Kochan
931534db47 fix(outdated): request meta for scoped packages from right registry
also, fixes finding outdated aliased dependencies.

close #1504
PR #1924
2019-07-24 16:20:26 +03:00
ExE Boss
632c01a17c refactor(default‑resolver): use ResolverFactoryOptions
PR #1773
2019-04-13 17:32:32 +03:00
ExE Boss
cfeeab8be0 refactor(npm‑resolver): enable strictBindCallApply
PR #1770

* chore(npm‑resolver): Enable `strictBindCallApply`

* fix(npm-resolver): Correct `resolveNpm` type definition

* fix(local‑resolver): Fix return type

* fix(default‑resolver): Specify return type

* test: Fix dependency on `@pnpm/npm‑resolver`

* fix: revert making fields optional in ResolveOptions
2019-04-12 23:34:32 +03:00
Zoltan Kochan
74d3c867d2 refactor: move @pnpm/default-resolver to monorepo
ref #1315
2018-08-11 23:25:40 +03:00