Anton Gilgur
Anton Gilgur
**NOTE**: this is built on top of #397 as that also uses the `context` helper. It may also merge conflict with #396 if that is merged. As such, I've marked...
## Summary Add an `istanbul-ignore` statement to the `else` check in the cache regarding corrupted or otherwise "broken" cache - Related to https://github.com/ezolenko/rollup-plugin-typescript2/pull/358#issuecomment-1159295541 ## Details - similar to the other...
## Summary Removes the `if (generateRound === 0)` check in the `options` hook as it is redundant / unnecessary - Related to, but independent of, #390 ## Details - when...
## What kind of feature would you like and why? This is a feature request, not a bug -- need to make a different issue template for that. Schema checking...
## Summary Get to 100% coverage of `tslib.ts` by adding a check for error case - Follow-up to #321 ## Details - use Jest's [module mocks](https://jestjs.io/docs/jest-object#jestmockmodulename-factory-options) to test the error...
## Summary Be more precise with the checks in `check-tsconfig.spec.ts` and reorder things a bit - `check-tsconfig.spec.ts` should now match the structure of `parse-tsconfig.spec.ts` from #397 - Follow-up to #321...
## Summary Adds unit tests for a few scenarios of `parse-tsconfig.ts` - Follow-up to #321 and https://github.com/ezolenko/rollup-plugin-typescript2/pull/371#issuecomment-1174339120 ## Details - test passing `tsconfig`, buggy `tsconfig`, non-existent `tsconfig`, and not a...
#### What happens and why it is wrong `tsconfig.compilerOptions.skipLibCheck` is [by default `false`](https://www.typescriptlang.org/docs/handbook/compiler-options.html), but will always be forced to `true` when using rpts2. This isn't documented in the README ["Some...
Some tasks are self-explanatory if you looked at their script and need no description. I also think knowing what script the task actually runs can be helpful context if only...
## Summary Remove outdated directories for `microbundle` from the Node `gitignore` ## Details **Reasons for making this change:** - `microbundle` hasn't used these directories in 3+ years - and `rollup-plugin-typescript2`,...