-
- Rollup Version: 2.50.5
- Operating System (or Browser): macOS Catalina
- Node Version (if applicable): 12.20.0
- Link to reproduction (IMPORTANT, read below):
### Expected Behavior
…
-
Hey guys,
I just upgraded to this plugin from rollup-plugin-typescript2 as I swtiched to typescript3. But now I am getting this error:
[!] Error: The keyword 'interface' is reserved
src…
-
-
Rollup fails with your intial configuration
## Error Log
```
yarn clean && rollup -c | dot -Tpng > graph.png
$ rm -rf lib coverage
/bin/sh: dot: command not found
src/index.ts → lib/index.cj…
-
### Current Behavior
If I want to use `moduleResolution` as node16, currently tsdx ignores what is specified in tsconfig and uses legacy module resolution. This causes typescript errors.
The…
-
Baseline: TS 4.3.2
Test: e0648173719f8f2a01d775e326d8590556bb16cd
New error: `error TS2590: Expression produces a union type that is too complex to represent.`
Dependencies
```json
"@flue…
-
### Documentation is
- [X] Missing
- [ ] Needed
- [ ] Confusing
- [ ] Not sure?
### Please Explain in Detail...
This error message in the title of this issue is reported in a way that is n…
-
#### 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 of a transfor…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
The Web Worker is failing to load external dependencies.
The web worker works fine for standalone functions that are written inside the Worker.ts file but when I moved actual code that had externa…