Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Feb 15, 2023
  2. Dec 08, 2021
  3. Sep 10, 2021
    • Ariya Hidayat's avatar
      Basic skeleton of front-end dependencies analyzer (#17743) · f3a17099
      Ariya Hidayat authored
      * Basic skeleton of front-end dependencies analyzer
      
      * Parse enterprise/frontend
      
      * Handle good ol' require
      
      * For sanity, bail out immediately when encountering a parse errr
      
      * Split into commands (currently returning JSON)
      
      * Filter dependents from stdin
      
      * Track down all dependents, including the indirect/transitive ones
      
      * Fix filtering not including the enterprise
      
      * Map a directory to its index.js, if it exists
      
      * Refactor common functions
      
      * Matrix and count dependents
      f3a17099
Loading