@appsurify-testmap/rrdom 2.0.0-alpha.21 → 2.0.0-alpha.23

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.
package/dist/rrdom.cjs CHANGED
@@ -517,7 +517,7 @@ function cloneNode(obj, parent) {
517
517
  }
518
518
  return cloned;
519
519
  }
520
- let Node$4 = class Node {
520
+ let Node$5 = class Node2 {
521
521
  constructor(defaults = {}) {
522
522
  this.raws = {};
523
523
  this[isClean$2] = false;
@@ -809,10 +809,10 @@ let Node$4 = class Node {
809
809
  return this;
810
810
  }
811
811
  };
812
- var node = Node$4;
813
- Node$4.default = Node$4;
814
- let Node$3 = node;
815
- let Declaration$4 = class Declaration extends Node$3 {
812
+ var node = Node$5;
813
+ Node$5.default = Node$5;
814
+ let Node$4 = node;
815
+ let Declaration$4 = class Declaration extends Node$4 {
816
816
  constructor(defaults) {
817
817
  if (defaults && typeof defaults.value !== "undefined" && typeof defaults.value !== "string") {
818
818
  defaults = { ...defaults, value: String(defaults.value) };
@@ -1468,8 +1468,8 @@ let MapGenerator$2 = class MapGenerator {
1468
1468
  }
1469
1469
  };
1470
1470
  var mapGenerator = MapGenerator$2;
1471
- let Node$2 = node;
1472
- let Comment$4 = class Comment extends Node$2 {
1471
+ let Node$3 = node;
1472
+ let Comment$4 = class Comment extends Node$3 {
1473
1473
  constructor(defaults) {
1474
1474
  super(defaults);
1475
1475
  this.type = "comment";
@@ -1480,7 +1480,7 @@ Comment$4.default = Comment$4;
1480
1480
  let { isClean: isClean$1, my: my$1 } = symbols;
1481
1481
  let Declaration$3 = declaration;
1482
1482
  let Comment$3 = comment;
1483
- let Node$1 = node;
1483
+ let Node$2 = node;
1484
1484
  let parse$4, Rule$4, AtRule$4, Root$6;
1485
1485
  function cleanSource(nodes) {
1486
1486
  return nodes.map((i) => {
@@ -1497,7 +1497,7 @@ function markDirtyUp(node2) {
1497
1497
  }
1498
1498
  }
1499
1499
  }
1500
- let Container$7 = class Container extends Node$1 {
1500
+ let Container$7 = class Container extends Node$2 {
1501
1501
  append(...children) {
1502
1502
  for (let child of children) {
1503
1503
  let nodes = this.normalize(child, this.last);
@@ -3524,7 +3524,7 @@ let parse = parse_1;
3524
3524
  let list = list_1;
3525
3525
  let Rule2 = rule;
3526
3526
  let Root2 = root;
3527
- let Node2 = node;
3527
+ let Node$1 = node;
3528
3528
  function postcss(...plugins) {
3529
3529
  if (plugins.length === 1 && Array.isArray(plugins[0])) {
3530
3530
  plugins = plugins[0];
@@ -3584,7 +3584,7 @@ postcss.Result = Result2;
3584
3584
  postcss.Input = Input2;
3585
3585
  postcss.Rule = Rule2;
3586
3586
  postcss.Root = Root2;
3587
- postcss.Node = Node2;
3587
+ postcss.Node = Node$1;
3588
3588
  LazyResult2.registerPostcss(postcss);
3589
3589
  var postcss_1 = postcss;
3590
3590
  postcss.default = postcss;