Skip to content

Commit

Permalink
feat(polyfill): es.set.is-disjoint-with has been renamed to es.set.is…
Browse files Browse the repository at this point in the history
…-disjoint-from to align with the current spec proposal
  • Loading branch information
wessberg committed Jan 20, 2019
1 parent 6c44d59 commit 0dfb26e
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 518 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ And, if you request `performance.now`, `date.now` will also be included since th
- es.set.some
- es.set.symmetric-difference
- es.set.union
- es.set.is-disjoint-with
- es.set.is-disjoint-from
- es.set.is-subset-of
- es.set.is-superset-of
- es.weak-set
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,14 @@
"@wessberg/di-compiler": "^2.0.2",
"@wessberg/rollup-plugin-ts": "1.1.18",
"@wessberg/scaffold": "^1.0.5",
"@wessberg/ts-config": "^0.0.34",
"@wessberg/ts-config": "^0.0.38",
"standard-changelog": "^2.0.6",
"tslint": "^5.12.1",
"typescript": "^3.2.4",
"useragent-generator": "^1.1.0"
"useragent-generator": "^1.1.0",
"prettier": "^1.16.0",
"pretty-quick": "^1.10.0",
"husky": "^1.3.1"
},
"dependencies": {
"@babel/core": "^7.2.2",
Expand Down Expand Up @@ -108,7 +111,7 @@
"requestanimationframe": "0.0.23",
"requestidlecallback": "^0.3.0",
"resize-observer": "^1.0.0",
"rollup": "^1.1.0",
"rollup": "^1.1.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
Expand Down Expand Up @@ -159,5 +162,10 @@
}
},
"backers": []
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@wessberg/ts-config/prettier.config");
Loading

0 comments on commit 0dfb26e

Please sign in to comment.