Skip to content

Commit 4a2dbb6

Browse files
committed
chore: upgrading dependencies and types
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
1 parent 6a5cb5f commit 4a2dbb6

20 files changed

+4450
-6863
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"cSpell.words": [
3+
"RAML's",
4+
"monostate",
5+
"tryit"
6+
]
7+
}

api-method-documentation.d.ts

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
/**
2-
* DO NOT EDIT
3-
*
4-
* This file was automatically generated by
5-
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
6-
*
7-
* To modify these typings, edit the source file(s):
8-
* api-method-documentation.js
9-
*/
1+
import { ApiMethodDocumentation } from './src/ApiMethodDocumentation';
102

11-
12-
// tslint:disable:variable-name Describing an API that's defined elsewhere.
13-
14-
import {ApiMethodDocumentation} from './src/ApiMethodDocumentation.js';
3+
declare global {
4+
interface HTMLElementTagNameMap {
5+
"api-method-documentation": ApiMethodDocumentation;
6+
}
7+
}

api-method-documentation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import { ApiMethodDocumentation } from './src/ApiMethodDocumentation.js';
2+
23
window.customElements.define('api-method-documentation', ApiMethodDocumentation);

api-url.d.ts

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
/**
2-
* DO NOT EDIT
3-
*
4-
* This file was automatically generated by
5-
* https://github.com/Polymer/tools/tree/master/packages/gen-typescript-declarations
6-
*
7-
* To modify these typings, edit the source file(s):
8-
* api-url.js
9-
*/
1+
import {ApiUrl} from './src/ApiUrl';
102

11-
12-
// tslint:disable:variable-name Describing an API that's defined elsewhere.
13-
14-
import {ApiUrl} from './src/ApiUrl.js';
3+
declare global {
4+
interface HTMLElementTagNameMap {
5+
"api-url": ApiUrl;
6+
}
7+
}

api-url.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import { ApiUrl } from './src/ApiUrl.js';
2+
23
window.customElements.define('api-url', ApiUrl);

commitlint.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

gen-tsd.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

husky.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)