@types/webidl2
Advanced tools
Comparing version 23.12.0 to 23.12.1
@@ -86,2 +86,4 @@ // Type definitions for webidl2 23.12 | ||
idlType: string; | ||
/** A list of extended attributes. */ | ||
extAttrs: ExtendedAttribute[]; | ||
} | ||
@@ -107,2 +109,4 @@ | ||
idlType: IDLTypeDescription[]; | ||
/** A list of extended attributes. */ | ||
extAttrs: ExtendedAttribute[]; | ||
} | ||
@@ -309,9 +313,15 @@ | ||
export type ExtendedAttributeRightHandSide = | ||
| ExtendedAttributeRightHandSideBase | ||
| ExtendedAttributeRightHandSideList; | ||
export type ExtendedAttributeRightHandSideBase = | ||
| ExtendedAttributeRightHandSideIdentifier | ||
| ExtendedAttributeRightHandSideString | ||
| ExtendedAttributeRightHandSideDecimal | ||
| ExtendedAttributeRightHandSideInteger; | ||
export type ExtendedAttributeRightHandSideList = | ||
| ExtendedAttributeRightHandSideIdentifierList | ||
| ExtendedAttributeRightHandSideString | ||
| ExtendedAttributeRightHandSideStringList | ||
| ExtendedAttributeRightHandSideDecimal | ||
| ExtendedAttributeRightHandSideDecimalList | ||
| ExtendedAttributeRightHandSideInteger | ||
| ExtendedAttributeRightHandSideIntegerList; | ||
@@ -318,0 +328,0 @@ |
{ | ||
"name": "@types/webidl2", | ||
"version": "23.12.0", | ||
"version": "23.12.1", | ||
"description": "TypeScript definitions for webidl2", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "762ae1b7f14414ba1ea91a4aae1f6e8eb97f9a95ec3f98f824942ee3774006cf", | ||
"typesPublisherContentHash": "1f48d0ee36b02d742b8b34330b0ef52fecfa5cff296f6eb88bc3d92091f8e4d5", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 May 2020 21:28:20 GMT | ||
* Last updated: Wed, 27 May 2020 19:40:41 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `WebIDL2` |
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
16308
378