@tbela99/css-parser 1.4.0 → 1.4.1

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.
@@ -19291,8 +19291,6 @@
19291
19291
  val: tokens.slice(offset)
19292
19292
  });
19293
19293
  delete node.tokens;
19294
- // @ts-ignore
19295
- delete node.raw;
19296
19294
  context.chi.push(node);
19297
19295
  return null;
19298
19296
  }
package/dist/index.cjs CHANGED
@@ -19494,8 +19494,6 @@ function parseNode(results, context, options, errors, src, map, rawTokens, stats
19494
19494
  val: tokens.slice(offset)
19495
19495
  });
19496
19496
  delete node.tokens;
19497
- // @ts-ignore
19498
- delete node.raw;
19499
19497
  context.chi.push(node);
19500
19498
  return null;
19501
19499
  }
@@ -1452,8 +1452,6 @@ function parseNode(results, context, options, errors, src, map, rawTokens, stats
1452
1452
  val: tokens.slice(offset)
1453
1453
  });
1454
1454
  delete node.tokens;
1455
- // @ts-ignore
1456
- delete node.raw;
1457
1455
  context.chi.push(node);
1458
1456
  return null;
1459
1457
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tbela99/css-parser",
3
3
  "description": "CSS parser, minifier and validator for node and the browser",
4
- "version": "v1.4.0",
4
+ "version": "v1.4.1",
5
5
  "exports": {
6
6
  ".": "./dist/node.js",
7
7
  "./node": "./dist/node.js",