@types/css-tree
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -859,3 +859,8 @@ // Type definitions for css-tree 2.3 | ||
export class Lexer { | ||
matchAtruleDescriptor(atruleName: string, descriptorName: string, value: CssNode | string): LexerMatchResult; | ||
matchAtrulePrelude(atruleName: string, prelude: CssNode | string): LexerMatchResult; | ||
matchDeclaration(node: CssNode): LexerMatchResult; | ||
matchProperty(propertyName: string, value: CssNode | string): LexerMatchResult; | ||
matchType(typeName: string, value: CssNode | string): LexerMatchResult; | ||
match(syntax: DSNode | string, value: CssNode | string): LexerMatchResult; | ||
} | ||
@@ -862,0 +867,0 @@ |
{ | ||
"name": "@types/css-tree", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "TypeScript definitions for css-tree", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/css-tree", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d64cbfe4eddf0665710ef7cd890a7d229a7f57efa2514671914b58e63070e870", | ||
"typesPublisherContentHash": "0e7c85009c737a65fc999422cee0b79cf38082125b3c57efa3dd2f64fb1db878", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 08 Feb 2023 09:02:34 GMT | ||
* Last updated: Tue, 21 Feb 2023 01:32:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
24789
756