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

analyzeCss.js: lazy load analyze-css module via await import() #1169

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from

Commits on Jun 14, 2022

  1. analyzeCss.js: lazy load analyze-css module via await import()

    Prepare for analyze-css to be a pure EMS package - macbre/analyze-css#616
    macbre committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    a9eed8b View commit details
    Browse the repository at this point in the history
  2. eslint: allow dynamicImport syntax

    Solves:
    
     phantomas/modules/analyzeCss/analyzeCss.js
      92:29  error  'import()' expressions are not supported yet  node/no-unsupported-features/es-syntax
    macbre committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d8174d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    6ac7c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    3547c97 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    91af12f View commit details
    Browse the repository at this point in the history