-
Notifications
You must be signed in to change notification settings - Fork 504
Generated typings are broken #285
Copy link
Copy link
Closed
Labels
kind: bugSomething isn't workingSomething isn't workingscope: upstreamIssue in upstream dependencyIssue in upstream dependencytopic: v0.10.xIssues related to broken builds in v0.10.x / @wessberg/rollup-plugin-tsIssues related to broken builds in v0.10.x / @wessberg/rollup-plugin-ts
Description
Current Behavior
Generated typings are broken (literally) starting from v0.10.0. Here are some snippets:
interface Query extends Object {
id: ID;
type?: ch;
';;
exp;
} interface Query extends Object {
id: ID;
type?: xport;
fu;
}And YES, it duplicated almost every type declaration (see the full file here)
Expected behavior
Typings don't have syntax errors.
Suggested solution(s)
I think it's a bug in @wessberg/rollup-plugin-ts. I tried that lib before in a different project but quickly removed it due to the same issue.
Your environment
| Software | Version(s) |
|---|---|
| TSDX | >= v0.10.0 |
| TypeScript | 3.6.4 |
| Browser | N/A |
| npm/Yarn | 6.11.3 |
| Node | 12.8.1 |
| Operating System | Debian Linux |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: bugSomething isn't workingSomething isn't workingscope: upstreamIssue in upstream dependencyIssue in upstream dependencytopic: v0.10.xIssues related to broken builds in v0.10.x / @wessberg/rollup-plugin-tsIssues related to broken builds in v0.10.x / @wessberg/rollup-plugin-ts