@rushstack/playwright-browser-tunnel 0.3.0 → 0.3.2

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 (35) hide show
  1. package/CHANGELOG.json +38 -0
  2. package/CHANGELOG.md +15 -1
  3. package/LICENSE +24 -0
  4. package/lib-dts/tsdoc-metadata.json +1 -1
  5. package/package.json +7 -5
  6. package/.rush/temp/chunked-rush-logs/playwright-browser-tunnel._phase_build.chunks.jsonl +0 -8
  7. package/.rush/temp/operation/_phase_build/all.log +0 -8
  8. package/.rush/temp/operation/_phase_build/log-chunks.jsonl +0 -8
  9. package/.rush/temp/operation/_phase_build/state.json +0 -3
  10. package/.rush/temp/rushstack+playwright-browser-tunnel-_phase_build-7739ed2cac57efca3ad3fa4de550f08e1f482854.tar.log +0 -84
  11. package/.rush/temp/shrinkwrap-deps.json +0 -104
  12. package/config/api-extractor.json +0 -19
  13. package/config/rig.json +0 -7
  14. package/eslint.config.js +0 -18
  15. package/playwright.config.ts +0 -45
  16. package/rush-logs/playwright-browser-tunnel._phase_build.cache.log +0 -3
  17. package/rush-logs/playwright-browser-tunnel._phase_build.log +0 -8
  18. package/src/HttpServer.ts +0 -87
  19. package/src/LaunchOptionsValidator.ts +0 -234
  20. package/src/PlaywrightBrowserTunnel.ts +0 -650
  21. package/src/index.ts +0 -38
  22. package/src/tunneledBrowserConnection/ITunneledBrowser.ts +0 -20
  23. package/src/tunneledBrowserConnection/ITunneledBrowserConnection.ts +0 -37
  24. package/src/tunneledBrowserConnection/TunneledBrowser.ts +0 -52
  25. package/src/tunneledBrowserConnection/TunneledBrowserConnection.ts +0 -232
  26. package/src/tunneledBrowserConnection/constants.ts +0 -5
  27. package/src/tunneledBrowserConnection/index.ts +0 -8
  28. package/src/utilities.ts +0 -136
  29. package/temp/build/lint/_eslint-5eVG3S6w.json +0 -50
  30. package/temp/build/lint/lint.sarif +0 -258
  31. package/temp/build/typescript/ts_lnwgbP5O.json +0 -1
  32. package/temp/playwright-browser-tunnel.api.md +0 -120
  33. package/tests/demo.spec.ts +0 -10
  34. package/tests/testFixture.ts +0 -22
  35. package/tsconfig.json +0 -6
