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

chore(sdk): Prefer named, direct exports #401

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

dmihalcik-virtru
Copy link
Member

  • For code in the src/tdf folder, replace all default exports with named ones.
  • Should prevent confusion when grepping for code
  • While here, also deletes dead/unused code as found

- For code in the src/tdf folder, replace all default exports with named ones.
- Should prevent confusion when grepping for code
- While here, also deletes dead/unused code as found
@dmihalcik-virtru dmihalcik-virtru requested a review from a team as a code owner December 11, 2024 19:27
@dmihalcik-virtru dmihalcik-virtru merged commit 28bd27f into main Dec 11, 2024
12 checks passed
@dmihalcik-virtru dmihalcik-virtru deleted the feature/typedarray branch December 11, 2024 20:57
elizabethhealy pushed a commit that referenced this pull request Dec 13, 2024
- For code in the src/tdf folder, replace all default exports with named ones.
- Should prevent confusion when grepping for code
- While here, also deletes dead/unused code as found

Signed-off-by: Elizabeth Healy <[email protected]>
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