Commit Graph

11 Commits

Author SHA1 Message Date
Zoltan Kochan
3b147ced99 fix: installing Git-hosted packages (#3408)
close #3407
2021-04-28 22:24:34 +03:00
Zoltan Kochan
e6a2654a27 feat: run prepare scripts of Git dependencies (#3394)
close #855
2021-04-28 02:22:25 +03:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
Zoltan Kochan
88e1eaa908 style: use no delimiters in type declarations 2020-08-26 01:42:36 +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
187615f871 fix: installing git-hosted dependencies
Fixing a regression caused by breaking changes in the fetch function
API.
`@pnpm/git-fetcher` was not correctly updated.

As a result, git-hosted dependencies were not being installed.

PR #2580
2020-05-28 12:21:32 +03:00
Zoltan Kochan
c75a921e36 style: no trailing commas in functions 2020-05-12 19:00:16 +03:00
Zoltan Kochan
42e6490d18 perf: read the package manifests from the memory, when possible
When a new package is being added to the store, its manifest is streamed
in the memory. So instead of reading the manifest from the filesystem,
we can parse the stream from the memory.

PR #2525
2020-05-03 17:38:10 +03:00
Zoltan Kochan
b6a82072ea feat!: using a content-addressable filesystem
ref #2470

BREAKING CHANGE:

New global store structure
2020-04-26 15:40:03 +03:00
Zoltan Kochan
47f718d70f fix(deps): use @zkochan/rimraf instead of rimraf-then 2019-08-18 02:40:20 +03:00
Zoltan Kochan
75828dcb5c refactor: add @pnpm/git-fetcher to the monorepo 2019-03-08 02:40:54 +02:00