Anton Gilgur

Results 284 comments of Anton Gilgur

I'll mark this as PR welcome. `node_modules` is referenced in a few places and I know some of our dependencies rely on it too, so I don't think the amount...

Failing Windows tests seem to be due to #385 , not the tests here

Rebased with `master` and fixed the merge conflict -- all tests pass now w/ 91% coverage! Will respond to follow-ups in a separate comment

> 1. I think walktree in watch mode is supposed to print out all existing errors Yea, so I think the problem is that `walkTree` doesn't filter already checked files,...

> Rebased with `master` and fixed the merge conflict -- all tests pass now w/ 91% coverage! @ezolenko not sure if changing your GitHub notification settings may have broke something,...

@ezolenko have you had any time for reviews recently? There's still a dozen+ PRs in the queue and I have more on top of those as well (built on top...

@arvigeus have you tried just adding `babelConfig: true` to your `jest.config.js`? i.e. per the docs link: ```javascript // jest.config.js module.exports = { // [...] globals: { 'ts-jest': { babelConfig: true...

Just experienced a similar problem in one of my packages, which works fine with `tsdx build` but then for `tsdx test` requires `@babel/plugin-proposal-class-properties` to be configured. `tsdx test` should definitely...

Just jotting some implementation notes here: ## Started work, found merging problems... So I've started to work on creating a Babel preset similar to @arvigeus 's work (although looks like...

> * While #211 says rpt2 shouldn't process those, I don't necessarily agree with that statement, because `tsc` will process those. Not processing `parsedConfig.fileNames` would mean only processing the Rollup...