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

Rollup plugin for typescript with compiler errors.

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

This option is needed to solve https://github.com/grpc/grpc-node/issues/2617 which prevents grpc-js from being compiled using rollup-plugin-typescript2 Currently only ES2015, ES2020, ES2022 and ESNext module options are supported. Option was added in...

## Troubleshooting ## What happens and why is it incorrect recently I've been trying to move my entire design-system build and test process to Deno. what makes it hard is...

problem: removed issue template
scope: integration

## Summary Running `rollup -c --configPlugin=typescript2` with _rollup.config.ts_: ```typescript import pkg from './package.json' with { type: 'json' }; export default { input: 'src/index.mjs', output: [{ file: pkg.exports['.'].import, format: 'es', sourcemap:...

scope: configPlugin

## Summary Fixes a few problems related to `host.ts` and speed up compilation for large projects. ## Details The current version of `rollup-plugin-typescript2` causes the TypeScript cache to get constantly...

kind: optimization
topic: TS Compiler API Docs

## Troubleshooting 1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior 1. Does your Rollup plugin order match [this plugin's compatibility](https://github.com/ezolenko/rollup-plugin-typescript2#compatibility)? If not,...

solution: workaround available
kind: support
solution: Rollup behavior