Skip to content

Fix enum being empty #563

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

Merged
merged 1 commit into from
Apr 15, 2021
Merged

Fix enum being empty #563

merged 1 commit into from
Apr 15, 2021

Conversation

drwpow
Copy link
Contributor

@drwpow drwpow commented Apr 15, 2021

Fall back to its default type of no enums given (TypeScript lacks an “empty enum” type).

Fixes #561

Fall back to its default type of no enums given (TypeScript lacks an “empty enum” type)
@codecov
Copy link

codecov bot commented Apr 15, 2021

Codecov Report

Merging #563 (3b7aee7) into main (83e8252) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 3b7aee7 differs from pull request most recent head dfb7eed. Consider uploading reports for the commit dfb7eed to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #563   +/-   ##
=======================================
  Coverage   85.50%   85.50%           
=======================================
  Files           9        9           
  Lines         338      338           
  Branches      112      112           
=======================================
  Hits          289      289           
  Misses         45       45           
  Partials        4        4           
Impacted Files Coverage Δ
src/utils.ts 94.33% <100.00%> (ø)

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 12b1a17...dfb7eed. Read the comment docs.

@drwpow drwpow merged commit 1e890b7 into main Apr 15, 2021
@drwpow drwpow deleted the empty-enum branch April 15, 2021 04:49
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.

error: SyntaxError: '=>' expected.
1 participant