Skip to content

Commit

Permalink
fix: Remove assert package to avoid circular dependencies
Browse files Browse the repository at this point in the history
The presence of this package appeared to be causing circular dependency issues with `util` and `inherits`, which led to improperly-generated rule code that could not run.
The built-in assertions provided by node are sufficient for what we need.

A couple of our rollup dependencies are also upgraded to avoid other issues.
  • Loading branch information
steverice committed Jun 7, 2022
1 parent 103ab4c commit e708e56
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1,068 deletions.
Loading

0 comments on commit e708e56

Please sign in to comment.