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

#### What happens and why it is wrong Related to #79 and #148 Just a quick PSA in case it will help people out. I was using this plugin because...

help wanted
kind: question

# Summary - [x] [feat(cache): set `options.clean` as `'true'` by default](https://github.com/ezolenko/rollup-plugin-typescript2/pull/420/commits/ee5e649dce108ae832252a0a7f3551df599a86b4) - [x] [feat(index): add 'extraCacheKeys' option](https://github.com/ezolenko/rollup-plugin-typescript2/pull/420/commits/fa70a2f6cc7e7afe53f24744b1edd569771f6ed2) - [x] [fix(cache): apply PR comment fixes](https://github.com/ezolenko/rollup-plugin-typescript2/pull/420/commits/b92964ea834bd1605a00270f6f2e323108eb94d9) # Context Fixes #228 --- ##...

kind: bug
kind: feature
scope: docs
problem: stale
scope: cache

### currently With this plugin I generate `index.cjs` via rollup and this plugin generates the `index.d.ts` next to it. ### desired how can I set the generated `index.d.ts` file to...

kind: feature
solution: workaround available
topic: TS version

## Summary Dogfood rpt2 more by using it as a `configPlugin` on our own internal `rollup.config.ts` ## Details ### Motivation - use rpt2 as a `configPlugin` within our own build...

kind: internal
version: minor
scope: tests
scope: configPlugin

## Troubleshooting My reproducible example - https://github.com/lavcraft/rollup-typescript-project-references-example-problems You need 1. clone 2. npm run ci Follow to next instructions 1. Does `tsc` have the same output? If so, please explain...

solution: workaround available
kind: support
topic: monorepo / symlinks

## Troubleshooting 1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior `tsc` uses actual moduleResolution from my tsconfig so it works. 2. Does...

kind: feature
priority: in progress
solution: needs test
topic: TS version

## Summary Bumping the Rollup peerDep and removing legacy tech debt workarounds - As discussed in https://github.com/ezolenko/rollup-plugin-typescript2/issues/435#issuecomment-1629852786 ## Details ### Rollup upgrade - `3.7.5` includes https://github.com/rollup/rollup/pull/4749 - which fixes the...

scope: dependencies
version: minor

## Troubleshooting 1. Does `tsc` have the same output? No 1. Does your Rollup plugin order match [this plugin's compatibility](https://github.com/ezolenko/rollup-plugin-typescript2#compatibility)? Yes 1. Can you create a [minimal example](https://stackoverflow.com/help/minimal-reproducible-example) that reproduces...

solution: workaround available
scope: integration
scope: vue

## What happens and why it is incorrect When running `rollup.watch` (programmatically) only the first build goes well. All the following builds result in the same output for .ts files....

kind: bug
solution: workaround available
problem: removed issue template
scope: integration
scope: watch mode
scope: vue

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

scope: dependencies