@types/webidl2
Advanced tools
Comparing version 10.2.0 to 10.2.1
@@ -36,3 +36,4 @@ // Type definitions for webidl2 10.2 | ||
export interface IDLTypeDescription { | ||
type: string; | ||
/** String indicating where this type is used. Can be null if not applicable. */ | ||
type: string | null; | ||
/** Boolean indicating if it is a sequence. Same as generic === "sequence" */ | ||
@@ -195,3 +196,3 @@ sequence: boolean; | ||
/** An array of arguments for the operation. */ | ||
arguments: Argument[] | null; | ||
arguments: Argument[]; | ||
/** A list of extended attributes. */ | ||
@@ -223,4 +224,4 @@ extAttrs: ExtendedAttributes[]; | ||
nullable: boolean; | ||
/** The type of the constant (a simple type, the type name). */ | ||
idlType: string; | ||
/** An IDL Type of the constant that represents a simple type, the type name. */ | ||
idlType: IDLTypeDescription; | ||
/** The name of the constant. */ | ||
@@ -227,0 +228,0 @@ name: string; |
{ | ||
"name": "@types/webidl2", | ||
"version": "10.2.0", | ||
"version": "10.2.1", | ||
"description": "TypeScript definitions for webidl2", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1462739f2fe35422d6df78732760a1f003004550a6f9688f1fdc0874d0f7a8c1", | ||
"typesPublisherContentHash": "c448cb325564f182c230a31c9c8c52f28d491c7678de9097dd301111d2f61461", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 10 Mar 2018 02:17:46 GMT | ||
* Last updated: Thu, 15 Mar 2018 23:17:56 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
12099
254