@webref/idl
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@webref/idl", | ||
"description": "Web IDL definitions of the web platform", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"repository": { | ||
@@ -17,3 +17,3 @@ "type": "git", | ||
}, | ||
"gitHead": "5231183be2fc45befc333217628800cfadfa67dd" | ||
"gitHead": "087b6bf0f6d75f4653ec783f51ffe17cad178a9e" | ||
} |
@@ -35,2 +35,3 @@ # Web IDL definitions of the web platform | ||
- All IDL files can be parsed by the version of [webidl2.js](https://github.com/w3c/webidl2.js/) used in `peerDependencies` in `package.json`. | ||
- All types except `void` are defined by some specification. | ||
- No duplicate top-level definitions or members. | ||
@@ -43,3 +44,2 @@ - No missing or mismatched types in inheritance chains. | ||
- Extended attributes are not validated at all. | ||
- Some types referenced may not be defined. | ||
- Generally no other guarantees except the ones enforced by tests. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
678454
252