fullstacked 0.12.0-1267 → 0.12.0-1270

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.
@@ -32517,7 +32517,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
32517
32517
  J.set$deprecations$x(self2.exports, A.jsify($.$get$deprecations()));
32518
32518
  J.set$Version$x(self2.exports, $.$get$versionClass());
32519
32519
  J.set$loadParserExports_$x(self2.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
32520
- J.set$info$x(self2.exports, "dart-sass 1.92.0 (Sass Compiler) [Dart]\ndart2js 3.9.2 (Dart Compiler) [Dart]");
32520
+ J.set$info$x(self2.exports, "dart-sass 1.93.0 (Sass Compiler) [Dart]\ndart2js 3.9.3 (Dart Compiler) [Dart]");
32521
32521
  A.updateCanonicalizeContextPrototype();
32522
32522
  A.updateSourceSpanPrototype();
32523
32523
  J.set$render$x(self2.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -37488,7 +37488,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
37488
37488
  while (true)
37489
37489
  switch ($async$goto) {
37490
37490
  case 0:
37491
- $async$returnValue = "1.92.0 compiled with dart2js 3.9.2";
37491
+ $async$returnValue = "1.93.0 compiled with dart2js 3.9.3";
37492
37492
  $async$goto = 1;
37493
37493
  break;
37494
37494
  case 1:
@@ -52987,8 +52987,19 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
52987
52987
  return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
52988
52988
  },
52989
52989
  toImplicitConfiguration$0() {
52990
- var t2, t3, t4, i, values, nodes, t5, t6, $name, value, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
52991
- for (t2 = this._async_environment$_variables, t3 = type$.Value, t4 = this._async_environment$_variableNodes, i = 0; i < t2.length; ++i) {
52990
+ var t2, t3, t4, t5, t6, $name, value, i, values, nodes, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
52991
+ for (t2 = this._async_environment$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value; t2.moveNext$0(); ) {
52992
+ t4 = t2.__js_helper$_current;
52993
+ for (t5 = A.MapExtensions_get_pairs(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
52994
+ t6 = t5.get$current(t5);
52995
+ $name = t6._0;
52996
+ value = t6._1;
52997
+ t6 = t4.get$variableNodes().$index(0, $name);
52998
+ t6.toString;
52999
+ configuration.$indexSet(0, $name, new A.ConfiguredValue(value, null, t6));
53000
+ }
53001
+ }
53002
+ for (t2 = this._async_environment$_variables, t4 = this._async_environment$_variableNodes, i = 0; i < t2.length; ++i) {
52992
53003
  values = t2[i];
52993
53004
  nodes = t4[i];
52994
53005
  for (t5 = A.MapExtensions_get_pairs(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
@@ -54303,8 +54314,19 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
54303
54314
  return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
54304
54315
  },
54305
54316
  toImplicitConfiguration$0() {
54306
- var t2, t3, t4, i, values, nodes, t5, t6, $name, value, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
54307
- for (t2 = this._variables, t3 = type$.Value, t4 = this._variableNodes, i = 0; i < t2.length; ++i) {
54317
+ var t2, t3, t4, t5, t6, $name, value, i, values, nodes, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
54318
+ for (t2 = this._importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value; t2.moveNext$0(); ) {
54319
+ t4 = t2.__js_helper$_current;
54320
+ for (t5 = A.MapExtensions_get_pairs(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
54321
+ t6 = t5.get$current(t5);
54322
+ $name = t6._0;
54323
+ value = t6._1;
54324
+ t6 = t4.get$variableNodes().$index(0, $name);
54325
+ t6.toString;
54326
+ configuration.$indexSet(0, $name, new A.ConfiguredValue(value, null, t6));
54327
+ }
54328
+ }
54329
+ for (t2 = this._variables, t4 = this._variableNodes, i = 0; i < t2.length; ++i) {
54308
54330
  values = t2[i];
54309
54331
  nodes = t4[i];
54310
54332
  for (t5 = A.MapExtensions_get_pairs(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
@@ -55124,7 +55146,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
55124
55146
  }
55125
55147
  try {
55126
55148
  argVersion = A.Version_Version$parse(id);
55127
- sassVersion = A.Version_Version$parse("1.92.0");
55149
+ sassVersion = A.Version_Version$parse("1.93.0");
55128
55150
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
55129
55151
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
55130
55152
  J.addAll$1$ax(deprecations2, A.Deprecation_forVersion(argVersion));
@@ -77537,6 +77559,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
77537
77559
  return this._async_evaluate$_visitor._async_evaluate$_addChild$1(node);
77538
77560
  },
77539
77561
  visitCssDeclaration$1(node) {
77562
+ return this._async_evaluate$_visitor._async_evaluate$_addChild$1(node);
77540
77563
  },
77541
77564
  visitCssImport$1(node) {
77542
77565
  var t2, _s13_ = "_endOfImports", t1 = this._async_evaluate$_visitor;
@@ -81507,6 +81530,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
81507
81530
  return this._visitor._addChild$1(node);
81508
81531
  },
81509
81532
  visitCssDeclaration$1(node) {
81533
+ return this._visitor._addChild$1(node);
81510
81534
  },
81511
81535
  visitCssImport$1(node) {
81512
81536
  var t2, _s13_ = "_endOfImports", t1 = this._visitor;
@@ -86808,8 +86832,19 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
86808
86832
  return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
86809
86833
  },
86810
86834
  toImplicitConfiguration$0() {
86811
- var t2, t3, t4, i, values, nodes, t5, t6, $name, value, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
86812
- for (t2 = this._async_environment0$_variables, t3 = type$.Value_2, t4 = this._async_environment0$_variableNodes, i = 0; i < t2.length; ++i) {
86835
+ var t2, t3, t4, t5, t6, $name, value, i, values, nodes, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
86836
+ for (t2 = this._async_environment0$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value_2; t2.moveNext$0(); ) {
86837
+ t4 = t2.__js_helper$_current;
86838
+ for (t5 = A.MapExtensions_get_pairs0(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
86839
+ t6 = t5.get$current(t5);
86840
+ $name = t6._0;
86841
+ value = t6._1;
86842
+ t6 = t4.get$variableNodes().$index(0, $name);
86843
+ t6.toString;
86844
+ configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, null, t6));
86845
+ }
86846
+ }
86847
+ for (t2 = this._async_environment0$_variables, t4 = this._async_environment0$_variableNodes, i = 0; i < t2.length; ++i) {
86813
86848
  values = t2[i];
86814
86849
  nodes = t4[i];
86815
86850
  for (t5 = A.MapExtensions_get_pairs0(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
@@ -94390,6 +94425,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
94390
94425
  return this._async_evaluate0$_visitor._async_evaluate0$_addChild$1(node);
94391
94426
  },
94392
94427
  visitCssDeclaration$1(node) {
94428
+ return this._async_evaluate0$_visitor._async_evaluate0$_addChild$1(node);
94393
94429
  },
94394
94430
  visitCssImport$1(node) {
94395
94431
  var t2, _s13_ = "_endOfImports", t1 = this._async_evaluate0$_visitor;
@@ -99752,8 +99788,19 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
99752
99788
  return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
99753
99789
  },
99754
99790
  toImplicitConfiguration$0() {
99755
- var t2, t3, t4, i, values, nodes, t5, t6, $name, value, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
99756
- for (t2 = this._environment0$_variables, t3 = type$.Value_2, t4 = this._environment0$_variableNodes, i = 0; i < t2.length; ++i) {
99791
+ var t2, t3, t4, t5, t6, $name, value, i, values, nodes, t1 = type$.String, configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
99792
+ for (t2 = this._environment0$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value_2; t2.moveNext$0(); ) {
99793
+ t4 = t2.__js_helper$_current;
99794
+ for (t5 = A.MapExtensions_get_pairs0(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
99795
+ t6 = t5.get$current(t5);
99796
+ $name = t6._0;
99797
+ value = t6._1;
99798
+ t6 = t4.get$variableNodes().$index(0, $name);
99799
+ t6.toString;
99800
+ configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, null, t6));
99801
+ }
99802
+ }
99803
+ for (t2 = this._environment0$_variables, t4 = this._environment0$_variableNodes, i = 0; i < t2.length; ++i) {
99757
99804
  values = t2[i];
99758
99805
  nodes = t4[i];
99759
99806
  for (t5 = A.MapExtensions_get_pairs0(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0(); ) {
@@ -103836,6 +103883,7 @@ _cliPkgExports.load = function(_cliPkgRequires, _cliPkgExportParam) {
103836
103883
  return this._evaluate0$_visitor._evaluate0$_addChild$1(node);
103837
103884
  },
103838
103885
  visitCssDeclaration$1(node) {
103886
+ return this._evaluate0$_visitor._evaluate0$_addChild$1(node);
103839
103887
  },
103840
103888
  visitCssImport$1(node) {
103841
103889
  var t2, _s13_ = "_endOfImports", t1 = this._evaluate0$_visitor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fullstacked",
3
- "version": "0.12.0-1267",
3
+ "version": "0.12.0-1270",
4
4
  "scripts": {
5
5
  "build": "node build.js",
6
6
  "start": "npm run build && node index.js --lib ../../core/bin --root ~/FullStacked --config ~/.config/fullstacked --editor ../../out/editor",