@wordpress/dom 3.2.2 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/README.md +3 -4
  2. package/build/dom/caret-range-from-point.js +7 -3
  3. package/build/dom/caret-range-from-point.js.map +1 -1
  4. package/build/dom/document-has-text-selection.js +1 -1
  5. package/build/dom/document-has-text-selection.js.map +1 -1
  6. package/build/dom/document-has-uncollapsed-selection.js +2 -2
  7. package/build/dom/document-has-uncollapsed-selection.js.map +1 -1
  8. package/build/dom/is-edge.js +1 -1
  9. package/build/dom/is-edge.js.map +1 -1
  10. package/build/dom/place-caret-at-edge.js +108 -0
  11. package/build/dom/place-caret-at-edge.js.map +1 -0
  12. package/build/dom/place-caret-at-horizontal-edge.js +2 -84
  13. package/build/dom/place-caret-at-horizontal-edge.js.map +1 -1
  14. package/build/dom/place-caret-at-vertical-edge.js +6 -56
  15. package/build/dom/place-caret-at-vertical-edge.js.map +1 -1
  16. package/build/dom/strip-html.js +14 -2
  17. package/build/dom/strip-html.js.map +1 -1
  18. package/build/focusable.js +29 -18
  19. package/build/focusable.js.map +1 -1
  20. package/build/phrasing-content.js +1 -1
  21. package/build/phrasing-content.js.map +1 -1
  22. package/build/tabbable.js +2 -2
  23. package/build/tabbable.js.map +1 -1
  24. package/build-module/dom/caret-range-from-point.js +7 -3
  25. package/build-module/dom/caret-range-from-point.js.map +1 -1
  26. package/build-module/dom/document-has-text-selection.js +1 -1
  27. package/build-module/dom/document-has-text-selection.js.map +1 -1
  28. package/build-module/dom/document-has-uncollapsed-selection.js +2 -2
  29. package/build-module/dom/document-has-uncollapsed-selection.js.map +1 -1
  30. package/build-module/dom/is-edge.js +1 -1
  31. package/build-module/dom/is-edge.js.map +1 -1
  32. package/build-module/dom/place-caret-at-edge.js +95 -0
  33. package/build-module/dom/place-caret-at-edge.js.map +1 -0
  34. package/build-module/dom/place-caret-at-horizontal-edge.js +2 -81
  35. package/build-module/dom/place-caret-at-horizontal-edge.js.map +1 -1
  36. package/build-module/dom/place-caret-at-vertical-edge.js +6 -54
  37. package/build-module/dom/place-caret-at-vertical-edge.js.map +1 -1
  38. package/build-module/dom/strip-html.js +11 -2
  39. package/build-module/dom/strip-html.js.map +1 -1
  40. package/build-module/focusable.js +29 -18
  41. package/build-module/focusable.js.map +1 -1
  42. package/build-module/phrasing-content.js +1 -1
  43. package/build-module/phrasing-content.js.map +1 -1
  44. package/build-module/tabbable.js +2 -2
  45. package/build-module/tabbable.js.map +1 -1
  46. package/build-types/dom/caret-range-from-point.d.ts +12 -4
  47. package/build-types/dom/caret-range-from-point.d.ts.map +1 -1
  48. package/build-types/dom/clean-node-list.d.ts +2 -2
  49. package/build-types/dom/document-has-text-selection.d.ts +1 -1
  50. package/build-types/dom/document-has-uncollapsed-selection.d.ts +2 -2
  51. package/build-types/dom/is-edge.d.ts.map +1 -1
  52. package/build-types/dom/place-caret-at-edge.d.ts +9 -0
  53. package/build-types/dom/place-caret-at-edge.d.ts.map +1 -0
  54. package/build-types/dom/place-caret-at-horizontal-edge.d.ts.map +1 -1
  55. package/build-types/dom/place-caret-at-vertical-edge.d.ts +4 -5
  56. package/build-types/dom/place-caret-at-vertical-edge.d.ts.map +1 -1
  57. package/build-types/dom/strip-html.d.ts.map +1 -1
  58. package/build-types/focusable.d.ts +11 -2
  59. package/build-types/focusable.d.ts.map +1 -1
  60. package/build-types/phrasing-content.d.ts +2 -4
  61. package/build-types/phrasing-content.d.ts.map +1 -1
  62. package/build-types/tabbable.d.ts +3 -3
  63. package/build-types/tabbable.d.ts.map +1 -1
  64. package/package.json +2 -2
  65. package/src/dom/caret-range-from-point.js +8 -3
  66. package/src/dom/document-has-text-selection.js +1 -1
  67. package/src/dom/document-has-uncollapsed-selection.js +2 -2
  68. package/src/dom/is-edge.js +4 -1
  69. package/src/dom/place-caret-at-edge.js +95 -0
  70. package/src/dom/place-caret-at-horizontal-edge.js +2 -83
  71. package/src/dom/place-caret-at-vertical-edge.js +6 -64
  72. package/src/dom/strip-html.js +12 -5
  73. package/src/dom/test/strip-html.js +64 -0
  74. package/src/focusable.js +37 -32
  75. package/src/phrasing-content.js +1 -1
  76. package/src/tabbable.js +2 -4
  77. package/src/test/dom.js +8 -15
  78. package/tsconfig.tsbuildinfo +1 -1170
