@csstools/css-tokenizer
Advanced tools
Comparing version
# Changes to CSS Tokenizer | ||
### 2.4.1 | ||
_July 5, 2024_ | ||
- Remove `astNode` that was erroneously added to the `ParseError` base class. | ||
### 2.4.0 | ||
@@ -16,8 +22,2 @@ | ||
### 2.3.2 | ||
_June 29, 2024_ | ||
- Optimize `cloneTokens` | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md) |
@@ -215,4 +215,2 @@ /** | ||
parserState: Array<string>; | ||
/** The associated AST node. */ | ||
astNode?: unknown; | ||
constructor(message: string, sourceStart: number, sourceEnd: number, parserState: Array<string>); | ||
@@ -219,0 +217,0 @@ } |
{ | ||
"name": "@csstools/css-tokenizer", | ||
"description": "Tokenize CSS", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74071
-0.03%744
-0.27%