Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Add TypeScript declarations to paper-item. (#122)
Browse files Browse the repository at this point in the history
* Generate minimal package.json from bower.json
* Update and/or configure type declarations.
  • Loading branch information
aomarks authored Feb 17, 2018
1 parent 94fd7f6 commit 3738a8c
Show file tree
Hide file tree
Showing 10 changed files with 1,249 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bower_components*
bower-*.json
bower-*.json
node_modules
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ sudo: required
before_script:
- npm install -g polymer-cli
- polymer install --variants
- >-
npm run update-types && git diff --exit-code || (echo -e
'\n\033[31mERROR:\033[0m Typings are stale. Please run "npm run
update-types".' && false)
env:
global:
- secure: >-
Expand Down
14 changes: 14 additions & 0 deletions all-imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/**
* DO NOT EDIT
*
* This file was automatically generated by
* https://github.com/Polymer/gen-typescript-declarations
*
* To modify these typings, edit the source file(s):
* all-imports.html
*/

/// <reference path="paper-item.d.ts" />
/// <reference path="paper-item-body.d.ts" />
/// <reference path="paper-icon-item.d.ts" />

Loading

0 comments on commit 3738a8c

Please sign in to comment.