sass 1.26.2 → 1.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sass.dart.js +3 -3
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=2.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.26.2","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
1
+ {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=2.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.26.3","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
package/sass.dart.js CHANGED
@@ -15390,7 +15390,7 @@ self.readline = require("readline");
15390
15390
  switch ($async$goto) {
15391
15391
  case 0:
15392
15392
  // Function start
15393
- $async$returnValue = "1.26.2 compiled with dart2js 2.7.1";
15393
+ $async$returnValue = "1.26.3 compiled with dart2js 2.7.1";
15394
15394
  // goto return
15395
15395
  $async$goto = 1;
15396
15396
  break;
@@ -18393,7 +18393,7 @@ self.readline = require("readline");
18393
18393
  new Uint8Array(0);
18394
18394
  J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
18395
18395
  J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
18396
- J.set$info$x(self.exports, "dart-sass\t1.26.2\t(Sass Compiler)\t[Dart]\ndart2js\t2.7.1\t(Dart Compiler)\t[Dart]");
18396
+ J.set$info$x(self.exports, "dart-sass\t1.26.3\t(Sass Compiler)\t[Dart]\ndart2js\t2.7.1\t(Dart Compiler)\t[Dart]");
18397
18397
  J.set$types$x(self.exports, {Boolean: $.$get$booleanConstructor(), Color: $.$get$colorConstructor(), List: $.$get$listConstructor(), Map: $.$get$mapConstructor(), Null: $.$get$nullConstructor(), Number: $.$get$numberConstructor(), String: $.$get$stringConstructor(), Error: self.Error});
18398
18398
  J.set$cli_pkg_main_0_$x(self.exports, R._wrapMain(U.sass__main$closure()));
18399
18399
  },
@@ -36361,7 +36361,7 @@ self.readline = require("readline");
36361
36361
  continue;
36362
36362
  t1._ensureSources$0();
36363
36363
  destination = t2.join$8(0, t1._sourceDirectoriesToDestinations.$index(0, t4), t2.withoutExtension$1(t2.relative$2$from(source, t4)) + ".css", _null, _null, _null, _null, _null, _null);
36364
- if (destination !== source)
36364
+ if (t2._isWithinOrEquals$2(destination, source) !== C._PathRelation_equal)
36365
36365
  return destination;
36366
36366
  }
36367
36367
  return;