@types/css-tree
Advanced tools
Comparing version 2.3.9 to 2.3.10
@@ -910,2 +910,4 @@ export interface CssLocation { | ||
export const lexer: Lexer; | ||
export function fork(extension: { | ||
@@ -912,0 +914,0 @@ atrules?: Record<string, string> | undefined; |
{ | ||
"name": "@types/css-tree", | ||
"version": "2.3.9", | ||
"version": "2.3.10", | ||
"description": "TypeScript definitions for css-tree", | ||
@@ -29,4 +29,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/css-tree", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3063481e2e65216de22afcefc550bc99c03a12aa6de3b4b8242275ec3ef0bd9d", | ||
"typeScriptVersion": "4.9" | ||
"typesPublisherContentHash": "e05b2a8814822786a494f85847feb174e2af238259e7e221c141bebbf2e51a67", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 13 Nov 2024 00:03:59 GMT | ||
* Last updated: Sun, 29 Dec 2024 00:47:13 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
25795
801