|
1 |
| -#### What happens and why it is wrong |
2 |
| - |
3 |
| -#### Environment |
| 1 | +## Troubleshooting |
| 2 | +<!-- |
| 3 | + Please follow the steps below to ensure that you have troubleshot this problem sufficiently to believe that it is a bug in this plugin. |
| 4 | + Many issues are the result of common misconfigurations and are not bugs, so please follow the steps to help us help you and prioritize limited volunteer maintainer time. |
| 5 | +--> |
4 | 6 |
|
5 |
| -<!--- describe your environment if it is relevant to the problem ---> |
| 7 | +1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior |
| 8 | + <!-- |
| 9 | + This plugin uses the TS LanguageService under-the-hood. |
| 10 | + It tries to mimic tsc and add Rollup semantics where possible, so if tsc has the same output, the error you're getting may be correct and accurate. |
| 11 | + There are cases where they should differ, however, so if this is one of those, please elaborate. |
| 12 | + --> |
| 13 | + |
| 14 | +1. Does your Rollup plugin order match [this plugin's compatibility](https://github.com/ezolenko/rollup-plugin-typescript2#compatibility)? If not, please elaborate |
| 15 | + <!-- |
| 16 | + Rollup plugin order matters, so if there is a mismatch here, that could be the cause of your issue. |
| 17 | + --> |
| 18 | + |
| 19 | +1. Can you create a [minimal example](https://stackoverflow.com/help/minimal-reproducible-example) that reproduces this behavior? |
| 20 | + <!-- |
| 21 | + Minimal reproductions help us find the root cause of an issue much more expediently than trying to interpret and disentangle a complicated repo. |
| 22 | + The process of creating a minimal reproduction also often helps users find a misconfiguration in their code. |
| 23 | + It could also help you identify the root cause yourself and potentially create a Pull Request to fix it! |
| 24 | + --> |
| 25 | + |
| 26 | +## What happens and why it is incorrect |
| 27 | +<!-- |
| 28 | + Please explain the issue you are encountering and why you believe it is incorrect behavior, in detail. |
| 29 | + Please list any error messages here. |
| 30 | +--> |
6 | 31 |
|
7 |
| -##### Versions |
| 32 | +## Environment |
| 33 | +<!-- Please describe your environment, especially anything potentially relevant to the problem --> |
8 | 34 |
|
| 35 | +### Versions |
9 | 36 | <!--
|
10 | 37 | PLEASE RUN THIS COMMAND INSIDE YOUR PROJECT:
|
11 | 38 |
|
|
0 commit comments