Skip to content

Commit

Permalink
Add inheritance file (from {{InterfaceData}}) and its schema (#122)
Browse files Browse the repository at this point in the history
* Add inheritance file (from {{InterfaceData}}) and its schema

* Integrate review comments

* Add infrastructure change to integrate api/ in npm package
  • Loading branch information
teoli2003 authored and Elchi3 committed Oct 16, 2017
1 parent fc0d5d2 commit 817f388
Show file tree
Hide file tree
Showing 8 changed files with 2,575 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ There's a top-level directory for each broad area covered: for example, "api",
"css", "svg". Inside each of these directories is one or more
JSON files containing the data.

### api
Contains data about Web APIs:
* API inheritance (interface inheritance and mixin implementations)

### css
Contains data about:
Expand Down
3 changes: 3 additions & 0 deletions api/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
inheritance: require('./inheritance'),
}
Loading

0 comments on commit 817f388

Please sign in to comment.