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

🏷 typescript enhancements #55

Merged
merged 1 commit into from
May 20, 2022
Merged

🏷 typescript enhancements #55

merged 1 commit into from
May 20, 2022

Conversation

dmihalcik-virtru
Copy link
Member

  • More return types
  • fewer ts-ignores
  • some more types!

- More return types
- fewer ts-ignores
- some more types!
@dmihalcik-virtru dmihalcik-virtru requested a review from a team as a code owner May 19, 2022 21:42
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 28 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -25,5 +25,5 @@
"strictPropertyInitialization": true,
"target": "ES2017"
},
"include": ["src", "test"]
"include": ["facade", "src", "test", "tdf3"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice to remove test from bundle

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for running tsc. Bundling is accomplished with web pack.config, which I think doesn't include these? (It gives an entry point, and then tests/etc should be shaken out), or the package.json files directive, which removes them from the esm module that is the only thing that seems to be built.

@dmihalcik-virtru dmihalcik-virtru merged commit b5af738 into main May 20, 2022
@dmihalcik-virtru dmihalcik-virtru deleted the feature/more-types branch May 20, 2022 13:08
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