Commit Graph

10 Commits

Author SHA1 Message Date
Zoltan Kochan
e6a2654a27 feat: run prepare scripts of Git dependencies (#3394)
close #855
2021-04-28 02:22:25 +03:00
Zoltan Kochan
ec6e5f6d74 chore: sort the keys in tsconfig.json files 2020-11-19 01:04:43 +02: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
3ac627a709 chore(typescript): use project references
PR #2413
close #2410
2020-03-12 11:30:44 +02:00
Zoltan Kochan
c7a5ad2e70 refactor: move all local types to one place 2019-05-18 01:38:42 +03:00
ExE Boss
c07950e66a refactor: Use package for shared tsconfig.json 2019-05-13 15:00:23 +03:00
ExE Boss
c236c09515 refactor: use shared tsconfig.json
PR #1774
2019-04-14 02:14:37 +03:00
Zoltan Kochan
f63f03e211 fix: update tsconfig of @pnpm/git-fetcher 2019-03-08 12:18:08 +02:00
Zoltan Kochan
75828dcb5c refactor: add @pnpm/git-fetcher to the monorepo 2019-03-08 02:40:54 +02:00