{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":609792690,"defaultBranch":"master","name":"typescript-auto-import-cache","ownerLogin":"volarjs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-03-05T08:52:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/121521392?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1703176312.0","currentOid":""},"activityList":{"items":[{"before":"5cf585ba81b2a9806edd789aa381b67b56724db2","after":"812e4b42852be13bf33a10f0266edde0d053cb2a","ref":"refs/heads/master","pushedAt":"2023-12-28T19:17:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"0.3.2","shortMessageHtmlLink":"0.3.2"}},{"before":"8ee3454a6414263699c8b39b087951e16d735238","after":"5cf585ba81b2a9806edd789aa381b67b56724db2","ref":"refs/heads/master","pushedAt":"2023-12-28T19:15:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"fix some issue with package.json auto import (#4)","shortMessageHtmlLink":"fix some issue with package.json auto import (#4)"}},{"before":"bd79362b0cf1cda2803a7ecd344d7e02069a7d6f","after":"8ee3454a6414263699c8b39b087951e16d735238","ref":"refs/heads/master","pushedAt":"2023-12-21T16:34:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"0.3.1","shortMessageHtmlLink":"0.3.1"}},{"before":"18c4b0799d51bbd421a17293f0d70bb7b1a70d20","after":null,"ref":"refs/heads/ts5.3","pushedAt":"2023-12-21T16:31:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"}},{"before":"97fe7d50fe770bd9d79aa07e0482b9ac1279d7ba","after":"bd79362b0cf1cda2803a7ecd344d7e02069a7d6f","ref":"refs/heads/master","pushedAt":"2023-12-21T16:31:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"fix: compatible with TS 5.3 (#3)","shortMessageHtmlLink":"fix: compatible with TS 5.3 (#3)"}},{"before":null,"after":"18c4b0799d51bbd421a17293f0d70bb7b1a70d20","ref":"refs/heads/ts5.3","pushedAt":"2023-12-21T16:09:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"fix: compatible with TS 5.3","shortMessageHtmlLink":"fix: compatible with TS 5.3"}},{"before":"ee3010474720baa5fe8796a6db2ce79395bda24f","after":"97fe7d50fe770bd9d79aa07e0482b9ac1279d7ba","ref":"refs/heads/master","pushedAt":"2023-05-20T17:27:44.857Z","pushType":"push","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"0.3.0","shortMessageHtmlLink":"0.3.0"}},{"before":"18fb4daf3d306b9d16e076d1e8f0679d9c6931ee","after":"ee3010474720baa5fe8796a6db2ce79395bda24f","ref":"refs/heads/master","pushedAt":"2023-05-20T17:26:39.793Z","pushType":"push","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"refactor: externally depend on `ts.sys`","shortMessageHtmlLink":"refactor: externally depend on ts.sys"}},{"before":"280555b75a22d2180ff43e403ca6de9c89767b5d","after":"18fb4daf3d306b9d16e076d1e8f0679d9c6931ee","ref":"refs/heads/master","pushedAt":"2023-04-15T15:13:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"0.2.0","shortMessageHtmlLink":"0.2.0"}},{"before":"04bd1f62ae57c4fed982c9789e777b63262ec270","after":"280555b75a22d2180ff43e403ca6de9c89767b5d","ref":"refs/heads/master","pushedAt":"2023-04-15T15:09:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"feat: improve auto import provider (#2)\n\n* feat: improve auto import provider\r\n\r\nEnsure that auto import provider only clears cache when referencing symlink has\r\nchanged, previously it would reset the cache when any changes to projects where\r\nmade. This could be slow to pick up auto imports as it would trigger auto import\r\nto resolve every time change was made.\r\n\r\nCopy more source types over from source to make the code more typesafe and easier\r\nto reason with.\r\n\r\nDecouple auto import provider project to seperate file to make easier to work with.\r\n\r\n* fix: `key in` always false in some properties for proxy host\r\n\r\n* fix: explicitly proxy methods to host\r\n\r\nExplicitly proxy project methods to host, init project (constructor) seperately as this would proxy\r\ntwice for auto import provider and allows seperate logic for creating language service.\r\n\r\n* refactor: remove uneeded methods from project\r\n\r\n---------\r\n\r\nCo-authored-by: johnsoncodehk ","shortMessageHtmlLink":"feat: improve auto import provider (#2)"}},{"before":"b6c141036f483cbb73388ecdde89c32199bf36cb","after":"04bd1f62ae57c4fed982c9789e777b63262ec270","ref":"refs/heads/master","pushedAt":"2023-04-02T13:38:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"0.1.0","shortMessageHtmlLink":"0.1.0"}},{"before":"af9d1dea7c23a05d2d61f8e15915433ead588d8d","after":"b6c141036f483cbb73388ecdde89c32199bf36cb","ref":"refs/heads/master","pushedAt":"2023-04-02T13:36:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"johnsoncodehk","name":"Johnson Chu","path":"/johnsoncodehk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16279759?s=80&v=4"},"commit":{"message":"feat: add full auto import logic for typescript >= 5.0.0 (#1)","shortMessageHtmlLink":"feat: add full auto import logic for typescript >= 5.0.0 (#1)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD06PbRQA","startCursor":null,"endCursor":null}},"title":"Activity ยท volarjs/typescript-auto-import-cache"}