Tags: Caviar-git/dart-sass
Tags
Avoid adding duplicate modules when importing forwarded stylesheets (s… …ass#973) Avoid adding duplicate modules when importing forwarded stylesheets In Google stylesheets that imported import-only stylesheets with many forwards many of times, we were seeing Environment._globalModules grow large enough that variable accesses were a problem. This addresses that in several ways: * Forwarded modules are now ignored if the module is already being forwarded. * Module equality is more intelligent, so that shadowed and forwarded modules can be effectively de-duplicated. * If a module would be fully shadowed by a later import *and* that module has no CSS, we no longer add an empty ShadowedModule to the module list.
Cut a release (sass#958) * Use cli_pkg's updated Chocolatey support * Stop running Node tests on the Dart dev channel for now See dart-lang/test#1184
Merge pull request sass#948 from sass/release Cut a release
Create a release to test cli_pkg infrastructure (sass#940)
PreviousNext