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

remove unused 'assert' dependency #24

Merged
merged 1 commit into from
Mar 18, 2022
Merged

Conversation

ChALkeR
Copy link
Contributor

@ChALkeR ChALkeR commented Mar 10, 2022

It's not used anywhere in the src or the generated lib dirs.

Moreover, assert is a huge module that implements Node.js-compatible assert API and depends on util.

If a simple assertion library is needed in the future, it's better to use e.g. minimalistic-assert module for code that is going to be potentially run in browsers to minimize the bundle.

It's not used anywhere in the `src` or the generated `lib` dirs
Copy link
Contributor

@jayantk jayantk left a comment

Choose a reason for hiding this comment

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

🙇

@jayantk jayantk merged commit ba885ff into pyth-network:main Mar 18, 2022
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