@@ -1,1170 +1 @@
1
- {
2
- "program": {
3
- "fileInfos": {
4
- "../../node_modules/typescript/lib/lib.es5.d.ts": {
5
- "version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
6
- "signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
7
- "affectsGlobalScope": true
8
- },
9
- "../../node_modules/typescript/lib/lib.es2015.d.ts": {
10
- "version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
11
- "signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
12
- "affectsGlobalScope": false
13
- },
14
- "../../node_modules/typescript/lib/lib.es2016.d.ts": {
15
- "version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
16
- "signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
17
- "affectsGlobalScope": false
18
- },
19
- "../../node_modules/typescript/lib/lib.es2017.d.ts": {
20
- "version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
21
- "signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
22
- "affectsGlobalScope": false
23
- },
24
- "../../node_modules/typescript/lib/lib.es2018.d.ts": {
25
- "version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
26
- "signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
27
- "affectsGlobalScope": false
28
- },
29
- "../../node_modules/typescript/lib/lib.es2019.d.ts": {
30
- "version": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
31
- "signature": "e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84",
32
- "affectsGlobalScope": false
33
- },
34
- "../../node_modules/typescript/lib/lib.es2020.d.ts": {
35
- "version": "e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",
36
- "signature": "e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",
37
- "affectsGlobalScope": false
38
- },
39
- "../../node_modules/typescript/lib/lib.esnext.d.ts": {
40
- "version": "fc7a21dd3ee27fd0a9ff1c46534efcd9c3cec51a445b479bb326d871c0aa8302",
41
- "signature": "fc7a21dd3ee27fd0a9ff1c46534efcd9c3cec51a445b479bb326d871c0aa8302",
42
- "affectsGlobalScope": false
43
- },
44
- "../../node_modules/typescript/lib/lib.dom.d.ts": {
45
- "version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
46
- "signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
47
- "affectsGlobalScope": true
48
- },
49
- "../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
50
- "version": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
51
- "signature": "46ee15e9fefa913333b61eaf6b18885900b139867d89832a515059b62cf16a17",
52
- "affectsGlobalScope": true
53
- },
54
- "../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
55
- "version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
56
- "signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
57
- "affectsGlobalScope": true
58
- },
59
- "../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
60
- "version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
61
- "signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
62
- "affectsGlobalScope": true
63
- },
64
- "../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
65
- "version": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
66
- "signature": "8b2a5df1ce95f78f6b74f1a555ccdb6baab0486b42d8345e0871dd82811f9b9a",
67
- "affectsGlobalScope": true
68
- },
69
- "../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
70
- "version": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
71
- "signature": "2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c",
72
- "affectsGlobalScope": true
73
- },
74
- "../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
75
- "version": "7207e317a2cb07a177e7d963ab7b8c0e85dde7f9ddb50351f830239bf597569e",
76
- "signature": "7207e317a2cb07a177e7d963ab7b8c0e85dde7f9ddb50351f830239bf597569e",
77
- "affectsGlobalScope": true
78
- },
79
- "../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
80
- "version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
81
- "signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
82
- "affectsGlobalScope": true
83
- },
84
- "../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
85
- "version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
86
- "signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
87
- "affectsGlobalScope": true
88
- },
89
- "../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
90
- "version": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
91
- "signature": "9d122b7e8c1a5c72506eea50c0973cba55b92b5532d5cafa8a6ce2c547d57551",
92
- "affectsGlobalScope": true
93
- },
94
- "../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
95
- "version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
96
- "signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
97
- "affectsGlobalScope": true
98
- },
99
- "../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
100
- "version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
101
- "signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
102
- "affectsGlobalScope": true
103
- },
104
- "../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
105
- "version": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
106
- "signature": "7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98",
107
- "affectsGlobalScope": true
108
- },
109
- "../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
110
- "version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
111
- "signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
112
- "affectsGlobalScope": true
113
- },
114
- "../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
115
- "version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
116
- "signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
117
- "affectsGlobalScope": true
118
- },
119
- "../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
120
- "version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
121
- "signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
122
- "affectsGlobalScope": true
123
- },
124
- "../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
125
- "version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
126
- "signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
127
- "affectsGlobalScope": true
128
- },
129
- "../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
130
- "version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
131
- "signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
132
- "affectsGlobalScope": true
133
- },
134
- "../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
135
- "version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
136
- "signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
137
- "affectsGlobalScope": true
138
- },
139
- "../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
140
- "version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
141
- "signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
142
- "affectsGlobalScope": true
143
- },
144
- "../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
145
- "version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
146
- "signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
147
- "affectsGlobalScope": true
148
- },
149
- "../../node_modules/typescript/lib/lib.es2019.array.d.ts": {
150
- "version": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
151
- "signature": "9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951",
152
- "affectsGlobalScope": true
153
- },
154
- "../../node_modules/typescript/lib/lib.es2019.object.d.ts": {
155
- "version": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
156
- "signature": "6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de",
157
- "affectsGlobalScope": true
158
- },
159
- "../../node_modules/typescript/lib/lib.es2019.string.d.ts": {
160
- "version": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
161
- "signature": "93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1",
162
- "affectsGlobalScope": true
163
- },
164
- "../../node_modules/typescript/lib/lib.es2019.symbol.d.ts": {
165
- "version": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
166
- "signature": "2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993",
167
- "affectsGlobalScope": true
168
- },
169
- "../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
170
- "version": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
171
- "signature": "7b5a10e3c897fabece5a51aa85b4111727d7adb53c2734b5d37230ff96802a09",
172
- "affectsGlobalScope": true
173
- },
174
- "../../node_modules/typescript/lib/lib.es2020.promise.d.ts": {
175
- "version": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
176
- "signature": "7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862",
177
- "affectsGlobalScope": true
178
- },
179
- "../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts": {
180
- "version": "e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40",
181
- "signature": "e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40",
182
- "affectsGlobalScope": true
183
- },
184
- "../../node_modules/typescript/lib/lib.es2020.string.d.ts": {
185
- "version": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
186
- "signature": "faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e",
187
- "affectsGlobalScope": true
188
- },
189
- "../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts": {
190
- "version": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
191
- "signature": "936d7d2e8851af9ccfa5333b15e877a824417d352b1d7fd06388639dc69ef80a",
192
- "affectsGlobalScope": true
193
- },
194
- "../../node_modules/typescript/lib/lib.es2020.intl.d.ts": {
195
- "version": "31e8df2398e328077079c17ea4f1664bad0a34adf8b0608837e504e310e329a1",
196
- "signature": "31e8df2398e328077079c17ea4f1664bad0a34adf8b0608837e504e310e329a1",
197
- "affectsGlobalScope": true
198
- },
199
- "../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
200
- "version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
201
- "signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
202
- "affectsGlobalScope": true
203
- },
204
- "../../node_modules/typescript/lib/lib.esnext.string.d.ts": {
205
- "version": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
206
- "signature": "fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe",
207
- "affectsGlobalScope": true
208
- },
209
- "../../node_modules/typescript/lib/lib.esnext.promise.d.ts": {
210
- "version": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
211
- "signature": "cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e",
212
- "affectsGlobalScope": true
213
- },
214
- "../../node_modules/typescript/lib/lib.esnext.weakref.d.ts": {
215
- "version": "1e61418f41d404e744b6536af9f8c6f6674dd4d54c12335cd0c4f7eded69cf3f",
216
- "signature": "1e61418f41d404e744b6536af9f8c6f6674dd4d54c12335cd0c4f7eded69cf3f",
217
- "affectsGlobalScope": true
218
- },
219
- "./src/data-transfer.js": {
220
- "version": "80d2e2a2e1685c82cba3c320f5d077376fadff77fe1f52a4c29f995bdc40ea70",
221
- "signature": "e3ea09f9ea097b88c98df19c52694ac83daab0692e90cea9cf3faff00087899f",
222
- "affectsGlobalScope": false
223
- },
224
- "./src/focusable.js": {
225
- "version": "4cdbde4fda515e699256d87e4f0c65545b043aee01cf35e6f24afd290b8a966b",
226
- "signature": "5cfe6c1d8a2f46feff60485304f064db19f96d37f8f8b9487b488a099904420f",
227
- "affectsGlobalScope": false
228
- },
229
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts": {
230
- "version": "4025cf62742c5bb3d383c8a62342481622c87e3397ea5e7b7baab18b9efd5798",
231
- "signature": "4025cf62742c5bb3d383c8a62342481622c87e3397ea5e7b7baab18b9efd5798",
232
- "affectsGlobalScope": false
233
- },
234
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts": {
235
- "version": "c21830111d49a5cd7a9f384370db5b41c659d045fe920bcac1cc9f507c88125d",
236
- "signature": "c21830111d49a5cd7a9f384370db5b41c659d045fe920bcac1cc9f507c88125d",
237
- "affectsGlobalScope": false
238
- },
239
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts": {
240
- "version": "0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8",
241
- "signature": "0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8",
242
- "affectsGlobalScope": false
243
- },
244
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts": {
245
- "version": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
246
- "signature": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
247
- "affectsGlobalScope": false
248
- },
249
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts": {
250
- "version": "035b95793288bf4457a2b80bfe9b7500a29324ad62adcf9991277198e8833096",
251
- "signature": "035b95793288bf4457a2b80bfe9b7500a29324ad62adcf9991277198e8833096",
252
- "affectsGlobalScope": false
253
- },
254
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts": {
255
- "version": "c2d47e5668f89ed8768d306919c42bb88d50d4029d68f58343141360895cfcc0",
256
- "signature": "c2d47e5668f89ed8768d306919c42bb88d50d4029d68f58343141360895cfcc0",
257
- "affectsGlobalScope": false
258
- },
259
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts": {
260
- "version": "65648639567d214f62c1b21d200c852807e68bdb08311f95ab6f526ef5b98995",
261
- "signature": "65648639567d214f62c1b21d200c852807e68bdb08311f95ab6f526ef5b98995",
262
- "affectsGlobalScope": false
263
- },
264
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts": {
265
- "version": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
266
- "signature": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
267
- "affectsGlobalScope": false
268
- },
269
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts": {
270
- "version": "7fc5a3d7cff296cea5c225911726a56283b663328709088fcc912d61f73682fc",
271
- "signature": "7fc5a3d7cff296cea5c225911726a56283b663328709088fcc912d61f73682fc",
272
- "affectsGlobalScope": false
273
- },
274
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts": {
275
- "version": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
276
- "signature": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
277
- "affectsGlobalScope": false
278
- },
279
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts": {
280
- "version": "e34f3f6159b1e23de9bb5521382795aaa5aaed6f53b4702e70a2ec45bc76ddb5",
281
- "signature": "e34f3f6159b1e23de9bb5521382795aaa5aaed6f53b4702e70a2ec45bc76ddb5",
282
- "affectsGlobalScope": false
283
- },
284
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts": {
285
- "version": "2630a7cbb597e85d713b7ef47f2946d4280d3d4c02733282770741d40672b1a5",
286
- "signature": "2630a7cbb597e85d713b7ef47f2946d4280d3d4c02733282770741d40672b1a5",
287
- "affectsGlobalScope": false
288
- },
289
- "../../node_modules/@types/lodash/ts3.1/index.d.ts": {
290
- "version": "bbf144d4354e2aaa6439f32761f3ee798cc68d1600adab6e2a596f25269f106d",
291
- "signature": "bbf144d4354e2aaa6439f32761f3ee798cc68d1600adab6e2a596f25269f106d",
292
- "affectsGlobalScope": true
293
- },
294
- "./src/tabbable.js": {
295
- "version": "2468bfa0bb192ba442f86ed3b0d122db0247f1975c41a3459d9b8db3b7765d1f",
296
- "signature": "27975d9cac72e99faebc1518e0f1820d4733795f1418d03741bb82d73b69947d",
297
- "affectsGlobalScope": false
298
- },
299
- "./src/utils/assert-is-defined.ts": {
300
- "version": "a7836408f857cb8855443e0ff79d3ed7027415dca85f312c5f9f47daa6cd355d",
301
- "signature": "caa2881a2c34b846c504df8546fc290632e32cee5cc8f9730073825043a5d1e6",
302
- "affectsGlobalScope": false
303
- },
304
- "./src/dom/get-rectangle-from-range.js": {
305
- "version": "60c4ae06adc3b6c7e1bbde496c9e2ff9bf3ff2f811675b7a897d460d2b7b814a",
306
- "signature": "ed29e483e8f02b00928f055ff2ba529f951464fb8fd7d1c7f77ea851b4e56039",
307
- "affectsGlobalScope": false
308
- },
309
- "./src/dom/compute-caret-rect.js": {
310
- "version": "99546def4f9cd760e5ee13c0cce45c83aaa3d5474d75cef79c34b1990a808022",
311
- "signature": "cbf4ee77c80de53d71a1d076ea25eddd23541685119a67c43bd4aeaad8533b1f",
312
- "affectsGlobalScope": false
313
- },
314
- "./src/dom/document-has-text-selection.js": {
315
- "version": "a80ab4ddcbdb314f6c5780edf87f6b63c7b4149ca299a72451ab2fb8304ba11e",
316
- "signature": "3f03fa892a09c094d92aea91973637d8a29ad76cabdaa3b6c971a506c46186dd",
317
- "affectsGlobalScope": false
318
- },
319
- "./src/dom/is-html-input-element.js": {
320
- "version": "7d41e8f297df3090da557100eb1cd95013d2cff0277cef6848d389660ed607af",
321
- "signature": "f155b00c912566da1c1a7ee36fe11cf0fa67f0832feadc2d0ac1ab30579c97c8",
322
- "affectsGlobalScope": false
323
- },
324
- "./src/dom/is-text-field.js": {
325
- "version": "08129a92bea6c56eb44b6978842a1613e267a0100f6e96c36bcfc05128ce7610",
326
- "signature": "cfa03019dd5cdd18ff1b5f00b3cb37ac762faf9eca2e86ea2c718502285cf67b",
327
- "affectsGlobalScope": false
328
- },
329
- "./src/dom/is-number-input.js": {
330
- "version": "2daaade587180e90e650acf824330ddbed8239f5439e84520d9f00d3fa7eeed6",
331
- "signature": "f36506440d1abba7d2aff62bfcda4c95402d3e81314a482ac9c83e4c87b69229",
332
- "affectsGlobalScope": false
333
- },
334
- "./src/dom/input-field-has-uncollapsed-selection.js": {
335
- "version": "4ef4710028ee537bc9a325373707d5a1ce077b6af13346764746192704363d9b",
336
- "signature": "e0f134e83a3b9ebcb77cd7b99df81fe705daa2be967ad343bfe09ab934e2d357",
337
- "affectsGlobalScope": false
338
- },
339
- "./src/dom/document-has-uncollapsed-selection.js": {
340
- "version": "e792137d19ad029831fbdc751e06833bc98f4b7197170bc4d01b1a1d6e859fe3",
341
- "signature": "7c1a5c13b2a676f6927576f87dc3d0338c06cb894006d3744dcf929ef53263b8",
342
- "affectsGlobalScope": false
343
- },
344
- "./src/dom/document-has-selection.js": {
345
- "version": "8c6fad120d4f0e25311b2ac81d8677fc4ceecdc92a7d03865734bf961c5d587e",
346
- "signature": "99745b3ec986ce2f5be49ce530a088df5fb327fa6958d6fab4132cc9dadb70c3",
347
- "affectsGlobalScope": false
348
- },
349
- "./src/dom/get-computed-style.js": {
350
- "version": "dea4257186ad318062499e0aff7122433b1081b7883e95ef78d9b4121fc8e7da",
351
- "signature": "3a1b42f496c6fc1bf753f442a89e118b13c902d8e18067dee52b3ccd64f3e9e8",
352
- "affectsGlobalScope": false
353
- },
354
- "./src/dom/get-scroll-container.js": {
355
- "version": "44575ab99b22879c2c9fa3c9cb0e3811a71b6a1acd0d0ffafe612721eecb32b9",
356
- "signature": "fe43e4fd566293aee946e5db5b055db1215602498d315e468c6adaf1e6917fb4",
357
- "affectsGlobalScope": false
358
- },
359
- "./src/dom/get-offset-parent.js": {
360
- "version": "9fceedcd6483e17acc07c4c3ecf0a00606c769a255d127259b96f2cb97b34941",
361
- "signature": "ea912b91fed2f873b87e24180399baad37c43019b6f51b210e1d9f1d1d0135ba",
362
- "affectsGlobalScope": false
363
- },
364
- "./src/dom/is-input-or-text-area.js": {
365
- "version": "4d31f8f7e9d8a43d2fd3c5a378e390080706392dd4d1541fc6b6f876ed961cf4",
366
- "signature": "d6ef6138807a1d299ed27bfd57072cf60ab989e148c55b864e45ce2b005acda6",
367
- "affectsGlobalScope": false
368
- },
369
- "./src/dom/is-entirely-selected.js": {
370
- "version": "756cc95fd142eb928ba7bd366cc2756a902d8a1219182a45a2820e86702b1f3e",
371
- "signature": "a1cd2b1943db96616abf3a3f939dfd0eb69fab8149725d195a8acc7f5672a1f9",
372
- "affectsGlobalScope": false
373
- },
374
- "./src/dom/is-rtl.js": {
375
- "version": "4312fd698114e973469529ec29680789e8ce13ffddcf711a8660c85e522b4069",
376
- "signature": "a2e36dad616090f5bcb99c4491b8b34bf8f2b5bf2fdcd6b5a43ddfd23f1b8433",
377
- "affectsGlobalScope": false
378
- },
379
- "./src/dom/get-range-height.js": {
380
- "version": "cb412dab570deef76d26e0c5759e3fbe12625947ac6a82037573c788b7a2d1a4",
381
- "signature": "a83368922007958523d2591a002531c6419375e6f4f891d6b50fbdff1bb998b7",
382
- "affectsGlobalScope": false
383
- },
384
- "./src/dom/is-selection-forward.js": {
385
- "version": "59fbe797b38f7f549100d38fc9a4c6cd0f4b990407700f5e1979a54c9d8e3ed6",
386
- "signature": "79dd497470e7d0e8e6564e6c70a942a0913bc939fa62d6b56922bb2ddebcf347",
387
- "affectsGlobalScope": false
388
- },
389
- "./src/dom/caret-range-from-point.js": {
390
- "version": "32f8547fb722deaad3fc445fababf4de71a025ba36a9f14c8f3911605f8ecf86",
391
- "signature": "16c4fbdd7b631669ff91e58cbb02c2f13ed9f58bec334c55d611d6d072745c2a",
392
- "affectsGlobalScope": false
393
- },
394
- "./src/dom/hidden-caret-range-from-point.js": {
395
- "version": "8b692a361fc9f2d4102106f168b35cf6f30c9efc66050108001955a1a59b4fd2",
396
- "signature": "33182113477bebf41be3422b50ae3cf4ff86cd1d848e80cdf4a4996470d50b3f",
397
- "affectsGlobalScope": false
398
- },
399
- "./src/dom/is-edge.js": {
400
- "version": "3666a02319fabe6697bc0f4da7c8cf5f57d4711630fddfb4f9d5f4355889e17d",
401
- "signature": "c0bee1ce27a69c1f12ced0f3dc5f07b4c2d0123bc46bc2f8c4a7cefe82885dda",
402
- "affectsGlobalScope": false
403
- },
404
- "./src/dom/is-horizontal-edge.js": {
405
- "version": "6199e013116305fa2d162835ad812abfe210076e1249852851c5a80a753f4f3d",
406
- "signature": "1466691ae57846e0280465b012fd01aed3c4a4e0b39fcc11276833fbfc72ade7",
407
- "affectsGlobalScope": false
408
- },
409
- "./src/dom/is-vertical-edge.js": {
410
- "version": "ba688a4815abd9d27b425a819def1721b61e1798acc748b471e54d50a7804bcd",
411
- "signature": "4d8d7075a3381162b4ae5147f84b4d2a2ae49398d98bef7c4437b8db0fefb194",
412
- "affectsGlobalScope": false
413
- },
414
- "./src/dom/place-caret-at-horizontal-edge.js": {
415
- "version": "ef024fc2c0c1f5e66e6d14ca29a4cf3b9425f8f08d6a7a71316433c8710c599c",
416
- "signature": "a8b1a9f91ecb89faabb130af767e007ee28ac6ca794565d856759bb87e42feb1",
417
- "affectsGlobalScope": false
418
- },
419
- "./src/dom/place-caret-at-vertical-edge.js": {
420
- "version": "97e4aceccf8b00165481f2319d5737870930e53f3787ad7bc77d8b519293d911",
421
- "signature": "2c6991251c5f1f83ab9643d01a31d8748f8b67f35190dd29db07293f293c5e9a",
422
- "affectsGlobalScope": false
423
- },
424
- "./src/dom/insert-after.js": {
425
- "version": "0fb6bab9bd95185809964d513dcfeeab6b5609d280dcc6291b5277e36998afe1",
426
- "signature": "4dd037aee1fed84d54490818e9a32d12e3e2f75d1dd9816d25fb9a0ecacee3b9",
427
- "affectsGlobalScope": false
428
- },
429
- "./src/dom/remove.js": {
430
- "version": "2d18411640dd8fcf1067392b839136628cafef5a648d0d49dc9da2f7d344046e",
431
- "signature": "df060b3639c427e1c09bcf5cc14975f00b296e53192c710ea76e4a658a382aa0",
432
- "affectsGlobalScope": false
433
- },
434
- "./src/dom/replace.js": {
435
- "version": "57597a1e8735ae08b671194c8b64a2c2831fd6ce2793d1bca705dbceb41bdaae",
436
- "signature": "5ad070af2f7e4b7a676a63137c6a6cf670144ee5f23a9a30b21c19e70bb077f3",
437
- "affectsGlobalScope": false
438
- },
439
- "./src/dom/unwrap.js": {
440
- "version": "fc9b503ac41bf643bdd2c5bcf21e7e8c052881dd6b94699e3624f3a60e02b0be",
441
- "signature": "ca84eb7ffe779cb8812ee0a6aa151adac3dd25c4dc877767f37d079e5b62151f",
442
- "affectsGlobalScope": false
443
- },
444
- "./src/dom/replace-tag.js": {
445
- "version": "665d3d55e94122f2fe1c2dd78dd61774134151557a3b8dd41d49868a642c1277",
446
- "signature": "f1d5239e0cdfb4ddd24a47727b88871802d3d2b3fda70229b158525753ad643e",
447
- "affectsGlobalScope": false
448
- },
449
- "./src/dom/wrap.js": {
450
- "version": "2259073e3a0fcbd5d873f90465ad8364007668a97c0291a6b6d7975d8edbe30d",
451
- "signature": "af89d09746be737e24c50de49f035f3afea14c11be30ad5d2764d142daaa4078",
452
- "affectsGlobalScope": false
453
- },
454
- "./src/dom/strip-html.js": {
455
- "version": "05a5f6e843f0e788b2530f08bd8407e4cd37bfdae9c549af25406289d47bfd80",
456
- "signature": "5422948be7ac69dd13078af8ce2a8d9ea4d79eb510bfc54b75586573185183f9",
457
- "affectsGlobalScope": false
458
- },
459
- "./src/dom/is-empty.js": {
460
- "version": "70388aac7550e4cb19e9eb5aafba7ed3333fbae173f0d377643f5fa733317ae9",
461
- "signature": "246fc68fbf5c3ae2fded7eebcc38e6c5bb0f2cb796096916d0e65505cfbe850f",
462
- "affectsGlobalScope": false
463
- },
464
- "./src/phrasing-content.js": {
465
- "version": "a9281529a4afe8a8b84a83ec61f6a2c566fda616398e06e59f52e6f4f6a1003e",
466
- "signature": "fcd13efc630be705f8ce0ef7f71df5adcd1bde55537d2958a48b09d1d4761e35",
467
- "affectsGlobalScope": false
468
- },
469
- "./src/dom/is-element.js": {
470
- "version": "0d0dd5ae0237a3571383b9ac701d40220e1d963d0bbb22473c336225b2ed44a7",
471
- "signature": "7434e92a784ed9a7038684a093fe962143a39521e506d5f063a57b6f2f1c0593",
472
- "affectsGlobalScope": false
473
- },
474
- "./src/dom/clean-node-list.js": {
475
- "version": "1e5577dfce1e114e9dc58a7199bdb9e359b30deb86d29a9f0a0b111fc8d29943",
476
- "signature": "91d43b0fd1332582e49a23fcb8092eb97c22035760606465aa0dbdf103bee9e0",
477
- "affectsGlobalScope": false
478
- },
479
- "./src/dom/remove-invalid-html.js": {
480
- "version": "dcc4b56e334bd6f9a8680a5dd343e417cdb03bae06bdc4786211d2cdfd7899e8",
481
- "signature": "6e278ba8dbcf2617a2c5f5805e3addd1cf1c35b75b7dde3cbdabbccbf926b6fe",
482
- "affectsGlobalScope": false
483
- },
484
- "./src/dom/safe-html.js": {
485
- "version": "02959309d4b7d9a875c4f175abae0a359a074585513d073d1fbb828b704e5663",
486
- "signature": "c9d56f52ca68c2c86ec5ba05d927ef3892dca4923bd3cebe6593ebbcdd7e70c3",
487
- "affectsGlobalScope": false
488
- },
489
- "./src/dom/index.js": {
490
- "version": "53c80552acaabb705837f41f5bc28c79322645d3472b5fc214dbf81fa7fb9117",
491
- "signature": "669e565019c7940333c2d36213f78681d7244eab84d0dd82846b84bc2afd6b36",
492
- "affectsGlobalScope": false
493
- },
494
- "./src/index.js": {
495
- "version": "0af026de3ab75c99339016a7aa606da158668df7cfc0c25668c1d1617323da20",
496
- "signature": "4a43623f49489a0e0359e905dc2eaeb88c9bc5dce62819b9c04c8c60d79d2782",
497
- "affectsGlobalScope": false
498
- },
499
- "../../typings/gutenberg-env/index.d.ts": {
500
- "version": "c63d7c3f912d6f757d2ffee28f25781211661bf966e11eeca080976e4d8e79bb",
501
- "signature": "c63d7c3f912d6f757d2ffee28f25781211661bf966e11eeca080976e4d8e79bb",
502
- "affectsGlobalScope": true
503
- }
504
- },
505
- "options": {
506
- "allowJs": true,
507
- "checkJs": true,
508
- "allowSyntheticDefaultImports": true,
509
- "jsx": 1,
510
- "target": 99,
511
- "module": 99,
512
- "lib": [
513
- "lib.dom.d.ts",
514
- "lib.esnext.d.ts"
515
- ],
516
- "declaration": true,
517
- "declarationMap": true,
518
- "composite": true,
519
- "emitDeclarationOnly": true,
520
- "isolatedModules": true,
521
- "strict": true,
522
- "noUnusedLocals": true,
523
- "noUnusedParameters": true,
524
- "noImplicitReturns": true,
525
- "noFallthroughCasesInSwitch": true,
526
- "importsNotUsedAsValues": 2,
527
- "moduleResolution": 2,
528
- "esModuleInterop": false,
529
- "resolveJsonModule": true,
530
- "typeRoots": [
531
- "../../typings",
532
- "../../node_modules/@types"
533
- ],
534
- "types": [
535
- "gutenberg-env"
536
- ],
537
- "rootDir": "./src",
538
- "declarationDir": "./build-types",
539
- "configFilePath": "./tsconfig.json"
540
- },
541
- "referencedMap": {
542
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts": [
543
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
544
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
545
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
546
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
547
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
548
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
549
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
550
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
551
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
552
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
553
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
554
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
555
- ],
556
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts": [
557
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
558
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
559
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
560
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
561
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
562
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
563
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
564
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
565
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
566
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
567
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
568
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
569
- ],
570
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts": [
571
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
572
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
573
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
574
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
575
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
576
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
577
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
578
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
579
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
580
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
581
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
582
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
583
- ],
584
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts": [
585
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
586
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
587
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
588
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
589
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
590
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
591
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
592
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
593
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
594
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
595
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
596
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
597
- ],
598
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts": [
599
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
600
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
601
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
602
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
603
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
604
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
605
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
606
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
607
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
608
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
609
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
610
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
611
- ],
612
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts": [
613
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
614
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
615
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
616
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
617
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
618
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
619
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
620
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
621
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
622
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
623
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
624
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
625
- ],
626
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts": [
627
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
628
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
629
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
630
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
631
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
632
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
633
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
634
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
635
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
636
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
637
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
638
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
639
- ],
640
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts": [
641
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
642
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
643
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
644
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
645
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
646
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
647
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
648
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
649
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
650
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
651
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
652
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
653
- ],
654
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts": [
655
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
656
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
657
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
658
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
659
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
660
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
661
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
662
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
663
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
664
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
665
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
666
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
667
- ],
668
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts": [
669
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
670
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
671
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
672
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
673
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
674
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
675
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
676
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
677
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
678
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
679
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
680
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
681
- ],
682
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts": [
683
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
684
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
685
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
686
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
687
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
688
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
689
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
690
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
691
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
692
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
693
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
694
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
695
- ],
696
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts": [
697
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
698
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
699
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
700
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
701
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
702
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
703
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
704
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
705
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
706
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
707
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
708
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
709
- ],
710
- "../../node_modules/@types/lodash/ts3.1/index.d.ts": [
711
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
712
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
713
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
714
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
715
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
716
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
717
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
718
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
719
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
720
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
721
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
722
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts"
723
- ],
724
- "./src/dom/clean-node-list.js": [
725
- "../../node_modules/@types/lodash/ts3.1/index.d.ts",
726
- "./src/dom/insert-after.js",
727
- "./src/dom/is-element.js",
728
- "./src/dom/is-empty.js",
729
- "./src/dom/remove.js",
730
- "./src/dom/unwrap.js",
731
- "./src/phrasing-content.js"
732
- ],
733
- "./src/dom/compute-caret-rect.js": [
734
- "./src/dom/get-rectangle-from-range.js",
735
- "./src/utils/assert-is-defined.ts"
736
- ],
737
- "./src/dom/document-has-selection.js": [
738
- "./src/dom/document-has-text-selection.js",
739
- "./src/dom/is-number-input.js",
740
- "./src/dom/is-text-field.js"
741
- ],
742
- "./src/dom/document-has-text-selection.js": [
743
- "./src/utils/assert-is-defined.ts"
744
- ],
745
- "./src/dom/document-has-uncollapsed-selection.js": [
746
- "./src/dom/document-has-text-selection.js",
747
- "./src/dom/input-field-has-uncollapsed-selection.js"
748
- ],
749
- "./src/dom/get-computed-style.js": [
750
- "./src/utils/assert-is-defined.ts"
751
- ],
752
- "./src/dom/get-offset-parent.js": [
753
- "./src/dom/get-computed-style.js"
754
- ],
755
- "./src/dom/get-rectangle-from-range.js": [
756
- "./src/utils/assert-is-defined.ts"
757
- ],
758
- "./src/dom/get-scroll-container.js": [
759
- "./src/dom/get-computed-style.js"
760
- ],
761
- "./src/dom/hidden-caret-range-from-point.js": [
762
- "./src/dom/caret-range-from-point.js",
763
- "./src/dom/get-computed-style.js"
764
- ],
765
- "./src/dom/index.js": [
766
- "./src/dom/compute-caret-rect.js",
767
- "./src/dom/document-has-selection.js",
768
- "./src/dom/document-has-text-selection.js",
769
- "./src/dom/document-has-uncollapsed-selection.js",
770
- "./src/dom/get-offset-parent.js",
771
- "./src/dom/get-rectangle-from-range.js",
772
- "./src/dom/get-scroll-container.js",
773
- "./src/dom/insert-after.js",
774
- "./src/dom/is-empty.js",
775
- "./src/dom/is-entirely-selected.js",
776
- "./src/dom/is-horizontal-edge.js",
777
- "./src/dom/is-number-input.js",
778
- "./src/dom/is-rtl.js",
779
- "./src/dom/is-text-field.js",
780
- "./src/dom/is-vertical-edge.js",
781
- "./src/dom/place-caret-at-horizontal-edge.js",
782
- "./src/dom/place-caret-at-vertical-edge.js",
783
- "./src/dom/remove-invalid-html.js",
784
- "./src/dom/remove.js",
785
- "./src/dom/replace-tag.js",
786
- "./src/dom/replace.js",
787
- "./src/dom/safe-html.js",
788
- "./src/dom/strip-html.js",
789
- "./src/dom/unwrap.js",
790
- "./src/dom/wrap.js"
791
- ],
792
- "./src/dom/input-field-has-uncollapsed-selection.js": [
793
- "./src/dom/is-number-input.js",
794
- "./src/dom/is-text-field.js"
795
- ],
796
- "./src/dom/insert-after.js": [
797
- "./src/utils/assert-is-defined.ts"
798
- ],
799
- "./src/dom/is-edge.js": [
800
- "./src/dom/get-range-height.js",
801
- "./src/dom/get-rectangle-from-range.js",
802
- "./src/dom/hidden-caret-range-from-point.js",
803
- "./src/dom/is-input-or-text-area.js",
804
- "./src/dom/is-rtl.js",
805
- "./src/dom/is-selection-forward.js",
806
- "./src/utils/assert-is-defined.ts"
807
- ],
808
- "./src/dom/is-entirely-selected.js": [
809
- "./src/dom/is-input-or-text-area.js",
810
- "./src/utils/assert-is-defined.ts"
811
- ],
812
- "./src/dom/is-horizontal-edge.js": [
813
- "./src/dom/is-edge.js"
814
- ],
815
- "./src/dom/is-number-input.js": [
816
- "./src/dom/is-html-input-element.js"
817
- ],
818
- "./src/dom/is-rtl.js": [
819
- "./src/dom/get-computed-style.js"
820
- ],
821
- "./src/dom/is-selection-forward.js": [
822
- "./src/utils/assert-is-defined.ts"
823
- ],
824
- "./src/dom/is-text-field.js": [
825
- "./src/dom/is-html-input-element.js"
826
- ],
827
- "./src/dom/is-vertical-edge.js": [
828
- "./src/dom/is-edge.js"
829
- ],
830
- "./src/dom/place-caret-at-horizontal-edge.js": [
831
- "./src/dom/hidden-caret-range-from-point.js",
832
- "./src/dom/is-input-or-text-area.js",
833
- "./src/dom/is-rtl.js",
834
- "./src/utils/assert-is-defined.ts"
835
- ],
836
- "./src/dom/place-caret-at-vertical-edge.js": [
837
- "./src/dom/hidden-caret-range-from-point.js",
838
- "./src/dom/place-caret-at-horizontal-edge.js",
839
- "./src/utils/assert-is-defined.ts"
840
- ],
841
- "./src/dom/remove-invalid-html.js": [
842
- "./src/dom/clean-node-list.js"
843
- ],
844
- "./src/dom/remove.js": [
845
- "./src/utils/assert-is-defined.ts"
846
- ],
847
- "./src/dom/replace-tag.js": [
848
- "./src/utils/assert-is-defined.ts"
849
- ],
850
- "./src/dom/replace.js": [
851
- "./src/dom/insert-after.js",
852
- "./src/dom/remove.js",
853
- "./src/utils/assert-is-defined.ts"
854
- ],
855
- "./src/dom/safe-html.js": [
856
- "./src/dom/remove.js"
857
- ],
858
- "./src/dom/unwrap.js": [
859
- "./src/utils/assert-is-defined.ts"
860
- ],
861
- "./src/dom/wrap.js": [
862
- "./src/utils/assert-is-defined.ts"
863
- ],
864
- "./src/index.js": [
865
- "./src/data-transfer.js",
866
- "./src/dom/index.js",
867
- "./src/focusable.js",
868
- "./src/phrasing-content.js",
869
- "./src/tabbable.js"
870
- ],
871
- "./src/phrasing-content.js": [
872
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
873
- ],
874
- "./src/tabbable.js": [
875
- "../../node_modules/@types/lodash/ts3.1/index.d.ts",
876
- "./src/focusable.js"
877
- ]
878
- },
879
- "exportedModulesMap": {
880
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts": [
881
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
882
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
883
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
884
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
885
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
886
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
887
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
888
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
889
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
890
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
891
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
892
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
893
- ],
894
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts": [
895
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
896
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
897
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
898
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
899
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
900
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
901
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
902
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
903
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
904
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
905
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
906
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
907
- ],
908
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts": [
909
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
910
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
911
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
912
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
913
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
914
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
915
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
916
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
917
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
918
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
919
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
920
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
921
- ],
922
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts": [
923
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
924
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
925
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
926
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
927
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
928
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
929
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
930
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
931
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
932
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
933
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
934
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
935
- ],
936
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts": [
937
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
938
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
939
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
940
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
941
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
942
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
943
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
944
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
945
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
946
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
947
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
948
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
949
- ],
950
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts": [
951
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
952
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
953
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
954
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
955
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
956
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
957
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
958
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
959
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
960
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
961
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
962
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
963
- ],
964
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts": [
965
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
966
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
967
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
968
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
969
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
970
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
971
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
972
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
973
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
974
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
975
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
976
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
977
- ],
978
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts": [
979
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
980
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
981
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
982
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
983
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
984
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
985
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
986
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
987
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
988
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
989
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
990
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
991
- ],
992
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts": [
993
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
994
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
995
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
996
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
997
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
998
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
999
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
1000
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
1001
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
1002
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
1003
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
1004
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
1005
- ],
1006
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts": [
1007
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
1008
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
1009
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
1010
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
1011
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
1012
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
1013
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
1014
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
1015
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
1016
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
1017
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
1018
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
1019
- ],
1020
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts": [
1021
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
1022
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
1023
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
1024
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
1025
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
1026
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
1027
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
1028
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
1029
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
1030
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
1031
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
1032
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
1033
- ],
1034
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts": [
1035
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
1036
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
1037
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
1038
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
1039
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
1040
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
1041
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
1042
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
1043
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
1044
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
1045
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
1046
- "../../node_modules/@types/lodash/ts3.1/index.d.ts"
1047
- ],
1048
- "../../node_modules/@types/lodash/ts3.1/index.d.ts": [
1049
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
1050
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
1051
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
1052
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
1053
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
1054
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
1055
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
1056
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
1057
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
1058
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
1059
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
1060
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts"
1061
- ],
1062
- "./src/dom/remove-invalid-html.js": [
1063
- "./src/dom/clean-node-list.js"
1064
- ]
1065
- },
1066
- "semanticDiagnosticsPerFile": [
1067
- "../../node_modules/@types/lodash/ts3.1/common/array.d.ts",
1068
- "../../node_modules/@types/lodash/ts3.1/common/collection.d.ts",
1069
- "../../node_modules/@types/lodash/ts3.1/common/common.d.ts",
1070
- "../../node_modules/@types/lodash/ts3.1/common/date.d.ts",
1071
- "../../node_modules/@types/lodash/ts3.1/common/function.d.ts",
1072
- "../../node_modules/@types/lodash/ts3.1/common/lang.d.ts",
1073
- "../../node_modules/@types/lodash/ts3.1/common/math.d.ts",
1074
- "../../node_modules/@types/lodash/ts3.1/common/number.d.ts",
1075
- "../../node_modules/@types/lodash/ts3.1/common/object.d.ts",
1076
- "../../node_modules/@types/lodash/ts3.1/common/seq.d.ts",
1077
- "../../node_modules/@types/lodash/ts3.1/common/string.d.ts",
1078
- "../../node_modules/@types/lodash/ts3.1/common/util.d.ts",
1079
- "../../node_modules/@types/lodash/ts3.1/index.d.ts",
1080
- "../../node_modules/typescript/lib/lib.dom.d.ts",
1081
- "../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
1082
- "../../node_modules/typescript/lib/lib.es2015.core.d.ts",
1083
- "../../node_modules/typescript/lib/lib.es2015.d.ts",
1084
- "../../node_modules/typescript/lib/lib.es2015.generator.d.ts",
1085
- "../../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
1086
- "../../node_modules/typescript/lib/lib.es2015.promise.d.ts",
1087
- "../../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
1088
- "../../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
1089
- "../../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
1090
- "../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
1091
- "../../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
1092
- "../../node_modules/typescript/lib/lib.es2016.d.ts",
1093
- "../../node_modules/typescript/lib/lib.es2017.d.ts",
1094
- "../../node_modules/typescript/lib/lib.es2017.intl.d.ts",
1095
- "../../node_modules/typescript/lib/lib.es2017.object.d.ts",
1096
- "../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
1097
- "../../node_modules/typescript/lib/lib.es2017.string.d.ts",
1098
- "../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
1099
- "../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
1100
- "../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
1101
- "../../node_modules/typescript/lib/lib.es2018.d.ts",
1102
- "../../node_modules/typescript/lib/lib.es2018.intl.d.ts",
1103
- "../../node_modules/typescript/lib/lib.es2018.promise.d.ts",
1104
- "../../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
1105
- "../../node_modules/typescript/lib/lib.es2019.array.d.ts",
1106
- "../../node_modules/typescript/lib/lib.es2019.d.ts",
1107
- "../../node_modules/typescript/lib/lib.es2019.object.d.ts",
1108
- "../../node_modules/typescript/lib/lib.es2019.string.d.ts",
1109
- "../../node_modules/typescript/lib/lib.es2019.symbol.d.ts",
1110
- "../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
1111
- "../../node_modules/typescript/lib/lib.es2020.d.ts",
1112
- "../../node_modules/typescript/lib/lib.es2020.intl.d.ts",
1113
- "../../node_modules/typescript/lib/lib.es2020.promise.d.ts",
1114
- "../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts",
1115
- "../../node_modules/typescript/lib/lib.es2020.string.d.ts",
1116
- "../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts",
1117
- "../../node_modules/typescript/lib/lib.es5.d.ts",
1118
- "../../node_modules/typescript/lib/lib.esnext.d.ts",
1119
- "../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
1120
- "../../node_modules/typescript/lib/lib.esnext.promise.d.ts",
1121
- "../../node_modules/typescript/lib/lib.esnext.string.d.ts",
1122
- "../../node_modules/typescript/lib/lib.esnext.weakref.d.ts",
1123
- "./src/data-transfer.js",
1124
- "./src/dom/caret-range-from-point.js",
1125
- "./src/dom/clean-node-list.js",
1126
- "./src/dom/compute-caret-rect.js",
1127
- "./src/dom/document-has-selection.js",
1128
- "./src/dom/document-has-text-selection.js",
1129
- "./src/dom/document-has-uncollapsed-selection.js",
1130
- "./src/dom/get-computed-style.js",
1131
- "./src/dom/get-offset-parent.js",
1132
- "./src/dom/get-range-height.js",
1133
- "./src/dom/get-rectangle-from-range.js",
1134
- "./src/dom/get-scroll-container.js",
1135
- "./src/dom/hidden-caret-range-from-point.js",
1136
- "./src/dom/index.js",
1137
- "./src/dom/input-field-has-uncollapsed-selection.js",
1138
- "./src/dom/insert-after.js",
1139
- "./src/dom/is-edge.js",
1140
- "./src/dom/is-element.js",
1141
- "./src/dom/is-empty.js",
1142
- "./src/dom/is-entirely-selected.js",
1143
- "./src/dom/is-horizontal-edge.js",
1144
- "./src/dom/is-html-input-element.js",
1145
- "./src/dom/is-input-or-text-area.js",
1146
- "./src/dom/is-number-input.js",
1147
- "./src/dom/is-rtl.js",
1148
- "./src/dom/is-selection-forward.js",
1149
- "./src/dom/is-text-field.js",
1150
- "./src/dom/is-vertical-edge.js",
1151
- "./src/dom/place-caret-at-horizontal-edge.js",
1152
- "./src/dom/place-caret-at-vertical-edge.js",
1153
- "./src/dom/remove-invalid-html.js",
1154
- "./src/dom/remove.js",
1155
- "./src/dom/replace-tag.js",
1156
- "./src/dom/replace.js",
1157
- "./src/dom/safe-html.js",
1158
- "./src/dom/strip-html.js",
1159
- "./src/dom/unwrap.js",
1160
- "./src/dom/wrap.js",
1161
- "./src/focusable.js",
1162
- "./src/index.js",
1163
- "./src/phrasing-content.js",
1164
- "./src/tabbable.js",
1165
- "./src/utils/assert-is-defined.ts",
1166
- "../../typings/gutenberg-env/index.d.ts"
1167
- ]
1168
- },
1169
- "version": "4.1.3"
1170
- }
1
+ {"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","./src/data-transfer.js","./src/focusable.js","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","./src/tabbable.js","./src/utils/assert-is-defined.ts","./src/dom/get-rectangle-from-range.js","./src/dom/compute-caret-rect.js","./src/dom/document-has-text-selection.js","./src/dom/is-html-input-element.js","./src/dom/is-text-field.js","./src/dom/is-number-input.js","./src/dom/input-field-has-uncollapsed-selection.js","./src/dom/document-has-uncollapsed-selection.js","./src/dom/document-has-selection.js","./src/dom/get-computed-style.js","./src/dom/get-scroll-container.js","./src/dom/get-offset-parent.js","./src/dom/is-input-or-text-area.js","./src/dom/is-entirely-selected.js","./src/dom/is-rtl.js","./src/dom/get-range-height.js","./src/dom/is-selection-forward.js","./src/dom/caret-range-from-point.js","./src/dom/hidden-caret-range-from-point.js","./src/dom/is-edge.js","./src/dom/is-horizontal-edge.js","./src/dom/is-vertical-edge.js","./src/dom/place-caret-at-edge.js","./src/dom/place-caret-at-horizontal-edge.js","./src/dom/place-caret-at-vertical-edge.js","./src/dom/insert-after.js","./src/dom/remove.js","./src/dom/replace.js","./src/dom/unwrap.js","./src/dom/replace-tag.js","./src/dom/wrap.js","./src/dom/safe-html.js","./src/dom/strip-html.js","./src/dom/is-empty.js","./src/phrasing-content.js","./src/dom/is-element.js","./src/dom/clean-node-list.js","./src/dom/remove-invalid-html.js","./src/dom/index.js","./src/index.js","../../typings/gutenberg-env/index.d.ts"],"fileInfos":[{"version":"aa9fb4c70f369237c2f45f9d969c9a59e0eae9a192962eb48581fe864aa609db","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","eb75e89d63b3b72dd9ca8b0cac801cecae5be352307c004adeaa60bc9d6df51f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"e54c8715a4954cfdc66cd69489f2b725c09ebf37492dbd91cff0a1688b1159e8","affectsGlobalScope":true},{"version":"51b8b27c21c066bf877646e320bf6a722b80d1ade65e686923cd9d4494aef1ca","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"2c8c5ee58f30e7c944e04ab1fb5506fdbb4dd507c9efa6972cf4b91cec90c503","affectsGlobalScope":true},{"version":"2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"9f1817f7c3f02f6d56e0f403b927e90bb133f371dcebc36fa7d6d208ef6899da","affectsGlobalScope":true},{"version":"cd6efb9467a8b6338ece2e2855e37765700f2cd061ca54b01b33878cf5c7677e","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"4632665b87204bb1caa8b44d165bce0c50dfab177df5b561b345a567cabacf9a","affectsGlobalScope":true},"80d2e2a2e1685c82cba3c320f5d077376fadff77fe1f52a4c29f995bdc40ea70","0ca9a18ed362f11af31b31312d27380b605653eb7d9b005abc7ce9af29e6c545","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","438284c7c455a29b9c0e2d1e72abc62ee93d9a163029ffe918a34c5db3b92da2","0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","82251920b05f30981c9a4109cb5f3169dce4b477effc845c6d781044a30e7672","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"5a7e042af19f83e768650f7a301ce19a58a0ce8d38c5b567ae96e814033740ec","a7836408f857cb8855443e0ff79d3ed7027415dca85f312c5f9f47daa6cd355d","60c4ae06adc3b6c7e1bbde496c9e2ff9bf3ff2f811675b7a897d460d2b7b814a","99546def4f9cd760e5ee13c0cce45c83aaa3d5474d75cef79c34b1990a808022","1caa056d021a35691778948dcb48eb6f7550110ea33c0d14c03f0445daa93559","7d41e8f297df3090da557100eb1cd95013d2cff0277cef6848d389660ed607af","08129a92bea6c56eb44b6978842a1613e267a0100f6e96c36bcfc05128ce7610","2daaade587180e90e650acf824330ddbed8239f5439e84520d9f00d3fa7eeed6","4ef4710028ee537bc9a325373707d5a1ce077b6af13346764746192704363d9b","906baf292735856969c78c000c2b26d993079f4632247d0b1fc66b95a369ab0d","8c6fad120d4f0e25311b2ac81d8677fc4ceecdc92a7d03865734bf961c5d587e","dea4257186ad318062499e0aff7122433b1081b7883e95ef78d9b4121fc8e7da","44575ab99b22879c2c9fa3c9cb0e3811a71b6a1acd0d0ffafe612721eecb32b9","9fceedcd6483e17acc07c4c3ecf0a00606c769a255d127259b96f2cb97b34941","4d31f8f7e9d8a43d2fd3c5a378e390080706392dd4d1541fc6b6f876ed961cf4","756cc95fd142eb928ba7bd366cc2756a902d8a1219182a45a2820e86702b1f3e","4312fd698114e973469529ec29680789e8ce13ffddcf711a8660c85e522b4069","cb412dab570deef76d26e0c5759e3fbe12625947ac6a82037573c788b7a2d1a4","59fbe797b38f7f549100d38fc9a4c6cd0f4b990407700f5e1979a54c9d8e3ed6","e8be8e4d18f330bdd294cdbe7d3c4a89e8dca65585284745a25c515ecb69249f","8b692a361fc9f2d4102106f168b35cf6f30c9efc66050108001955a1a59b4fd2","59ac58f0ebf648d5e38b01df0cfd02700d475ff8367c3f4695d3632e3db3416b","6199e013116305fa2d162835ad812abfe210076e1249852851c5a80a753f4f3d","ba688a4815abd9d27b425a819def1721b61e1798acc748b471e54d50a7804bcd","c6684892ae32c0d3fe0c2bb1b7e6bb37ffc86fc91d39c0cfe557aba4816e7766","609b8944af1aa9b73959c0bd766370986176a197c16c27e365e867a0bc85eed8","2ffc9898fdf8f285b73f08ee256ca9a6f20cf3de25c57dd7aa28f7558d3af624","0fb6bab9bd95185809964d513dcfeeab6b5609d280dcc6291b5277e36998afe1","2d18411640dd8fcf1067392b839136628cafef5a648d0d49dc9da2f7d344046e","57597a1e8735ae08b671194c8b64a2c2831fd6ce2793d1bca705dbceb41bdaae","fc9b503ac41bf643bdd2c5bcf21e7e8c052881dd6b94699e3624f3a60e02b0be","665d3d55e94122f2fe1c2dd78dd61774134151557a3b8dd41d49868a642c1277","2259073e3a0fcbd5d873f90465ad8364007668a97c0291a6b6d7975d8edbe30d","02959309d4b7d9a875c4f175abae0a359a074585513d073d1fbb828b704e5663","d0472eb54f481ef265c3407b31df68485efda04e40cc8a7238c8dbdaf93fe81b","70388aac7550e4cb19e9eb5aafba7ed3333fbae173f0d377643f5fa733317ae9","5620e210666cc9ff9409e6b18b23bdfbfd3edfa21a6b12ac28f48933842396b7","0d0dd5ae0237a3571383b9ac701d40220e1d963d0bbb22473c336225b2ed44a7","1e5577dfce1e114e9dc58a7199bdb9e359b30deb86d29a9f0a0b111fc8d29943","dcc4b56e334bd6f9a8680a5dd343e417cdb03bae06bdc4786211d2cdfd7899e8","53c80552acaabb705837f41f5bc28c79322645d3472b5fc214dbf81fa7fb9117","0af026de3ab75c99339016a7aa606da158668df7cfc0c25668c1d1617323da20",{"version":"f254c1abf6bb4c92633159831f924588908da902aa5e04ae45c39bd001f62e2e","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationDir":"./build-types","declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":false,"importsNotUsedAsValues":2,"jsx":1,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"rootDir":"./src","strict":true,"target":99},"fileIdsList":[[47,49,50,51,52,53,54,55,56,57,58,59],[47,48,50,51,52,53,54,55,56,57,58,59],[48,49,50,51,52,53,54,55,56,57,58,59],[47,48,49,51,52,53,54,55,56,57,58,59],[47,48,49,50,52,53,54,55,56,57,58,59],[47,48,49,50,51,53,54,55,56,57,58,59],[47,48,49,50,51,52,54,55,56,57,58,59],[47,48,49,50,51,52,53,55,56,57,58,59],[47,48,49,50,51,52,53,54,56,57,58,59],[47,48,49,50,51,52,53,54,55,57,58,59],[47,48,49,50,51,52,53,54,55,56,58,59],[47,48,49,50,51,52,53,54,55,56,57,59],[47,48,49,50,51,52,53,54,55,56,57,58],[59,87,88,90,95,96,97],[61,62],[64,66,67],[61],[64,68],[71],[71,79],[62,63,64,66,67,69,70,72,73,75,76,82,83,85,86,87,88,89,90,91,92,93,94,95,99],[66,67],[61,62,74,76,77,78,80],[61,74],[81],[65],[61,74,76,80],[84],[98],[61,87,88],[88],[93],[45,46,60,96,100],[59],[46,59]],"referencedMap":[[48,1],[49,2],[47,3],[50,4],[51,5],[52,6],[53,7],[54,8],[55,9],[56,10],[57,11],[58,12],[59,13],[98,14],[63,15],[70,16],[64,17],[69,18],[71,17],[73,19],[62,17],[72,19],[80,20],[100,21],[68,22],[87,17],[81,23],[75,24],[82,25],[67,26],[76,19],[78,17],[66,26],[83,25],[84,27],[85,28],[86,28],[99,29],[88,17],[91,17],[89,30],[93,31],[94,32],[90,17],[92,17],[101,33],[96,34],[60,35]],"exportedModulesMap":[[48,1],[49,2],[47,3],[50,4],[51,5],[52,6],[53,7],[54,8],[55,9],[56,10],[57,11],[58,12],[59,13],[98,14],[63,15],[70,16],[64,17],[69,18],[71,17],[73,19],[62,17],[72,19],[80,20],[100,21],[68,22],[87,17],[81,23],[75,24],[82,25],[67,26],[76,19],[78,17],[66,26],[83,25],[84,27],[85,28],[86,28],[99,29],[88,17],[91,17],[89,30],[93,31],[94,32],[90,17],[92,17],[101,33],[96,34],[60,35]],"semanticDiagnosticsPerFile":[48,49,47,50,51,52,53,54,55,56,57,58,59,10,12,11,2,13,14,15,16,17,18,19,20,3,4,24,21,22,23,25,26,27,5,28,29,30,31,6,32,33,34,35,7,40,36,37,38,39,8,41,42,43,1,9,44,45,79,98,63,70,64,69,71,73,77,62,72,80,100,68,87,81,97,95,75,82,65,74,67,76,78,66,83,84,85,86,99,88,91,89,93,94,90,92,46,101,96,60,61,102]},"version":"4.4.2"}