Michael Schmuki
4a4d42d8f7
fix: allow dependencies without a package.json ( #3782 )
...
close #1866
Co-authored-by: Zoltan Kochan <z@kochan.io >
2021-10-01 00:31:55 +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
Juan Picado
c58e1d50a5
test: jest migration
...
PR #2924
ref #2858
2020-10-14 13:09:08 +03:00
Zoltan Kochan
0a65440431
perf: faster integrity verification of the store
...
If a file in the store was never modified, we are not checking its
integrity.
PR #2876
2020-09-19 23:20:19 +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
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
89f5178369
test: add type references to tests
2019-05-19 20:05:11 +03:00
Zoltan Kochan
49cdefd906
style: fix formatting in tests
2019-04-13 00:47:04 +03:00
Zoltan Kochan
75828dcb5c
refactor: add @pnpm/git-fetcher to the monorepo
2019-03-08 02:40:54 +02:00