@@ -1,258 +0,0 @@
1
- {
2
- "version": "2.1.0",
3
- "$schema": "http://json.schemastore.org/sarif-2.1.0-rtm.5",
4
- "runs": [
5
- {
6
- "tool": {
7
- "driver": {
8
- "name": "ESLint",
9
- "informationUri": "https://eslint.org",
10
- "version": "9.37.0",
11
- "rules": [
12
- {
13
- "id": "@typescript-eslint/no-explicit-any",
14
- "helpUri": "https://typescript-eslint.io/rules/no-explicit-any",
15
- "properties": {},
16
- "shortDescription": {
17
- "text": "Disallow the `any` type"
18
- }
19
- },
20
- {
21
- "id": "@typescript-eslint/naming-convention",
22
- "helpUri": "https://typescript-eslint.io/rules/naming-convention",
23
- "properties": {},
24
- "shortDescription": {
25
- "text": "Enforce naming conventions for everything across a codebase"
26
- }
27
- },
28
- {
29
- "id": "@typescript-eslint/no-unused-vars",
30
- "helpUri": "https://typescript-eslint.io/rules/no-unused-vars",
31
- "properties": {},
32
- "shortDescription": {
33
- "text": "Disallow unused variables"
34
- }
35
- },
36
- {
37
- "id": "promise/param-names",
38
- "helpUri": "https://github.com/eslint-community/eslint-plugin-promise/blob/main/docs/rules/param-names.md",
39
- "properties": {},
40
- "shortDescription": {
41
- "text": "Enforce consistent param names and ordering when creating new promises."
42
- }
43
- }
44
- ]
45
- }
46
- },
47
- "artifacts": [
48
- {
49
- "location": {
50
- "uri": "src/HttpServer.ts"
51
- }
52
- },
53
- {
54
- "location": {
55
- "uri": "src/LaunchOptionsValidator.ts"
56
- }
57
- },
58
- {
59
- "location": {
60
- "uri": "src/utilities.ts"
61
- }
62
- },
63
- {
64
- "location": {
65
- "uri": "src/PlaywrightBrowserTunnel.ts"
66
- }
67
- },
68
- {
69
- "location": {
70
- "uri": "src/tunneledBrowserConnection/constants.ts"
71
- }
72
- },
73
- {
74
- "location": {
75
- "uri": "src/tunneledBrowserConnection/ITunneledBrowser.ts"
76
- }
77
- },
78
- {
79
- "location": {
80
- "uri": "src/tunneledBrowserConnection/ITunneledBrowserConnection.ts"
81
- }
82
- },
83
- {
84
- "location": {
85
- "uri": "src/tunneledBrowserConnection/TunneledBrowserConnection.ts"
86
- }
87
- },
88
- {
89
- "location": {
90
- "uri": "src/tunneledBrowserConnection/TunneledBrowser.ts"
91
- }
92
- },
93
- {
94
- "location": {
95
- "uri": "src/tunneledBrowserConnection/index.ts"
96
- }
97
- },
98
- {
99
- "location": {
100
- "uri": "src/index.ts"
101
- }
102
- }
103
- ],
104
- "results": [
105
- {
106
- "level": "warning",
107
- "message": {
108
- "text": "Unexpected any. Specify a different type."
109
- },
110
- "locations": [
111
- {
112
- "physicalLocation": {
113
- "artifactLocation": {
114
- "uri": "src/LaunchOptionsValidator.ts",
115
- "index": 1
116
- },
117
- "region": {
118
- "startLine": 162,
119
- "startColumn": 29,
120
- "endLine": 162,
121
- "endColumn": 32
122
- }
123
- }
124
- }
125
- ],
126
- "ruleId": "@typescript-eslint/no-explicit-any",
127
- "ruleIndex": 0,
128
- "suppressions": [
129
- {
130
- "kind": "inSource",
131
- "justification": ""
132
- }
133
- ]
134
- },
135
- {
136
- "level": "warning",
137
- "message": {
138
- "text": "Classic Accessor name `status` must have one leading underscore(s)."
139
- },
140
- "locations": [
141
- {
142
- "physicalLocation": {
143
- "artifactLocation": {
144
- "uri": "src/PlaywrightBrowserTunnel.ts",
145
- "index": 3
146
- },
147
- "region": {
148
- "startLine": 141,
149
- "startColumn": 15,
150
- "endLine": 141,
151
- "endColumn": 21
152
- }
153
- }
154
- }
155
- ],
156
- "ruleId": "@typescript-eslint/naming-convention",
157
- "ruleIndex": 1,
158
- "suppressions": [
159
- {
160
- "kind": "inSource",
161
- "justification": ""
162
- }
163
- ]
164
- },
165
- {
166
- "level": "warning",
167
- "message": {
168
- "text": "'headless' is assigned a value but never used."
169
- },
170
- "locations": [
171
- {
172
- "physicalLocation": {
173
- "artifactLocation": {
174
- "uri": "src/PlaywrightBrowserTunnel.ts",
175
- "index": 3
176
- },
177
- "region": {
178
- "startLine": 384,
179
- "startColumn": 13,
180
- "endLine": 384,
181
- "endColumn": 21
182
- }
183
- }
184
- }
185
- ],
186
- "ruleId": "@typescript-eslint/no-unused-vars",
187
- "ruleIndex": 2,
188
- "suppressions": [
189
- {
190
- "kind": "inSource",
191
- "justification": ""
192
- }
193
- ]
194
- },
195
- {
196
- "level": "warning",
197
- "message": {
198
- "text": "'headless' is assigned a value but never used."
199
- },
200
- "locations": [
201
- {
202
- "physicalLocation": {
203
- "artifactLocation": {
204
- "uri": "src/tunneledBrowserConnection/TunneledBrowserConnection.ts",
205
- "index": 7
206
- },
207
- "region": {
208
- "startLine": 62,
209
- "startColumn": 15,
210
- "endLine": 62,
211
- "endColumn": 23
212
- }
213
- }
214
- }
215
- ],
216
- "ruleId": "@typescript-eslint/no-unused-vars",
217
- "ruleIndex": 2,
218
- "suppressions": [
219
- {
220
- "kind": "inSource",
221
- "justification": ""
222
- }
223
- ]
224
- },
225
- {
226
- "level": "error",
227
- "message": {
228
- "text": "Promise constructor parameters must be named to match \"^_?resolve$\""
229
- },
230
- "locations": [
231
- {
232
- "physicalLocation": {
233
- "artifactLocation": {
234
- "uri": "src/tunneledBrowserConnection/TunneledBrowserConnection.ts",
235
- "index": 7
236
- },
237
- "region": {
238
- "startLine": 225,
239
- "startColumn": 40,
240
- "endLine": 225,
241
- "endColumn": 48
242
- }
243
- }
244
- }
245
- ],
246
- "ruleId": "promise/param-names",
247
- "ruleIndex": 3,
248
- "suppressions": [
249
- {
250
- "kind": "inSource",
251
- "justification": ""
252
- }
253
- ]
254
- }
255
- ]
256
- }
257
- ]
258
- }
@@ -1 +0,0 @@
1
- {"fileNames":["../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.dom.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.decorators.d.ts","../../../../../common/temp/default/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/compatibility/disposable.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/compatibility/indexable.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/compatibility/iterators.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/compatibility/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/globals.typedarray.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/buffer.buffer.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../../../../common/temp/default/node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/globals.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/assert.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/assert/strict.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/async_hooks.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/buffer.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/child_process.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/cluster.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/console.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/constants.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/crypto.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/dgram.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/diagnostics_channel.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/dns.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/dns/promises.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/domain.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/dom-events.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/events.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/fs.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/fs/promises.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/http.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/http2.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/https.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/inspector.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/module.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/net.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/os.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/path.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/perf_hooks.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/process.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/punycode.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/querystring.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/readline.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/readline/promises.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/repl.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/sea.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/stream.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/stream/promises.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/stream/consumers.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/stream/web.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/string_decoder.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/test.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/timers.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/timers/promises.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/tls.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/trace_events.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/tty.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/url.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/util.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/v8.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/vm.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/wasi.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/worker_threads.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/zlib.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+node@20.17.19/node_modules/@types/node/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+ws@8.5.5/node_modules/@types/ws/index.d.ts","../../../../../libraries/node-core-library/dist/node-core-library.d.ts","../../../../../libraries/problem-matcher/dist/problem-matcher.d.ts","../../../../../libraries/terminal/dist/terminal.d.ts","../../../src/HttpServer.ts","../../../../../common/temp/default/node_modules/.pnpm/playwright-core@1.56.1/node_modules/playwright-core/types/protocol.d.ts","../../../../../common/temp/default/node_modules/.pnpm/playwright-core@1.56.1/node_modules/playwright-core/types/structs.d.ts","../../../../../common/temp/default/node_modules/.pnpm/playwright-core@1.56.1/node_modules/playwright-core/types/types.d.ts","../../../src/LaunchOptionsValidator.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts","../../../src/utilities.ts","../../../src/PlaywrightBrowserTunnel.ts","../../../src/tunneledBrowserConnection/constants.ts","../../../src/tunneledBrowserConnection/ITunneledBrowser.ts","../../../src/tunneledBrowserConnection/ITunneledBrowserConnection.ts","../../../../../common/temp/default/node_modules/.pnpm/playwright-core@1.56.1/node_modules/playwright-core/package.json","../../../src/tunneledBrowserConnection/TunneledBrowserConnection.ts","../../../src/tunneledBrowserConnection/TunneledBrowser.ts","../../../src/tunneledBrowserConnection/index.ts","../../../src/index.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+heft-jest@1.0.1/node_modules/@types/heft-jest/mocked.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@jest+expect-utils@29.7.0/node_modules/@jest/expect-utils/build/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@sinclair+typebox@0.27.8/node_modules/@sinclair/typebox/typebox.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@jest+schemas@29.6.3/node_modules/@jest/schemas/build/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/pretty-format@29.7.0/node_modules/pretty-format/build/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/jest-diff@29.7.0/node_modules/jest-diff/build/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/jest-matcher-utils@29.7.0/node_modules/jest-matcher-utils/build/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/expect@29.7.0/node_modules/expect/build/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+jest@29.5.14/node_modules/@types/jest/index.d.ts","../../../../../common/temp/default/node_modules/.pnpm/@types+heft-jest@1.0.1/node_modules/@types/heft-jest/index.d.ts"],"fileIdsList":[[52,94,109,114,136,144,147],[52,94,115,116,145,147,151],[52,94,95,106,144,145,147,151,152,192,193],[52,94,152,193,194,201],[52,94,151],[52,94,151,194],[52,94,147,151,194,195,196,197,199],[52,94,144,147,148,151,193,194,195,197,198],[52,94],[52,94,196,197,199,200],[52,94,115,145],[52,94,206],[52,94,203,212],[52,94,208,211],[52,91,94],[52,93,94],[94],[52,94,99,128],[52,94,95,100,106,107,114,125,136],[52,94,95,96,106,114],[47,48,49,52,94],[52,94,97,137],[52,94,98,99,107,115],[52,94,99,125,133],[52,94,100,102,106,114],[52,93,94,101],[52,94,102,103],[52,94,106],[52,94,104,106],[52,93,94,106],[52,94,106,107,108,125,136],[52,94,106,107,108,121,125,128],[52,89,94,141],[52,94,102,106,109,114,125,136],[52,94,106,107,109,110,114,125,133,136],[52,94,109,111,125,133,136],[50,51,52,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,142],[52,94,106,112],[52,94,113,136,141],[52,94,102,106,114,125],[52,94,115],[52,94,116],[52,93,94,117],[52,91,92,93,94,95,96,97,98,99,100,101,102,103,104,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,142],[52,94,119],[52,94,120],[52,94,106,121,122],[52,94,121,123,137,139],[52,94,106,125,126,127,128],[52,94,125,127],[52,94,125,126],[52,94,128],[52,94,129],[52,91,94,125],[52,94,106,131,132],[52,94,131,132],[52,94,99,114,125,133],[52,94,134],[52,94,114,135],[52,94,109,120,136],[52,94,99,137],[52,94,125,138],[52,94,113,139],[52,94,140],[52,94,99,106,108,117,125,136,139,141],[52,94,125,142],[52,94,153,192],[52,94,153,177,192],[52,94,192],[52,94,153],[52,94,153,178,192],[52,94,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191],[52,94,178,192],[52,94,106,109,111,125,133,136,142,143],[52,94,204,210],[52,94,208],[52,94,205,209],[52,94,95,107,125,149,150],[52,94,207],[52,61,65,94,136],[52,61,94,125,136],[52,56,94],[52,58,61,94,133,136],[52,94,114,133],[52,94,143],[52,56,94,143],[52,58,61,94,114,136],[52,53,54,57,60,94,106,125,136],[52,61,68,94],[52,53,59,94],[52,61,82,83,94],[52,57,61,94,128,136,143],[52,82,94,143],[52,55,56,94,143],[52,61,94],[52,55,56,57,58,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,83,84,85,86,87,88,94],[52,61,76,94],[52,61,68,69,94],[52,59,61,69,70,94],[52,60,94],[52,53,56,61,94],[52,61,65,69,70,94],[52,65,94],[52,59,61,64,94,136],[52,53,58,61,68,94],[52,94,125],[52,56,61,82,94,141,143],[52,94,95,107,116,143],[52,94,125,143,145,146]],"fileInfos":[{"version":"69684132aeb9b5642cbcd9e22dff7818ff0ee1aa831728af0ecf97d3364d5546","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fd06258805d26c72f5997e07a23155d322d5f05387adb3744a791fe6a0b042d","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"08faa97886e71757779428dd4c69a545c32c85fd629d1116d42710b32c6378bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b042aa5d277ad6963e2837179fd2f8fbb01968ac67115b0833c0244e93d1d50","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36","impliedFormat":1},{"version":"d674383111e06b6741c4ad2db962131b5b0fa4d0294b998566c635e86195a453","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3e58c4c18a031cbb17abec7a4ad0bd5ae9fc70c1f4ba1e7fb921ad87c504aca","impliedFormat":1},{"version":"a3e8bafb2af8e850c644f4be7f5156cf7d23b7bfdc3b786bd4d10ed40329649c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"f77d9188e41291acf14f476e931972460a303e1952538f9546e7b370cb8d0d20","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d04e3640dd9eb67f7f1e5bd3d0bf96c784666f7aefc8ac1537af6f2d38d4c29","impliedFormat":1},{"version":"3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","impliedFormat":1},{"version":"5a369483ac4cfbdf0331c248deeb36140e6907db5e1daed241546b4a2055f82c","impliedFormat":1},{"version":"e8f5b5cc36615c17d330eaf8eebbc0d6bdd942c25991f96ef122f246f4ff722f","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ada07543808f3b967624645a8e1ccd446f8b01ade47842acf1328aec899fed0","affectsGlobalScope":true,"impliedFormat":1},{"version":"c4a806152acbef81593f96cae6f2b04784d776457d97adbe2694478b243fcf03","impliedFormat":1},{"version":"71adf5dbc59568663d252a46179e71e4d544c053978bfc526d11543a3f716f42","impliedFormat":1},{"version":"c60db41f7bee80fb80c0b12819f5e465c8c8b465578da43e36d04f4a4646f57d","impliedFormat":1},{"version":"93bd413918fa921c8729cef45302b24d8b6c7855d72d5bf82d3972595ae8dcbf","impliedFormat":1},{"version":"4ff41188773cbf465807dd2f7059c7494cbee5115608efc297383832a1150c43","impliedFormat":1},{"version":"dccdf1677e531e33f8ac961a68bc537418c9a414797c1ea7e91307501cdc3f5e","impliedFormat":1},{"version":"e184c4b8918ef56c8c9e68bd79f3f3780e2d0d75bf2b8a41da1509a40c2deb46","affectsGlobalScope":true,"impliedFormat":1},{"version":"d206b4baf4ddcc15d9d69a9a2f4999a72a2c6adeaa8af20fa7a9960816287555","impliedFormat":1},{"version":"93f437e1398a4f06a984f441f7fa7a9f0535c04399619b5c22e0b87bdee182cb","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"70731d10d5311bd4cf710ef7f6539b62660f4b0bfdbb3f9fbe1d25fe6366a7fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b19db3600a17af69d4f33d08cc7076a7d19fb65bb36e442cac58929ec7c9482","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"137c2894e8f3e9672d401cc0a305dc7b1db7c69511cf6d3970fb53302f9eae09","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"e9992149869ea538d17dc29a3df8348a1280508f49dba86a2c84dc5e6fbea012","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"bb715efb4857eb94539eafb420352105a0cff40746837c5140bf6b035dd220ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"1851a3b4db78664f83901bb9cac9e45e03a37bb5933cc5bf37e10bb7e91ab4eb","impliedFormat":1},{"version":"09d479208911ac3ac6a7c2fe86217fc1abe6c4f04e2d52e4890e500699eeab32","affectsGlobalScope":true,"impliedFormat":1},{"version":"27d8987fd22d92efe6560cf0ce11767bf089903ffe26047727debfd1f3bf438b","affectsGlobalScope":true,"impliedFormat":1},{"version":"578d8bb6dcb2a1c03c4c3f8eb71abc9677e1a5c788b7f24848e3138ce17f3400","impliedFormat":1},{"version":"4f029899f9bae07e225c43aef893590541b2b43267383bf5e32e3a884d219ed5","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"5b566927cad2ed2139655d55d690ffa87df378b956e7fe1c96024c4d9f75c4cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"bce947017cb7a2deebcc4f5ba04cead891ce6ad1602a4438ae45ed9aa1f39104","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3dffd70e6375b872f0b4e152de4ae682d762c61a24881ecc5eb9f04c5caf76f","impliedFormat":1},{"version":"e2c72c065a36bc9ab2a00ac6a6f51e71501619a72c0609defd304d46610487a4","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"616075a6ac578cf5a013ee12964188b4412823796ce0b202c6f1d2e4ca8480d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"e8a979b8af001c9fc2e774e7809d233c8ca955a28756f52ee5dee88ccb0611d2","impliedFormat":1},{"version":"cac793cc47c29e26e4ac3601dcb00b4435ebed26203485790e44f2ad8b6ad847","impliedFormat":1},{"version":"2dd1d4cea14cead7a7fc9eec8f40593089dff0de8c0199458446143c9b8c4ea9","impliedFormat":1},"4b4f3b4c21f4c6ac53ac7b8f5374b1f64c79710717047ca6be7fa36c29fe8684","fb01f7d60e9e9a089b3db908a7085a4e9b4508c2b05c85912d150a88a530a7cc","74fd7c58685db202ff6f446be24bf77691bd992d3176f7dad5996b42aa9240e8",{"version":"eb5d3c70d2744adfbd44448fe2fae2b0a6413b15bb338fd31af7ecade290c973","signature":"411fcdaefc82f94e38afed2c4ff8e36c11911e776b92f21d7349156fd09772f4"},{"version":"3f6ef9c13ca4e92bc06426a01f2c3198448e949f64f62eb02e2db23146a8d06c","impliedFormat":1},{"version":"32727845ab5bd8a9ef3e4844c567c09f6d418fcf0f90d381c00652a6f23e7f6e","impliedFormat":1},{"version":"254bdfc7c096df05586db7e69fd2c6d78c766d13713fb5a44b74d49fd45e8881","impliedFormat":1},{"version":"36f10ef5bba6f95e0f332c1aab5a344c6e1475f8d35abb30a74143cdfd42a537","signature":"a05e6c538e5d2dc6b86b05e6fe92d96db94360df819e973b1826dccff117c946"},{"version":"2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","impliedFormat":1},{"version":"2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","impliedFormat":1},{"version":"42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","impliedFormat":1},{"version":"d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","impliedFormat":1},{"version":"b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","impliedFormat":1},{"version":"7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","impliedFormat":1},{"version":"906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","impliedFormat":1},{"version":"5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","impliedFormat":1},{"version":"c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","impliedFormat":1},{"version":"e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","impliedFormat":1},{"version":"e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","impliedFormat":1},{"version":"9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","impliedFormat":1},{"version":"0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","impliedFormat":1},{"version":"71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","impliedFormat":1},{"version":"c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","impliedFormat":1},{"version":"2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","impliedFormat":1},{"version":"479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","impliedFormat":1},{"version":"ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","impliedFormat":1},{"version":"f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","impliedFormat":1},{"version":"86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","impliedFormat":1},{"version":"2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","impliedFormat":1},{"version":"a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","impliedFormat":1},{"version":"b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","impliedFormat":1},{"version":"61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","impliedFormat":1},{"version":"6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","impliedFormat":1},{"version":"c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","impliedFormat":1},{"version":"38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","impliedFormat":1},{"version":"d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","impliedFormat":1},{"version":"3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","impliedFormat":1},{"version":"b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","impliedFormat":1},{"version":"f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","impliedFormat":1},{"version":"843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","impliedFormat":1},{"version":"f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","impliedFormat":1},{"version":"6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","impliedFormat":1},{"version":"e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","impliedFormat":1},{"version":"a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","impliedFormat":1},{"version":"a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","impliedFormat":1},{"version":"da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","impliedFormat":1},{"version":"34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","impliedFormat":1},{"version":"a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab","impliedFormat":1},{"version":"f24e93ae9da2ced3e3e5b3d4b7becddcf80ac8678775c673cc80a63045e9a246","signature":"f5b047db83f79cf52e5fd78d287d72df004dfecdda827e0f0c1fbb07c480eee9"},{"version":"1bbea2c477cd1510d00e14a14fbec331f491dd2f058e2146671cb08385da8e09","signature":"97594c15cd9c418c49c11aaa6fe1ed588483c409e22aab0b1becb6d9f31878c5"},{"version":"869309171fd2db0c9aaeb1003be41243d026b23c1715de8e53afe8b30edd1f39","signature":"a472879ba8402897060343d6d595cd0fd0c8ac04b03d9ee7746031ae60f7fd26"},{"version":"f69368b63d693a2c39804340262e6f4262c44a3cba1a73ee34084634d44fd4ef","signature":"213ffc8d663606f0d09ee9315636c8a9399afab9eceb3394f2a7516618c02485"},{"version":"0a38e3d400fbbaa2c2e46c7671791a21a6ca5f64c6e0179cb6763f66fd2be8d3","signature":"7371f6dcf465bc1b272df779c6d71bf2679eabc3d687821d1911626b7021228d"},"428ba2490bb4eec3a9bf62838207d35318ecfb6677801ae770445bfa52007c27",{"version":"9b61eeb3223a7e24a6cece972a31c4ec06cf8d517b5c686fe24a5708642306b6","signature":"0495bf32a7b748a71e524a6250afd8f9d1d103911785d5da9c08b4dd5b8317ec"},{"version":"2b1763d3a9069360f0eaf654d86c9a147e749f51a0622530606519472af1ed61","signature":"cdba1ebb42ce9e0bd2033dbde87ba23afe9b05d0587b1ccda02027f52986df23"},{"version":"7120be95e2c956b5b31ec8dc46a2824b0bf8058f36ea7a43ac60c1ccad23dca2","signature":"eb16bcf69a3383e820b087dac10ed1e8a950e316341f48622f1d8daa67d723a0"},{"version":"24a883b07dbd0c309fa5f83653a48f3ac849200808fbe3872f34b11c99ea1668","signature":"8c6ced8398fe9a64d628287d0a01b4af1054a7b5381fcfd5374d927407826a96"},{"version":"ef948381fb93e21b69bb6581851b1c1c15c9a9d59752fc3b30d223cb16539534","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcc132f207d097d7d3aa75615ab9a2e71d6a478162dde8b67f88ea19f3e54de","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"c085e9aa62d1ae1375794c1fb927a445fa105fed891a7e24edbb1c3300f7384a","impliedFormat":1},{"version":"f315e1e65a1f80992f0509e84e4ae2df15ecd9ef73df975f7c98813b71e4c8da","impliedFormat":1},{"version":"5b9586e9b0b6322e5bfbd2c29bd3b8e21ab9d871f82346cb71020e3d84bae73e","impliedFormat":1},{"version":"3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","impliedFormat":1},{"version":"ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","impliedFormat":1},{"version":"d96cc6598148bf1a98fb2e8dcf01c63a4b3558bdaec6ef35e087fd0562eb40ec","impliedFormat":1},{"version":"f8db4fea512ab759b2223b90ecbbe7dae919c02f8ce95ec03f7fb1cf757cfbeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"7d94851f2e2797a812fdaaae6ba87e91e894be0198b107e544fb5a992eaa6b00","affectsGlobalScope":true,"impliedFormat":1}],"root":[148,152,[193,197],[199,202]],"options":{"allowUnreachableCode":false,"declaration":true,"declarationDir":"../../../lib-dts","declarationMap":true,"esModuleInterop":true,"experimentalDecorators":true,"inlineSources":true,"jsx":2,"module":1,"noEmitOnError":false,"outDir":"../../../lib-commonjs","rootDir":"../../../src","sourceMap":true,"strict":true,"target":5,"tsBuildInfoFile":"./ts_lnwgbP5O.json","useUnknownInCatchVariables":false},"referencedMap":[[148,1],[152,2],[194,3],[202,4],[196,5],[197,6],[200,7],[199,8],[195,9],[201,10],[193,11],[204,9],[207,12],[206,9],[213,13],[203,9],[212,14],[91,15],[92,15],[93,16],[52,17],[94,18],[95,19],[96,20],[47,9],[50,21],[48,9],[49,9],[97,22],[98,23],[99,24],[100,25],[101,26],[102,27],[103,27],[105,28],[104,29],[106,30],[107,31],[108,32],[90,33],[51,9],[109,34],[110,35],[111,36],[143,37],[112,38],[113,39],[114,40],[115,41],[116,42],[117,43],[118,44],[119,45],[120,46],[121,47],[122,47],[123,48],[124,9],[125,49],[127,50],[126,51],[128,52],[129,53],[130,54],[131,55],[132,56],[133,57],[134,58],[135,59],[136,60],[137,61],[138,62],[139,63],[140,64],[141,65],[142,66],[177,67],[178,68],[153,69],[156,69],[175,67],[176,67],[166,67],[165,70],[163,67],[158,67],[171,67],[169,67],[173,67],[157,67],[170,67],[174,67],[159,67],[160,67],[172,67],[154,67],[161,67],[162,67],[164,67],[168,67],[179,71],[167,67],[155,67],[192,72],[191,9],[186,71],[188,73],[187,71],[180,71],[181,71],[183,71],[185,71],[189,73],[190,73],[182,73],[184,73],[144,74],[205,9],[211,75],[209,76],[210,77],[198,9],[149,9],[150,5],[151,78],[208,79],[45,9],[46,9],[8,9],[10,9],[9,9],[2,9],[11,9],[12,9],[13,9],[14,9],[15,9],[16,9],[17,9],[18,9],[3,9],[19,9],[20,9],[4,9],[21,9],[25,9],[22,9],[23,9],[24,9],[26,9],[27,9],[28,9],[5,9],[29,9],[30,9],[31,9],[32,9],[6,9],[36,9],[33,9],[34,9],[35,9],[37,9],[7,9],[38,9],[43,9],[44,9],[39,9],[40,9],[41,9],[42,9],[1,9],[68,80],[78,81],[67,80],[88,82],[59,83],[58,84],[87,85],[81,86],[86,87],[61,88],[75,89],[60,90],[84,91],[56,92],[55,85],[85,93],[57,94],[62,95],[63,9],[66,95],[53,9],[89,96],[79,97],[70,98],[71,99],[73,100],[69,101],[72,102],[82,85],[64,103],[65,104],[74,105],[54,106],[77,97],[76,95],[80,9],[83,107],[145,108],[146,9],[147,109]],"version":"5.8.2"}
@@ -1,120 +0,0 @@
1
- ## API Report File for "@rushstack/playwright-browser-tunnel"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import type { Browser } from 'playwright-core';
8
- import { ITerminal } from '@rushstack/terminal';
9
- import type { LaunchOptions } from 'playwright-core';
10
- import semver from 'semver';
11
-
12
- // @beta
13
- export type BrowserName = 'chromium' | 'firefox' | 'webkit';
14
-
15
- // @beta
16
- export function createTunneledBrowserAsync(browserName: BrowserName, launchOptions: LaunchOptions, logger?: ITerminal, port?: number): Promise<IDisposableTunneledBrowser>;
17
-
18
- // @beta
19
- export const EXTENSION_INSTALLED_FILENAME: string;
20
-
21
- // @beta
22
- export function getNormalizedErrorString(error: unknown): string;
23
-
24
- // @beta
25
- export interface IDisposableTunneledBrowser {
26
- [Symbol.asyncDispose]: () => Promise<void>;
27
- browser: Browser;
28
- }
29
-
30
- // @beta
31
- export interface IDisposableTunneledBrowserConnection {
32
- [Symbol.dispose]: () => void;
33
- closePromise: Promise<void>;
34
- remoteEndpoint: string;
35
- }
36
-
37
- // @beta
38
- export interface IHandshake {
39
- // (undocumented)
40
- action: 'handshake';
41
- // (undocumented)
42
- browserName: BrowserName;
43
- // (undocumented)
44
- launchOptions: LaunchOptions;
45
- // (undocumented)
46
- playwrightVersion: semver.SemVer;
47
- }
48
-
49
- // @beta
50
- export interface ILaunchOptionsAllowlist {
51
- allowedOptions: string[];
52
- version: number;
53
- }
54
-
55
- // @beta
56
- export interface ILaunchOptionsValidationResult {
57
- deniedOptions: Array<keyof LaunchOptions>;
58
- filteredOptions: LaunchOptions;
59
- isValid: boolean;
60
- warnings: string[];
61
- }
62
-
63
- // @beta
64
- export type IPlaywrightTunnelOptions = {
65
- terminal: ITerminal;
66
- onStatusChange: (status: TunnelStatus) => void;
67
- playwrightInstallPath: string;
68
- onBeforeLaunch?: (handshake: IHandshake) => Promise<boolean> | boolean;
69
- } & ({
70
- mode: 'poll-connection';
71
- wsEndpoint: string;
72
- } | {
73
- mode: 'wait-for-incoming-connection';
74
- listenPort: number;
75
- });
76
-
77
- // @beta
78
- export function isExtensionInstalledAsync(): Promise<boolean>;
79
-
80
- // @beta
81
- export const LAUNCH_OPTIONS_ALLOWLIST_FILENAME: string;
82
-
83
- // @beta
84
- export class LaunchOptionsValidator {
85
- static addToAllowlistAsync(option: keyof LaunchOptions): Promise<void>;
86
- static clearAllowlistAsync(): Promise<void>;
87
- static getAllowlistDescription(): string;
88
- static getAllowlistFilePath(): string;
89
- static readAllowlistAsync(): Promise<ILaunchOptionsAllowlist>;
90
- static removeFromAllowlistAsync(option: keyof LaunchOptions): Promise<void>;
91
- static validateLaunchOptionsAsync(launchOptions: LaunchOptions, terminal?: ITerminal): Promise<ILaunchOptionsValidationResult>;
92
- static writeAllowlistAsync(allowlist: ILaunchOptionsAllowlist): Promise<void>;
93
- }
94
-
95
- // @beta
96
- export class PlaywrightTunnel {
97
- // (undocumented)
98
- [Symbol.asyncDispose](): Promise<void>;
99
- constructor(options: IPlaywrightTunnelOptions);
100
- // (undocumented)
101
- cleanTempFilesAsync(): Promise<void>;
102
- // (undocumented)
103
- startAsync(options?: {
104
- keepRunning?: boolean;
105
- }): Promise<void>;
106
- // (undocumented)
107
- get status(): TunnelStatus;
108
- // (undocumented)
109
- stopAsync(): Promise<void>;
110
- // (undocumented)
111
- waitForCloseAsync(): Promise<void>;
112
- }
113
-
114
- // @beta
115
- export function tunneledBrowserConnection(logger: ITerminal, port?: number): Promise<IDisposableTunneledBrowserConnection>;
116
-
117
- // @beta
118
- export type TunnelStatus = 'waiting-for-connection' | 'browser-server-running' | 'stopped' | 'setting-up-browser-server' | 'error';
119
-
120
- ```
@@ -1,10 +0,0 @@
1
- // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2
- // See LICENSE in the project root for license information.
3
-
4
- import { test } from './testFixture';
5
- import { expect } from '@playwright/test';
6
-
7
- test('woohoo!', async ({ page }) => {
8
- await page.goto('about:blank');
9
- await expect(page).toHaveURL('about:blank');
10
- });
@@ -1,22 +0,0 @@
1
- // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2
- // See LICENSE in the project root for license information.
3
-
4
- import { test as base } from '@playwright/test';
5
- import { tunneledBrowser } from '../src/tunneledBrowserConnection';
6
-
7
- export const test = base.extend({
8
- browser: [
9
- async ({ browserName, launchOptions, channel, headless }, use) => {
10
- console.log(`Starting tunnel server for browser: ${browserName}, channel: ${channel}`);
11
-
12
- await using tunnel = await tunneledBrowser(browserName, {
13
- channel,
14
- headless,
15
- ...launchOptions
16
- });
17
-
18
- await use(tunnel.browser);
19
- },
20
- { scope: 'worker' }
21
- ]
22
- });
package/tsconfig.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "extends": "./node_modules/local-node-rig/profiles/default/tsconfig-base.json",
3
- "compilerOptions": {
4
- "lib": ["DOM"]
5
- }
6
- }