Anton Gilgur

Results 284 comments of Anton Gilgur

Thanks for reporting this, I see the same issue here. I'm not sure if the vulnerable code path actually affects us though. > Looks like updating the version of `jest`...

Very likely that `ConsoleContext` will be removed per my realization in https://github.com/ezolenko/rollup-plugin-typescript2/pull/345#issuecomment-1200277838, but this PR will also make it easier to remove it as all the code is now in...

I wrote up a root cause analysis and solution proposal for this in https://github.com/ezolenko/rollup-plugin-typescript2/issues/298#issuecomment-1146658442. Will need to a good bit of testing for the solution, but think I have a...

This has been fixed by #406 and released in [`0.34.0`](https://github.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.34.0) 🎉 > I've also pushed my test case project here: > https://github.com/slavafomin/rollup-plugin-typescript2--issue-211 I also confirmed that, with the `files: ["src/index.ts"]`...

Thought I'd note some findings here that I stumbled upon in Webpack-land. `fork-ts-checker-webpack-plugin` previously had similar issues with https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/issues/55 + https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/issues/70. These were originally resolved by https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/pull/77, which straight `import`ed...

I'm configuring `tsdx lint` for one of my libraries for the first time right now and I didn't get the error that `eslint-config-react-app` didn't exist, but that `eslint-plugin-react` and `eslint-plugin-import`...

Yea that's probably the same root problem. A "shareable config" would still have the same issue -- the longstanding https://github.com/eslint/eslint/issues/3458 is the root of all this I'm pretty sure. I...

@karlhorky yea resolutions are the best way to workaround this if you're installing an incompatible version. It is indeed because of the `node_modules` directory/sub-directory placement like you wrote, and `resolutions`...

So #953 reports part of the same error (the "no member" error) similarly in a Rush monorepo. It seemed like it might be due to the PNPM hard links that...

For reference, I am fairly sure I fixed this upstream in https://github.com/ezolenko/rollup-plugin-typescript2/pull/332, which fixed https://github.com/ezolenko/rollup-plugin-typescript2/issues/330, which is a very similar upstream issue with `pnpm` symlinks. To use that in your...