@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.
- package/dist/index-umd-web.js +0 -2
- package/dist/index.cjs +0 -2
- package/dist/lib/parser/parse.js +0 -2
- package/package.json +1 -1
package/dist/index-umd-web.js
CHANGED
|
@@ -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
|
}
|
package/dist/lib/parser/parse.js
CHANGED