Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Nov 1, 2018
1 parent f93daba commit 5c3bf54
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
1 change: 1 addition & 0 deletions types/lib/mixins/properties-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

/// <reference path="../utils/boot.d.ts" />
/// <reference path="../utils/telemetry.d.ts" />
/// <reference path="../utils/mixin.d.ts" />
/// <reference path="properties-changed.d.ts" />

Expand Down
7 changes: 0 additions & 7 deletions types/lib/utils/boot.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,4 @@
* own custom HTML elements.
*/
declare namespace Polymer {

/**
* Provides basic tracking of element definitions (registrations) and
* instance counts.
*/
namespace telemetry {
}
}
21 changes: 21 additions & 0 deletions types/lib/utils/telemetry.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/**
* 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):
* lib/utils/telemetry.html
*/

/// <reference path="boot.d.ts" />

declare namespace Polymer {

/**
* Provides basic tracking of element definitions (registrations) and
* instance counts.
*/
namespace telemetry {
}
}

0 comments on commit 5c3bf54

Please sign in to comment.