Skip to content

Remove unused assert dependency#14

Merged
Gudahtt merged 2 commits intomasterfrom
remove-unused-asset-dependency
May 11, 2021
Merged

Remove unused assert dependency#14
Gudahtt merged 2 commits intomasterfrom
remove-unused-asset-dependency

Conversation

@Gudahtt
Copy link
Copy Markdown
Member

@Gudahtt Gudahtt commented Feb 12, 2021

assert is a Node.js built-in module, so that will take priority over the assert dependency whenever it is imported. browserify and other bundlers will inject this package whenever it seems assert imported, but they will use their own versions, not the one specified here. In practice, this is entirely unused.

`assert` is a Node.js built-in module, so that will take priority over
the `assert` dependency whenever it is imported. `browserify` and other
bundlers will inject this package whenever it seems `assert` imported,
but they will use their own versions, not the one specified here. In
practice, this is entirely unused.
@Gudahtt Gudahtt requested a review from a team as a code owner May 11, 2021 13:51
@Gudahtt Gudahtt merged commit ea26d88 into master May 11, 2021
@Gudahtt Gudahtt deleted the remove-unused-asset-dependency branch May 11, 2021 14:19
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