{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":239649719,"defaultBranch":"master","name":"rollup-plugin-typescript2","ownerLogin":"agilgur5","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-02-11T01:24:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4970083?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1689716736.0","currentOid":""},"activityList":{"items":[{"before":"5c04ca18f8aa975de175f85d8dede9758bf0ca6c","after":"1d229d9824f318018643c9f70d9a27e34e8926bf","ref":"refs/heads/test-configplugin-self","pushedAt":"2023-07-18T22:49:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"docs: bump Node requirement to 12.2.0 for `createRequire` support\n\n- set `engines.node` in `package.json` to show this as well","shortMessageHtmlLink":"docs: bump Node requirement to 12.2.0 for createRequire support"}},{"before":"708a42f8af27552216e565ac6b9a6d24b25dc801","after":"5c04ca18f8aa975de175f85d8dede9758bf0ca6c","ref":"refs/heads/test-configplugin-self","pushedAt":"2023-07-18T22:39:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"env: attempt to support `build-self` as ESM\n\n- need to use `createRequire` in ESM mode\n - deps: bump `@types/node` to support the types for that as well\n - this is a BREAKING CHANGE as it requires Node 14+\n- fix `fs-extra` error due to it being CJS\n\n- add `build-self/*` to `prebuild` clean\n - not to `build-self` script, as the `build-self/` directory has to exist for that\n- output as `build-self/index.mjs` instead of `build-self/dist/rollup-plugin-typescript2.es.js`\n - so that types work out of the box -- due to `index.d.ts`\n - and so that Rollup correctly loads it as ESM and not CJS","shortMessageHtmlLink":"env: attempt to support build-self as ESM"}},{"before":"be346172bb5669a984df1be8eac0d05a44630e54","after":"708a42f8af27552216e565ac6b9a6d24b25dc801","ref":"refs/heads/test-configplugin-self","pushedAt":"2023-07-18T22:05:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"env: attempt to support `build-self` as ESM\n\n- need to use `createRequire` in ESM mode\n - deps: bump `@types/node` to support the types for that as well\n - this is a BREAKING CHANGE as it requires Node 14+\n- fix `fs-extra` error due to it being CJS\n\n- add `build-self/dist/` to `prebuild` clean\n - not to `build-self` script, as the `build-self/dist/` directory has to exist for that\n- add a `package.json` to `build-self/dist/` to support ESM and typings\n - otherwise the types won't be found and it would have to use `.mjs` extension as well\n\nNOTE: this is still having an error πŸ˜• πŸ˜• πŸ˜•\n- rpt2 can't resolve `build-self/dist/` ?? (i.e itself)","shortMessageHtmlLink":"env: attempt to support build-self as ESM"}},{"before":null,"after":"be346172bb5669a984df1be8eac0d05a44630e54","ref":"refs/heads/test-configplugin-self","pushedAt":"2023-07-18T21:45:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"env: attempt to support `build-self` as ESM\n\n- need to use `createRequire` in ESM mode\n - deps: bump `@types/node` to support the types for that as well\n - this is a BREAKING CHANGE as it requires Node 14+\n- fix `fs-extra` error due to it being CJS\n\n- add `build-self/dist/` to `prebuild` clean\n - not to `build-self` script, as the `build-self/dist/` directory has to exist for that\n- add a `package.json` to `build-self/dist/` to support ESM and typings\n - otherwise the types won't be found and it would have to use `.mjs` extension as well\n\nNOTE: this is still having an error πŸ˜• πŸ˜• πŸ˜•\n- rpt2 can't resolve `build-self/dist/` ?? (i.e itself)","shortMessageHtmlLink":"env: attempt to support build-self as ESM"}},{"before":"08978b660a3430c5a19acbf9d06eee55d7863b84","after":null,"ref":"refs/heads/deps-semver-audit","pushedAt":"2023-07-14T16:19:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"68017aeb9eb81f9473bfe037ece52a837c1986b5","after":"976dadb53a62e32958f949b72a1c16093af2a329","ref":"refs/heads/master","pushedAt":"2023-07-14T03:01:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"fix: hardcode declaration extension check (#456)\n\n* fix: preemptively `filter` type-only files to workaround Rollup bug\r\n\r\n- basically, right now, the addition of `this.load` on all `references` is causing Rollup to error out on JSON files\r\n - specifically, this is impacting `configPlugin` usage (i.e. `rollup.config.ts`), where previously one didn't need `@rollup/plugin-json`, but now it is erroring out without it\r\n - I tracked this down to be because of `this.load` specifically\r\n - to avoid this and similar such issues, we can preemptively `filter` out files before calling `this.resolve` / `this.load`, which should end up `exclude`ing JSON files and any other non-rpt2 files\r\n - this should also make it a bit more efficient to skip some recursion\r\n - and non-rpt2 files shouldn't include any type-only files\r\n\r\n- confirmed that this change fixes the error\r\n - and that the type-only tests still pass\r\n\r\n* refactor: use a common function for resolution checks\r\n\r\n- since the same logic is used in `resolveId` and these _should_ be equivalent\r\n\r\n- in the future, we might want to add more common logic to this function, e.g. `getAllReferences` removes `undefined` and uses `moduleNameResolver` as well, similar to `resolveId`\r\n - may not be so easy, so TBD\r\n - for instance, even moving the `undefined` check into the func required adding a type guard, as the compiler wasn't quite able to infer that passing the func meant it was not `undefined`\r\n\r\n* feat: also ignore `.d.cts` and `.d.mts` file extensions\r\n\r\n- support newer TS extensions\r\n\r\n- rpt2 should _always_ ignore declarations\r\n - regardless of the `exclude`; as in, if a user accidentally removes declarations in an override, rpt2 should still not directly read declarations\r\n - as they are normally read ambiently by TS and not _directly_ by Rollup or TS\r\n\r\n* fix comment -- there's more reasons why we shouldn't resolve all references\r\n\r\n- we don't `return false` in `resolveId`, so any new file that wasn't previously in Rollup's pipeline _must_ be resolved\r\n - `return` just defers to the next plugin, so, for a declaration, it eventually causes Rollup to try and fail to resolve on its own, giving an `Unexptected token` error message\r\n - but we _don't_ want to `return false` in `resolveId` if they _intentionally_ imported a declaration for some reason (e.g. if they're going to transform it in some way)\r\n - if we did `return false`, no other plugin could process either\r\n - so as a result, we should just never call `this.resolve()` on anything we don't expect to be able to resolve\r\n - i.e. don't add anything new to the pipeline that we don't resolve ourselves","shortMessageHtmlLink":"fix: hardcode declaration extension check (ezolenko#456)"}},{"before":"27be9530699baf4b8eac2a1445073ed59689aadc","after":"08978b660a3430c5a19acbf9d06eee55d7863b84","ref":"refs/heads/deps-semver-audit","pushedAt":"2023-07-14T02:52:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"deps: auto-update `semver` via `npm audit fix`\n\n- updates several references to it in `package-lock.json`\n- removes a warning from NPM","shortMessageHtmlLink":"deps: auto-update semver via npm audit fix"}},{"before":null,"after":"27be9530699baf4b8eac2a1445073ed59689aadc","ref":"refs/heads/deps-semver-audit","pushedAt":"2023-07-14T02:50:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"deps: auto-update `semver` via `npm audit --fix`\n\n- updates several references to it in `package-lock.json`\n- removes a warning from NPM","shortMessageHtmlLink":"deps: auto-update semver via npm audit --fix"}},{"before":"86d987df61e7185f979d502d505d8dd7dde0f2c9","after":"d8301ebb86ba947ce31fee1fd07fc10b317384d7","ref":"refs/heads/deps-upgrade-rollup","pushedAt":"2023-07-14T02:45:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt\n\n- 3.7.5 includes https://github.com/rollup/rollup/commit/ffab4cd09f82c878d42dc9f18572674b5ccd44f9\n - which fixes the duplicate error logging upstream and allows us to remove the `buildEnd` workaround\n- 2.60.0 includes `this.load`, so can remove the `satisfies` check\n- 2.14.0 includes `this.meta.watchMode`, so can remove the env check\n\n- remove deprecated `rollupCommonJSResolveHack`\n - it hasn't done anything since 6fb0e75f5328666dca8ff7b11bc956096351a3eb in late 2020 (~2.5 years ago)\n - and has been formally deprecated since 74f6761ff63863cdb3e92ca1f33640fe6f4fc7db over a year ago\n- remove `objectHashIgnoreUnknownHack` warning\n - hasn't been needed for async functions since 9afc8df0a1dd2a4967fb9a609656bcb678f2a5db in early 2020 (~3.5 years ago)\n - so I think that's a long enough window to now remove the warning\n - also add a link in the docs to `object-hash`\n - noticed there wasn't one, despite all the links I added to the docs!","shortMessageHtmlLink":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt"}},{"before":"ebbf16b866869513bcd2c2a10572be6430ebfb32","after":"86d987df61e7185f979d502d505d8dd7dde0f2c9","ref":"refs/heads/deps-upgrade-rollup","pushedAt":"2023-07-14T02:43:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt\n\n- 3.7.5 includes https://github.com/rollup/rollup/commit/ffab4cd09f82c878d42dc9f18572674b5ccd44f9\n - which fixes the duplicate error logging upstream and allows us to remove the `buildEnd` workaround\n- 2.60.0 includes `this.load`, so can remove the `satisfies` check\n- 2.14.0 includes `this.meta.watchMode`, so can remove the env check\n\n- remove deprecated `rollupCommonJSResolveHack`\n - it hasn't done anything since 6fb0e75f5328666dca8ff7b11bc956096351a3eb in late 2020 (~2.5 years ago)\n - and has been formally deprecated since 74f6761ff63863cdb3e92ca1f33640fe6f4fc7db over a year ago\n- remove `objectHashIgnoreUnknownHack` warning\n - hasn't been needed for async functions since 9afc8df0a1dd2a4967fb9a609656bcb678f2a5db in early 2020 (~3.5 years ago)\n - so I think that's a long enough window to now remove the warning\n - also add a link in the docs to `object-hash`\n - noticed there wasn't one, despite all the links I added to the docs!","shortMessageHtmlLink":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt"}},{"before":"75a6c636046be94b719752f581228992dbe186e7","after":"ebbf16b866869513bcd2c2a10572be6430ebfb32","ref":"refs/heads/deps-upgrade-rollup","pushedAt":"2023-07-14T02:27:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt\n\n- 3.7.5 includes https://github.com/rollup/rollup/commit/ffab4cd09f82c878d42dc9f18572674b5ccd44f9\n - which fixes the duplicate error logging upstream and allows us to remove the `buildEnd` workaround\n- 2.60.0 includes `this.load`, so can remove the `satisfies` check\n- 2.14.0 includes `this.meta.watchMode`, so can remove the env check\n\n- remove deprecated `rollupCommonJSResolveHack`\n - it hasn't done anything since 6fb0e75f5328666dca8ff7b11bc956096351a3eb in late 2020 (~2.5 years ago)\n - and has been formally deprecated since 74f6761ff63863cdb3e92ca1f33640fe6f4fc7db over a year ago\n- remove `objectHashIgnoreUnknownHack` warning\n - hasn't been needed for async functions since 9afc8df0a1dd2a4967fb9a609656bcb678f2a5db in early 2020 (~3.5 years ago)\n - so I think that's a long enough window to now remove the warning\n - also add a link in the docs to `object-hash`\n - noticed there wasn't one, despite all the links I added to the docs!","shortMessageHtmlLink":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt"}},{"before":null,"after":"75a6c636046be94b719752f581228992dbe186e7","ref":"refs/heads/deps-upgrade-rollup","pushedAt":"2023-07-14T02:22:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt\n\n- 3.7.5 includes https://github.com/rollup/rollup/commit/ffab4cd09f82c878d42dc9f18572674b5ccd44f9\n - which fixes the duplicate error logging upstream and allows us to remove the `buildEnd` workaround\n- 2.60.0 includes `this.load`, so can remove the `satisfies` check\n- 2.14.0 includes `this.meta.watchMode`, so can remove the env check\n\n- remove deprecated `rollupCommonJSResolveHack`\n - it hasn't done anything since 6fb0e75f5328666dca8ff7b11bc956096351a3eb in late 2020 (~2.5 years ago)\n - and has been formally deprecated since 74f6761ff63863cdb3e92ca1f33640fe6f4fc7db over a year ago\n- remove `objectHashIgnoreUnknownHack` warning\n - hasn't been needed for async functions since 9afc8df0a1dd2a4967fb9a609656bcb678f2a5db in early 2020 (~3.5 years ago)\n - so I think that's a long enough window to now remove the warning","shortMessageHtmlLink":"deps: bump Rollup peerDep to 3.7.5+, remove tech debt"}},{"before":"d3faa2eababcee053791e6eadcad4bd4e9ceef07","after":null,"ref":"refs/heads/fix-duplicate-error-messages","pushedAt":"2023-07-12T00:14:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"c6704327d782a84733e2fad39404a74b839c26c9","after":null,"ref":"refs/heads/fix-hardcode-extension-check","pushedAt":"2023-07-10T15:51:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"80cbff26df26730ef5bc016af559bbabdd9f3c3f","after":null,"ref":"refs/heads/github-dist-generated","pushedAt":"2023-07-10T15:49:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":null,"after":"80cbff26df26730ef5bc016af559bbabdd9f3c3f","ref":"refs/heads/github-dist-generated","pushedAt":"2023-07-09T16:08:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"github: mark `dist/*` as generated code\n\n- per https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github\n - and https://github.com/github-linguist/linguist/blob/master/docs/overrides.md#generated-code\n\n- should help a good bit with making diffs more condensed by default\n - can still uncollapse generated code, just that default will be collapsed","shortMessageHtmlLink":"github: mark dist/* as generated code"}},{"before":"f6db59613a66f58c48310aa8fa785951970b5d6d","after":"68017aeb9eb81f9473bfe037ece52a837c1986b5","ref":"refs/heads/master","pushedAt":"2023-07-08T02:59:00.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"Adding node 20.x to unit test environments","shortMessageHtmlLink":"Adding node 20.x to unit test environments"}},{"before":"79ec4811c598f7527950affb0c7d33d8a32704a3","after":"c6704327d782a84733e2fad39404a74b839c26c9","ref":"refs/heads/fix-hardcode-extension-check","pushedAt":"2023-07-07T20:18:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"fix comment -- there's more reasons why we shouldn't resolve all references\n\n- we don't `return false` in `resolveId`, so any new file that wasn't previously in Rollup's pipeline _must_ be resolved\n - `return` just defers to the next plugin, so, for a declaration, it eventually causes Rollup to try and fail to resolve on its own, giving an `Unexptected token` error message\n - but we _don't_ want to `return false` in `resolveId` if they _intentionally_ imported a declaration for some reason (e.g. if they're going to transform it in some way)\n - if we did `return false`, no other plugin could process either\n - so as a result, we should just never call `this.resolve()` on anything we don't expect to be able to resolve\n - i.e. don't add anything new to the pipeline that we don't resolve ourselves","shortMessageHtmlLink":"fix comment -- there's more reasons why we shouldn't resolve all refe…"}},{"before":"243c6c041fed7a50c18256e93248b8e1ca9b907f","after":"79ec4811c598f7527950affb0c7d33d8a32704a3","ref":"refs/heads/fix-hardcode-extension-check","pushedAt":"2023-07-07T20:14:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"fix comment -- there's more reasons why we shouldn't resolve all references\n\n- we don't `return false` in `resolveId`, so any new file that wasn't previously in Rollup's pipeline _must_ be resolved\n - `return` just defers to the next plugin, so, for a declaration, it eventually causes Rollup to try and fail to resolve on its own, giving an `Unexptected token` error message\n - but we _don't_ want to `return false` in `resolveId` if they _intentionally_ imported a declaration for some reason (e.g. if they're going to transform it in some way)\n - if we did `return false`, no other plugin could process either\n - so as a result, we should just never call `this.resolve()` on anything we don't expect to be able to resolve\n - i.e. don't add anything new to the pipeline that we don't resolve ourselves","shortMessageHtmlLink":"fix comment -- there's more reasons why we shouldn't resolve all refe…"}},{"before":null,"after":"243c6c041fed7a50c18256e93248b8e1ca9b907f","ref":"refs/heads/fix-hardcode-extension-check","pushedAt":"2023-07-07T19:19:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"feat: also ignore `.d.cts` and `.d.mts` file extensions\n\n- support newer TS extensions\n\n- rpt2 should _always_ ignore declarations\n - regardless of the `exclude`; as in, if a user accidentally removes declarations in an override, rpt2 should still not directly read declarations\n - as they are normally read ambiently by TS and not _directly_ by Rollup or TS","shortMessageHtmlLink":"feat: also ignore .d.cts and .d.mts file extensions"}},{"before":"c306a08f335a2e46ca2e6648728c15632b9ae304","after":"fa00c6cb866cc4e2188acd91fc0ee5df439ca91a","ref":"refs/heads/fix-resolve-filter","pushedAt":"2023-07-07T18:27:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"},"commit":{"message":"fix(build): make our internal Rollup configs TS compatible\n\n- replace the unmaintained `rollup-plugin-re` w/ `@rollup/plugin-replace`\n - `rollup-plugin-re` hasn't had a commit in ~5 years and doesn't have typings (natively or in DT)\n - also import the plugins in the same order that they're used\n- `require(\"package.json\")` -> `import`\n - and add `resolveJsonModule` to our `tsconfig` to handle this\n\n- fix the usage of the `resolve` plugin as it didn't type-check/had outdated usage","shortMessageHtmlLink":"fix(build): make our internal Rollup configs TS compatible"}},{"before":"3a9c95136d8315fd8d37276887c7230e194ae0a2","after":null,"ref":"refs/heads/fix-configplugin-usage","pushedAt":"2023-07-07T18:27:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"72bc70535244f84a5cb2f364202238853492240c","after":null,"ref":"refs/heads/refactor-typecheck-snapshot","pushedAt":"2023-07-02T21:30:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"e94782753dbde18c6f817395fa32aab0fd64b8fb","after":null,"ref":"refs/heads/optim-snapshot","pushedAt":"2023-07-02T21:29:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"ca00f697a1e701ee6a44504ed255e9b600665135","after":null,"ref":"refs/heads/fix-docs-merge-no-concat","pushedAt":"2023-07-02T21:28:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"795aa80c41702614f91c7c3d07b697c841f67827","after":null,"ref":"refs/heads/fix-github-improve-formatting-of-issue-template-spoilers","pushedAt":"2023-07-02T21:28:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"e9ca59ac9a5eb41f03092c8edf63e1b398137571","after":null,"ref":"refs/heads/add-spoilers-to-issue-template","pushedAt":"2023-07-02T21:28:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"d49219626182cc86c4c0cb44b2556b8ec86429bd","after":null,"ref":"refs/heads/use-envinfo-in-issue-template","pushedAt":"2023-07-02T21:28:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"9afc8df0a1dd2a4967fb9a609656bcb678f2a5db","after":null,"ref":"refs/heads/object-hash-update","pushedAt":"2023-07-02T21:28:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}},{"before":"b925a57b366f3ebe278e7ec22ecf4ea803bacb68","after":null,"ref":"refs/heads/fix-docs-async","pushedAt":"2023-07-02T21:28:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"agilgur5","name":"Anton Gilgur","path":"/agilgur5","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4970083?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADWEm3jQA","startCursor":null,"endCursor":null}},"title":"Activity Β· agilgur5/rollup-plugin-typescript2"}