Skip to content

Commit fd9b1a9

Browse files
committed
0.4.3
1 parent c2fdea0 commit fd9b1a9

5 files changed

Lines changed: 13 additions & 38 deletions

File tree

LICENCE.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2-
Version 2, December 2004
3-
4-
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
5-
6-
Everyone is permitted to copy and distribute verbatim or modified
7-
copies of this license document, and changing it is allowed as long
8-
as the name is changed.
9-
10-
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11-
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12-
13-
0. You just DO WHAT THE FUCK YOU WANT TO.
1+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2+
Version 2, December 2004
3+
4+
Everyone is permitted to copy and distribute verbatim or modified
5+
copies of this license document, and changing it is allowed as long
6+
as the name is changed.
7+
8+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
9+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10+
11+
0. You just DO WHAT THE FUCK YOU WANT TO.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ The type declarations in this repository include the following specifications (g
105105
- [CSS Containment](https://drafts.csswg.org/css-contain-3/)
106106
- [CSSOM View](https://drafts.csswg.org/cssom-view-1/)
107107
- [CSS Object Model](https://drafts.csswg.org/cssom-1/)
108-
- [CSS Custom Highlight API](https://drafts.csswg.org/css-highlight-api-1/)
109-
- [CSS Nesting](https://drafts.csswg.org/css-nesting-1/)
110108
- [Scroll-linked Animations](https://drafts.csswg.org/scroll-animations-1/)
111109
- [CSS View Transitions](https://drafts.csswg.org/css-view-transitions-1/)
112110
- [World Wide Web Consortium (W3C)](https://www.w3.org/TR/):

csswg/custom-highlight.d.ts

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

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/// <reference path="./csswg/contain.d.ts" />
1313
/// <reference path="./csswg/cssom-view.d.ts" />
1414
/// <reference path="./csswg/cssom.d.ts" />
15-
/// <reference path="./csswg/custom-highlight.d.ts" />
1615
/// <reference path="./csswg/scroll-animations.d.ts" />
1716
/// <reference path="./csswg/view-transitions.d.ts" />
1817

test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Promise.allSettled
1919

2020
ArrayBuffer.prototype
2121

22+
Object.groupBy
23+
2224
const observer = new FileSystemObserver((changes) => {
2325

2426
})

0 commit comments

Comments
 (0)