@csstools/css-tokenizer
Advanced tools
Comparing version 3.0.0 to 3.0.1
# Changes to CSS Tokenizer | ||
### 3.0.0 | ||
### 3.0.1 | ||
_August 3, 2024_ | ||
_August 18, 2024_ | ||
- Updated: Support for Node v18+ (major). | ||
- Improve performance. | ||
- Updated the return type of `nextToken()` to indicate that it always returns a value. | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md) |
@@ -394,3 +394,3 @@ /** | ||
}): { | ||
nextToken: () => CSSToken | undefined; | ||
nextToken: () => CSSToken; | ||
endOfFile: () => boolean; | ||
@@ -397,0 +397,0 @@ }; |
{ | ||
"name": "@csstools/css-tokenizer", | ||
"description": "Tokenize CSS", | ||
"version": "3.0.0", | ||
"version": "3.0.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72132