Skip to content

Commit 07b2677

Browse files
authored
Merge pull request #58 from github/ts
TypeScript conversion
2 parents 9cac2fa + e60a680 commit 07b2677

16 files changed

+1517
-4143
lines changed

.babelrc

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

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
3-
"plugin:github/es6",
4-
"plugin:github/browser"
3+
"plugin:github/browser",
4+
"plugin:github/typescript"
55
],
66
"overrides": [
77
{

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
1010
- name: Use Node.js 12.x
1111
uses: actions/setup-node@v1
1212
with:

.travis.yml

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

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @github/web-systems-reviewers

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<include-fragment src="./pull.html">Loading</include-fragment>
9-
<!-- <script src="../dist/index-umd.js"></script> -->
10-
<script src="https://unpkg.com/@github/include-fragment-element@latest"></script>
9+
<!-- <script type="module" src="../dist/index.js"></script> -->
10+
<script type="module" src="https://unpkg.com/@github/include-fragment-element@latest?module"></script>
1111
</body>
1212
</html>

include-fragment-element.js.flow

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

index.d.ts

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

0 commit comments

Comments
 (0)