Parse-time deprecation messages are not properly rate limited #2390
Closed
Description
$ npx sass --version
1.80.0 compiled with dart2js 3.5.3
$ npx sass --no-verbose node_modules/bootstrap/scss/bootstrap.scss 2>&1 | grep 'Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.' | wc -l
87
When compiling latest bootstrap, the same @import
deprecation is printed 87 times, where it should only be printed 5 times and then get summarized.