Skip to content

Commit

Permalink
Merge pull request #58 from github/ts
Browse files Browse the repository at this point in the history
TypeScript conversion
  • Loading branch information
muan authored Jun 3, 2020
2 parents 9cac2fa + e60a680 commit 07b2677
Show file tree
Hide file tree
Showing 16 changed files with 1,517 additions and 4,143 deletions.
10 changes: 0 additions & 10 deletions .babelrc

This file was deleted.

4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"plugin:github/es6",
"plugin:github/browser"
"plugin:github/browser",
"plugin:github/typescript"
],
"overrides": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
Expand Down
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @github/web-systems-reviewers
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<include-fragment src="./pull.html">Loading</include-fragment>
<!-- <script src="../dist/index-umd.js"></script> -->
<script src="https://unpkg.com/@github/include-fragment-element@latest"></script>
<!-- <script type="module" src="../dist/index.js"></script> -->
<script type="module" src="https://unpkg.com/@github/include-fragment-element@latest?module"></script>
</body>
</html>
12 changes: 0 additions & 12 deletions include-fragment-element.js.flow

This file was deleted.

15 changes: 0 additions & 15 deletions index.d.ts

This file was deleted.

Loading

0 comments on commit 07b2677

Please sign in to comment.