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

feat(index): export modules from index #149

Merged
merged 1 commit into from
Feb 3, 2020
Merged

Conversation

katis
Copy link
Contributor

@katis katis commented Dec 1, 2019

BREAKING CHANGE: renamed function module to fn to avoid keyword conflict

Re-exporting named modules from index should be tree shakable in the future with the upcoming export * as ns from './ns' syntax. See microsoft/TypeScript#4813

BREAKING CHANGE: renamed function module to fn to avoid keyword conflict
@codecov
Copy link

codecov bot commented Dec 1, 2019

Codecov Report

Merging #149 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #149   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines         173    173           
  Branches       18     18           
=====================================
  Hits          173    173
Impacted Files Coverage Δ
src/dict.ts 100% <ø> (ø) ⬆️
src/fn.ts 100% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70eb1d0...4b0ac09. Read the comment docs.

@katis katis requested a review from deiga December 1, 2019 16:07
@katis katis merged commit ed7293e into master Feb 3, 2020
@katis katis deleted the feature/index-exports branch February 3, 2020 07:05
@katis
Copy link
Contributor Author

katis commented Feb 3, 2020

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@katis katis added the released label Feb 3, 2020
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.

2 participants