rollup-plugin-typescript2 icon indicating copy to clipboard operation
rollup-plugin-typescript2 copied to clipboard

Rollup plugin for typescript with compiler errors.

Results 40 rollup-plugin-typescript2 issues
Sort by recently updated
recently updated
newest added

## Summary Removes the `if (generateRound === 0)` check in the `options` hook as it is redundant / unnecessary - Related to, but independent of, #390 ## Details - when...

kind: internal

## 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...

kind: feature

## 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...

kind: internal
scope: tests

v0.36 doesn't have some entry points the plugin uses. Should fail gracefully.

kind: feature
kind: dx

#### What happens and why it is wrong Once I upgraded TS to v3.4.2, the compilation time is very slow. With TS v3.3 my project built in ~20s and with...

help wanted
priority: blocked
scope: upstream
topic: TS version

## 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...

kind: internal
scope: tests

## 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...

kind: internal
topic: OS separators
scope: tests

#### What happens and why it is wrong Possibly this is a misconfiguration on my end, but it looks like a bug. When you use an `object` as the `input`...

kind: bug
help wanted
solution: workaround available

#### 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...

kind: bug
priority: backlog
problem: no repro

After interface modification the plugin (v0.3.0) serves depending files from the cache, missing potentially breaking changes. To reproduce make a clean build, break a type-only ts file and rerun a...

kind: bug
priority: in progress
scope: cache
topic: type-only / emit-less imports
scope: watch mode