Skip to content

Fix Typescript export #891

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fix Typescript export #891

wants to merge 1 commit into from

Conversation

tuarrep
Copy link

@tuarrep tuarrep commented Jul 14, 2020

Correct Typescript export which causes error when compiling

25:3 An export assignment cannot be used in a module with other exported elements.
    23 |   }
    24 | 
  > 25 |   export = Draggable;
       |   ^
    26 | }
    27 | 
Version: typescript 3.9.6

```
25:3 An export assignment cannot be used in a module with other exported elements.
    23 |   }
    24 | 
  > 25 |   export = Draggable;
       |   ^
    26 | }
    27 | 
Version: typescript 3.9.6
```
rtucek added a commit to rtucek/vue-query-builder that referenced this pull request Jul 21, 2020
* Upgrade dependencies overall
* Fix [GHSA-p6mc-m468-83gw](GHSA-p6mc-m468-83gw)
* Pin `Vue.Draggable` below version v2.24, because recent TS addition causes compile errors.
  [We'll update once fix is merged](SortableJS/Vue.Draggable#891)
@David-Desmaisons
Copy link
Member

Already corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants