ts-helper - Fast dependency cycle checker

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • eslint-plugin-import

    ESLint plugin with rules that help validate proper imports.

  • As our codebase has been growing, ESLint’s import/no-cycle rule, which checks for dependency cycles, has become slower and slower, until it’s consumed a nontrivial fraction of our PR build times, with over 2000 source files. The problem seems to be that what the rule does is a very bad fit for ESLint’s way of working, and fixing it would be hard.

  • ts-helper

    Analyze TypeScript projects

  • NPM GitHub

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • madge

    Create graphs from your CommonJS, AMD or ES6 module dependencies

  • I've also noticed that eslint cycle checking is slow for large projects, we currently use madge (https://github.com/pahen/madge) for cycle checking and its very fast and is working pretty well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts