Skip to content

Commit 25525f2

Browse files
authored
2-space
1 parent e917860 commit 25525f2

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

inputfiles/patches/webcrypto.kdl

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
// https://github.com/microsoft/TypeScript/issues/46036
22
dictionary CryptoKeyPair {
3-
member privateKey required=#true
4-
member publicKey required=#true
3+
member privateKey required=#true
4+
member publicKey required=#true
55
}
66

77
interface CryptoKey {
8-
property algorithm type=KeyAlgorithm
9-
property usages {
10-
type sequence {
11-
type KeyUsage
12-
}
8+
property algorithm type=KeyAlgorithm
9+
property usages {
10+
type sequence {
11+
type KeyUsage
1312
}
13+
}
1414
}
1515

1616
removals {
17-
enum KeyFormat {
18-
raw-private // No implementation as of 2025-09
19-
raw-public // No implementation as of 2025-09
20-
raw-secret // No implementation as of 2025-09
21-
raw-seed // No implementation as of 2025-09
22-
}
17+
enum KeyFormat {
18+
raw-private // No implementation as of 2025-09
19+
raw-public // No implementation as of 2025-09
20+
raw-secret // No implementation as of 2025-09
21+
raw-seed // No implementation as of 2025-09
22+
}
2323

24-
enum KeyUsage {
25-
decapsulateBits // No implementation as of 2025-09
26-
decapsulateKey // No implementation as of 2025-09
27-
encapsulateBits // No implementation as of 2025-09
28-
encapsulateKey // No implementation as of 2025-09
29-
}
24+
enum KeyUsage {
25+
decapsulateBits // No implementation as of 2025-09
26+
decapsulateKey // No implementation as of 2025-09
27+
encapsulateBits // No implementation as of 2025-09
28+
encapsulateKey // No implementation as of 2025-09
29+
}
3030

3131

32-
dictionary JsonWebKey {
33-
member priv // No implementation as of 2025-09
34-
member pub // No implementation as of 2025-09
35-
}
32+
dictionary JsonWebKey {
33+
member priv // No implementation as of 2025-09
34+
member pub // No implementation as of 2025-09
35+
}
3636
}

0 commit comments

Comments
 (0)