Skip to content

Commit dfae872

Browse files
committed
Merge branch 'master' into add-resize-observer
2 parents 3ed06f5 + 951d1df commit dfae872

File tree

117 files changed

+1627
-2304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+1627
-2304
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on: [push, pull_request]
3+
4+
jobs:
5+
test:
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v1
11+
12+
- run: npm install
13+
- run: npm run build
14+
- run: npm test

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,6 @@ __pycache__/
281281
generated/
282282
lib/
283283
inputfiles/browser.webidl.json
284-
.vscode
284+
.vscode
285+
package-lock.json
286+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

.travis.yml

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

0 commit comments

Comments
 (0)