Skip to content
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

fix: only export one thing from glob source #223

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Conversation

achingbrain
Copy link
Member

Fixes:

node_modules/ipfs-utils/dist/src/files/glob-source.d.ts:2:1 - error TS2309: An export assignment cannot be used in a module with other exported elements.

2 export = _exports;

Fixes:

```
node_modules/ipfs-utils/dist/src/files/glob-source.d.ts:2:1 - error TS2309: An export assignment cannot be used in a module with other exported elements.

2 export = _exports;
```
@achingbrain achingbrain merged commit fbbf8f0 into master Nov 18, 2022
@achingbrain achingbrain deleted the fix/exported-types branch November 18, 2022 14:47
github-actions bot pushed a commit that referenced this pull request Nov 18, 2022
### [9.0.9](v9.0.8...v9.0.9) (2022-11-18)

### Bug Fixes

* only export one thing from glob source ([#223](#223)) ([fbbf8f0](fbbf8f0))
@github-actions
Copy link

🎉 This PR is included in version 9.0.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant