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 Creates a test harness/structure for [watch mode](https://rollupjs.org/guide/en/#rollupwatch) tests and adds an initial test suite to it - Built on top of #371 and #384 - Follow-up to https://github.com/ezolenko/rollup-plugin-typescript2/pull/371#issuecomment-1174339120...

kind: internal
scope: cache
scope: tests
scope: watch mode

## Troubleshooting 1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior No, due to this plugin changing `outDir` 2. Does your Rollup plugin...

solution: workaround available
scope: integration
scope: upstream
scope: Vite

## What happens and why it is incorrect Rollup watch mode emits the following error: `(plugin rpt2) Error: Could not find source file: '/home/skagur/dev/rpt2-repro/index.ts'` Repository for the reproduction of the...

problem: removed issue template
scope: watch mode

#### What happens and why it is wrong Without `clean: true` option, the plugin is catching the configuration even if changes at rollup config level are done (changing the implementation...

kind: bug
kind: feature
priority: blocked
solution: workaround available
scope: docs
PR welcome
scope: upstream
priority: in progress
scope: cache

## Summary Merge the two context files into a single file as they're _intended_ to be as similar as possible. They're also _not_ meant to be more extensible to create...

kind: internal

**NOTE**: this is built on top of #403 as it changes its code a bit. #403 is itself built on top of #386. As such, I've marked this PR as...

kind: bug
scope: tests
topic: type-only / emit-less imports

**NOTE**: this is built on top of #386 as the `testDir` changes there are required to have a correct `outDir`. As such, I've marked this PR as "Draft" until that...

kind: internal
scope: tests

**NOTE**: this is built on top of #404 as it uses the `context` changes made there. #404 is itself built on top of #397. As such, I've marked this PR...

kind: internal
scope: tests

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

kind: internal
scope: tests

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

kind: internal
scope: tests