-
-
Notifications
You must be signed in to change notification settings - Fork 782
Expand file tree
/
Copy pathtest.html
More file actions
142 lines (140 loc) · 7.11 KB
/
Copy pathtest.html
File metadata and controls
142 lines (140 loc) · 7.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html>
<head>
<title>Testing @y/y</title>
<script type="importmap">
{
"imports": {
"@y/y": "./src/index.js",
"@y/y/meta": "./src/utils/meta.js",
"@y/y/testHelper": "./tests/testHelper.js",
"@y/y/package.json": "./package.json",
"lib0/package.json": "./node_modules/lib0/package.json",
"lib0/array": "./node_modules/lib0/src/array.js",
"lib0/binary": "./node_modules/lib0/src/binary.js",
"lib0/broadcastchannel": "./node_modules/lib0/src/broadcastchannel.js",
"lib0/buffer": "./node_modules/lib0/src/buffer.js",
"lib0/cache": "./node_modules/lib0/src/cache.js",
"lib0/conditions": "./node_modules/lib0/src/conditions.js",
"lib0/crypto/jwt": "./node_modules/lib0/src/crypto/jwt.js",
"lib0/crypto/aes-gcm": "./node_modules/lib0/src/crypto/aes-gcm.js",
"lib0/delta": "./node_modules/lib0/src/delta/delta.js",
"lib0/delta/transformer": "./node_modules/lib0/src/delta/transformer.js",
"lib0/crypto/ecdsa": "./node_modules/lib0/src/crypto/ecdsa.js",
"lib0/crypto/rsa-oaep": "./node_modules/lib0/src/crypto/rsa-oaep.js",
"lib0/hash/rabin": "./node_modules/lib0/src/hash/rabin.js",
"lib0/hash/sha256": "./node_modules/lib0/src/hash/sha256.js",
"lib0/decoding": "./node_modules/lib0/src/decoding.js",
"lib0/diff/patience": "./node_modules/lib0/src/diff/patience.js",
"lib0/diff": "./node_modules/lib0/src/diff.js",
"lib0/dom": "./node_modules/lib0/src/dom.js",
"lib0/encoding": "./node_modules/lib0/src/encoding.js",
"lib0/environment": "./node_modules/lib0/src/environment.js",
"lib0/error": "./node_modules/lib0/src/error.js",
"lib0/eventloop": "./node_modules/lib0/src/eventloop.js",
"lib0/function": "./node_modules/lib0/src/function.js",
"lib0/indexeddb": "./node_modules/lib0/src/indexeddb.js",
"lib0/iterator": "./node_modules/lib0/src/iterator.js",
"lib0/json": "./node_modules/lib0/src/json.js",
"lib0/list": "./node_modules/lib0/src/list.js",
"lib0/logging": "./node_modules/lib0/src/logging.js",
"lib0/map": "./node_modules/lib0/src/map.js",
"lib0/math": "./node_modules/lib0/src/math.js",
"lib0/metric": "./node_modules/lib0/src/metric.js",
"lib0/mutex": "./node_modules/lib0/src/mutex.js",
"lib0/number": "./node_modules/lib0/src/number.js",
"lib0/object": "./node_modules/lib0/src/object.js",
"lib0/observable": "./node_modules/lib0/src/observable.js",
"lib0/pair": "./node_modules/lib0/src/pair.js",
"lib0/prng": "./node_modules/lib0/src/prng.js",
"lib0/promise": "./node_modules/lib0/src/promise.js",
"lib0/queue": "./node_modules/lib0/src/queue.js",
"lib0/random": "./node_modules/lib0/src/random.js",
"lib0/set": "./node_modules/lib0/src/set.js",
"lib0/sort": "./node_modules/lib0/src/sort.js",
"lib0/statistics": "./node_modules/lib0/src/statistics.js",
"lib0/storage": "./node_modules/lib0/src/storage.js",
"lib0/string": "./node_modules/lib0/src/string.js",
"lib0/symbol": "./node_modules/lib0/src/symbol.js",
"lib0/traits": "./node_modules/lib0/src/trait/traits.js",
"lib0/trait/fingerprint": "./node_modules/lib0/src/trait/fingerprint.js",
"lib0/testing": "./node_modules/lib0/src/testing.js",
"lib0/time": "./node_modules/lib0/src/time.js",
"lib0/url": "./node_modules/lib0/src/url.js",
"lib0/websocket": "./node_modules/lib0/src/websocket.js",
"lib0/webcrypto": "./node_modules/lib0/src/webcrypto.js",
"lib0/ts": "./node_modules/lib0/src/ts.js",
"lib0/performance": "./node_modules/lib0/src/performance.js",
"lib0/schema": "./node_modules/lib0/src/schema.js",
"@y/protocols/sync": "./node_modules/@y/protocols/src/sync.js",
"@y/protocols/awareness": "./node_modules/@y/protocols/src/awareness.js",
"@y/protocols/auth": "./node_modules/@y/protocols/src/auth.js"
},
"scopes": {
"./node_modules/@y/protocols/": {
"lib0/package.json": "./node_modules/lib0/package.json",
"lib0/array": "./node_modules/lib0/src/array.js",
"lib0/binary": "./node_modules/lib0/src/binary.js",
"lib0/broadcastchannel": "./node_modules/lib0/src/broadcastchannel.js",
"lib0/buffer": "./node_modules/lib0/src/buffer.js",
"lib0/cache": "./node_modules/lib0/src/cache.js",
"lib0/conditions": "./node_modules/lib0/src/conditions.js",
"lib0/crypto/jwt": "./node_modules/lib0/src/crypto/jwt.js",
"lib0/crypto/aes-gcm": "./node_modules/lib0/src/crypto/aes-gcm.js",
"lib0/delta": "./node_modules/lib0/src/delta/delta.js",
"lib0/delta/transformer": "./node_modules/lib0/src/delta/transformer.js",
"lib0/crypto/ecdsa": "./node_modules/lib0/src/crypto/ecdsa.js",
"lib0/crypto/rsa-oaep": "./node_modules/lib0/src/crypto/rsa-oaep.js",
"lib0/hash/rabin": "./node_modules/lib0/src/hash/rabin.js",
"lib0/hash/sha256": "./node_modules/lib0/src/hash/sha256.js",
"lib0/decoding": "./node_modules/lib0/src/decoding.js",
"lib0/diff/patience": "./node_modules/lib0/src/diff/patience.js",
"lib0/diff": "./node_modules/lib0/src/diff.js",
"lib0/dom": "./node_modules/lib0/src/dom.js",
"lib0/encoding": "./node_modules/lib0/src/encoding.js",
"lib0/environment": "./node_modules/lib0/src/environment.js",
"lib0/error": "./node_modules/lib0/src/error.js",
"lib0/eventloop": "./node_modules/lib0/src/eventloop.js",
"lib0/function": "./node_modules/lib0/src/function.js",
"lib0/indexeddb": "./node_modules/lib0/src/indexeddb.js",
"lib0/iterator": "./node_modules/lib0/src/iterator.js",
"lib0/json": "./node_modules/lib0/src/json.js",
"lib0/list": "./node_modules/lib0/src/list.js",
"lib0/logging": "./node_modules/lib0/src/logging.js",
"lib0/map": "./node_modules/lib0/src/map.js",
"lib0/math": "./node_modules/lib0/src/math.js",
"lib0/metric": "./node_modules/lib0/src/metric.js",
"lib0/mutex": "./node_modules/lib0/src/mutex.js",
"lib0/number": "./node_modules/lib0/src/number.js",
"lib0/object": "./node_modules/lib0/src/object.js",
"lib0/observable": "./node_modules/lib0/src/observable.js",
"lib0/pair": "./node_modules/lib0/src/pair.js",
"lib0/prng": "./node_modules/lib0/src/prng.js",
"lib0/promise": "./node_modules/lib0/src/promise.js",
"lib0/queue": "./node_modules/lib0/src/queue.js",
"lib0/random": "./node_modules/lib0/src/random.js",
"lib0/set": "./node_modules/lib0/src/set.js",
"lib0/sort": "./node_modules/lib0/src/sort.js",
"lib0/statistics": "./node_modules/lib0/src/statistics.js",
"lib0/storage": "./node_modules/lib0/src/storage.js",
"lib0/string": "./node_modules/lib0/src/string.js",
"lib0/symbol": "./node_modules/lib0/src/symbol.js",
"lib0/traits": "./node_modules/lib0/src/trait/traits.js",
"lib0/trait/fingerprint": "./node_modules/lib0/src/trait/fingerprint.js",
"lib0/testing": "./node_modules/lib0/src/testing.js",
"lib0/time": "./node_modules/lib0/src/time.js",
"lib0/url": "./node_modules/lib0/src/url.js",
"lib0/websocket": "./node_modules/lib0/src/websocket.js",
"lib0/webcrypto": "./node_modules/lib0/src/webcrypto.js",
"lib0/ts": "./node_modules/lib0/src/ts.js",
"lib0/performance": "./node_modules/lib0/src/performance.js",
"lib0/schema": "./node_modules/lib0/src/schema.js"
}
}
}
</script>
</head>
<body>
<script type="module" src="./tests/index.js"></script>
</body>
</html>