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

perf: reuse compiler process when using sass-embedded #1195

Commits on Mar 28, 2024

  1. perf: reuse compiler process when using sass-embedded

    This implements the Shared Resources proposal that was accepted and implemented in Dart Sass 1.70.0.
    By reusing the same compiler process when compiling multiple files, this significantly improves
    performance for tools like webpack.
    
    Closes: webpack-contrib#1163
    renspoesse committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ecc9206 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    5952f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8a443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b111ffd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. refactor: use WeakMap

    renspoesse committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e75dbde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2514e16 View commit details
    Browse the repository at this point in the history
  3. style: ran prettier

    renspoesse committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ea88129 View commit details
    Browse the repository at this point in the history