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(deps): remove is-core-module dependency #295

Merged
merged 4 commits into from
Jul 14, 2024

Commits on Jul 14, 2024

  1. chore(deps): remove is-core-module dependency

    Node.js from v6.13.0, v8.10.0, v9.3.0 includes `module.builtinModules` which we can use to natively check if some module belongs to Node.js core or not.
    
    This drops not one, but _three_ dependencies, removing 70 KB of bloat: https://npmgraph.js.org/?q=is-core-module
    wojtekmaj authored and JounQin committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    381c192 View commit details
    Browse the repository at this point in the history
  2. Simplify util

    Co-authored-by: Grigory <grigory.orlov.set@gmail.com>
    2 people authored and JounQin committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f888550 View commit details
    Browse the repository at this point in the history
  3. Update index.ts

    JounQin committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a91764a View commit details
    Browse the repository at this point in the history
  4. Create spotty-grapes-draw.md

    JounQin committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    96951da View commit details
    Browse the repository at this point in the history