@mui/internal-test-utils 1.0.0-dev.20240529-082515-213b5e33ab
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.
- package/CHANGELOG.md +5 -0
- package/LICENSE +21 -0
- package/README.md +9 -0
- package/build/.tsbuildinfo +1 -0
- package/build/KarmaReporterReactProfiler.d.ts +51 -0
- package/build/KarmaReporterReactProfiler.d.ts.map +1 -0
- package/build/KarmaReporterReactProfiler.js +68 -0
- package/build/KarmaReporterReactProfiler.js.map +1 -0
- package/build/components.d.ts +36 -0
- package/build/components.d.ts.map +1 -0
- package/build/components.js +78 -0
- package/build/components.js.map +1 -0
- package/build/createDOM.d.ts +3 -0
- package/build/createDOM.d.ts.map +1 -0
- package/build/createDOM.js +60 -0
- package/build/createDOM.js.map +1 -0
- package/build/createDescribe.d.ts +8 -0
- package/build/createDescribe.d.ts.map +1 -0
- package/build/createDescribe.js +22 -0
- package/build/createDescribe.js.map +1 -0
- package/build/createMount.d.ts +9 -0
- package/build/createMount.d.ts.map +1 -0
- package/build/createMount.js +120 -0
- package/build/createMount.js.map +1 -0
- package/build/createRenderer.d.ts +231 -0
- package/build/createRenderer.d.ts.map +1 -0
- package/build/createRenderer.js +506 -0
- package/build/createRenderer.js.map +1 -0
- package/build/createRenderer.test.d.ts +2 -0
- package/build/createRenderer.test.d.ts.map +1 -0
- package/build/createRenderer.test.js +48 -0
- package/build/createRenderer.test.js.map +1 -0
- package/build/describeConformance.d.ts +152 -0
- package/build/describeConformance.d.ts.map +1 -0
- package/build/describeConformance.js +815 -0
- package/build/describeConformance.js.map +1 -0
- package/build/findOutermostIntrinsic.d.ts +14 -0
- package/build/findOutermostIntrinsic.d.ts.map +1 -0
- package/build/findOutermostIntrinsic.js +22 -0
- package/build/findOutermostIntrinsic.js.map +1 -0
- package/build/findOutermostIntrinsic.test.d.ts +2 -0
- package/build/findOutermostIntrinsic.test.d.ts.map +1 -0
- package/build/findOutermostIntrinsic.test.js +70 -0
- package/build/findOutermostIntrinsic.test.js.map +1 -0
- package/build/fireDiscreteEvent.d.ts +7 -0
- package/build/fireDiscreteEvent.d.ts.map +1 -0
- package/build/fireDiscreteEvent.js +98 -0
- package/build/fireDiscreteEvent.js.map +1 -0
- package/build/flushMicrotasks.d.ts +2 -0
- package/build/flushMicrotasks.d.ts.map +1 -0
- package/build/flushMicrotasks.js +11 -0
- package/build/flushMicrotasks.js.map +1 -0
- package/build/focusVisible.d.ts +7 -0
- package/build/focusVisible.d.ts.map +1 -0
- package/build/focusVisible.js +33 -0
- package/build/focusVisible.js.map +1 -0
- package/build/index.d.ts +18 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +59 -0
- package/build/index.js.map +1 -0
- package/build/init.d.ts +2 -0
- package/build/init.d.ts.map +1 -0
- package/build/init.js +42 -0
- package/build/init.js.map +1 -0
- package/build/initMatchers.d.ts +81 -0
- package/build/initMatchers.d.ts.map +1 -0
- package/build/initMatchers.js +431 -0
- package/build/initMatchers.js.map +1 -0
- package/build/initMatchers.test.d.ts +2 -0
- package/build/initMatchers.test.d.ts.map +1 -0
- package/build/initMatchers.test.js +103 -0
- package/build/initMatchers.test.js.map +1 -0
- package/build/initPlaywrightMatchers.d.ts +25 -0
- package/build/initPlaywrightMatchers.d.ts.map +1 -0
- package/build/initPlaywrightMatchers.js +63 -0
- package/build/initPlaywrightMatchers.js.map +1 -0
- package/build/mochaHooks.d.ts +25 -0
- package/build/mochaHooks.d.ts.map +1 -0
- package/build/mochaHooks.js +171 -0
- package/build/mochaHooks.js.map +1 -0
- package/build/mochaHooks.test.d.ts +2 -0
- package/build/mochaHooks.test.d.ts.map +1 -0
- package/build/mochaHooks.test.js +112 -0
- package/build/mochaHooks.test.js.map +1 -0
- package/build/setup.d.ts +2 -0
- package/build/setup.d.ts.map +1 -0
- package/build/setup.js +10 -0
- package/build/setup.js.map +1 -0
- package/build/setupBabel.d.ts +2 -0
- package/build/setupBabel.d.ts.map +1 -0
- package/build/setupBabel.js +5 -0
- package/build/setupBabel.js.map +1 -0
- package/build/setupBabelPlaywright.d.ts +2 -0
- package/build/setupBabelPlaywright.d.ts.map +1 -0
- package/build/setupBabelPlaywright.js +11 -0
- package/build/setupBabelPlaywright.js.map +1 -0
- package/build/setupJSDOM.d.ts +7 -0
- package/build/setupJSDOM.d.ts.map +1 -0
- package/build/setupJSDOM.js +17 -0
- package/build/setupJSDOM.js.map +1 -0
- package/build/setupKarma.d.ts +2 -0
- package/build/setupKarma.d.ts.map +1 -0
- package/build/setupKarma.js +56 -0
- package/build/setupKarma.js.map +1 -0
- package/build/until.d.ts +2 -0
- package/build/until.d.ts.map +1 -0
- package/build/until.js +26 -0
- package/build/until.js.map +1 -0
- package/build/until.test.d.ts +2 -0
- package/build/until.test.d.ts.map +1 -0
- package/build/until.test.js +118 -0
- package/build/until.test.js.map +1 -0
- package/build/userEvent.d.ts +8 -0
- package/build/userEvent.d.ts.map +1 -0
- package/build/userEvent.js +61 -0
- package/build/userEvent.js.map +1 -0
- package/package.json +76 -0
- package/src/KarmaReporterReactProfiler.js +81 -0
- package/src/components.tsx +61 -0
- package/src/createDOM.d.ts +9 -0
- package/src/createDOM.js +67 -0
- package/src/createDescribe.ts +31 -0
- package/src/createMount.tsx +136 -0
- package/src/createRenderer.test.js +31 -0
- package/src/createRenderer.tsx +737 -0
- package/src/describeConformance.tsx +1117 -0
- package/src/findOutermostIntrinsic.test.js +68 -0
- package/src/findOutermostIntrinsic.ts +19 -0
- package/src/fireDiscreteEvent.ts +76 -0
- package/src/flushMicrotasks.ts +8 -0
- package/src/focusVisible.ts +28 -0
- package/src/index.ts +24 -0
- package/src/init.js +15 -0
- package/src/initMatchers.test.js +126 -0
- package/src/initMatchers.ts +658 -0
- package/src/initPlaywrightMatchers.ts +96 -0
- package/src/mochaHooks.js +209 -0
- package/src/mochaHooks.test.js +113 -0
- package/src/setup.js +10 -0
- package/src/setupBabel.js +3 -0
- package/src/setupBabelPlaywright.js +10 -0
- package/src/setupJSDOM.js +20 -0
- package/src/setupKarma.js +65 -0
- package/src/until.js +28 -0
- package/src/until.test.js +120 -0
- package/src/userEvent.ts +35 -0
- package/tsconfig.build.json +17 -0
- package/tsconfig.json +12 -0
package/CHANGELOG.md
ADDED
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2014 Call-Em-All
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @mui/internal-test-utils
|
|
2
|
+
|
|
3
|
+
This package contains test runner initialization functions and common tests shared between MUI packages.
|
|
4
|
+
This is an internal package not meant for general use.
|
|
5
|
+
|
|
6
|
+
## Release
|
|
7
|
+
|
|
8
|
+
1. Build the project: `pnpm build`
|
|
9
|
+
2. Publish the build artifacts to npm: `pnpm release:publish`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.full.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@18.19.33/node_modules/@types/node/index.d.ts","../../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/index.d.ts","../../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/utils.d.ts","../../../node_modules/.pnpm/@types+fs-extra@11.0.4/node_modules/@types/fs-extra/index.d.ts","../src/karmareporterreactprofiler.js","../../../node_modules/.pnpm/@types+react@18.2.55/node_modules/@types/react/global.d.ts","../../../node_modules/.pnpm/csstype@3.1.3/node_modules/csstype/index.d.ts","../../../node_modules/.pnpm/@types+prop-types@15.7.12/node_modules/@types/prop-types/index.d.ts","../../../node_modules/.pnpm/@types+scheduler@0.16.8/node_modules/@types/scheduler/tracing.d.ts","../../../node_modules/.pnpm/@types+react@18.2.55/node_modules/@types/react/index.d.ts","../src/components.tsx","../src/createdom.d.ts","../src/createdom.js","../src/createdescribe.ts","../../../node_modules/.pnpm/@types+react-dom@18.3.0/node_modules/@types/react-dom/index.d.ts","../../../node_modules/.pnpm/@types+react-dom@18.3.0/node_modules/@types/react-dom/test-utils/index.d.ts","../../../node_modules/.pnpm/@types+mocha@10.0.6/node_modules/@types/mocha/index.d.ts","../../../node_modules/.pnpm/@types+cheerio@0.22.31/node_modules/@types/cheerio/index.d.ts","../../../node_modules/.pnpm/@types+enzyme@3.10.18/node_modules/@types/enzyme/index.d.ts","../src/createmount.tsx","../../../node_modules/.pnpm/@types+chai@4.3.16/node_modules/@types/chai/index.d.ts","../../../node_modules/.pnpm/@types+react-dom@18.3.0/node_modules/@types/react-dom/client.d.ts","../../../node_modules/.pnpm/@types+react-dom@18.3.0/node_modules/@types/react-dom/server.d.ts","../../../node_modules/.pnpm/@emotion+utils@1.2.1/node_modules/@emotion/utils/types/index.d.ts","../../../node_modules/.pnpm/@emotion+cache@11.11.0/node_modules/@emotion/cache/types/index.d.ts","../../../node_modules/.pnpm/@emotion+serialize@1.1.4/node_modules/@emotion/serialize/types/index.d.ts","../../../node_modules/.pnpm/@emotion+react@11.11.4_@types+react@18.2.55_react@18.2.0/node_modules/@emotion/react/types/jsx-namespace.d.ts","../../../node_modules/.pnpm/@emotion+react@11.11.4_@types+react@18.2.55_react@18.2.0/node_modules/@emotion/react/types/helper.d.ts","../../../node_modules/.pnpm/@emotion+react@11.11.4_@types+react@18.2.55_react@18.2.0/node_modules/@emotion/react/types/theming.d.ts","../../../node_modules/.pnpm/@emotion+react@11.11.4_@types+react@18.2.55_react@18.2.0/node_modules/@emotion/react/types/index.d.ts","../../../node_modules/.pnpm/@types+aria-query@5.0.1/node_modules/@types/aria-query/index.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/matches.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/wait-for.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/query-helpers.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/queries.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/get-queries-for-element.d.ts","../../../node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/types.d.ts","../../../node_modules/.pnpm/pretty-format@27.5.1/node_modules/pretty-format/build/index.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/screen.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/wait-for-element-to-be-removed.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/get-node-text.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/events.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/pretty-dom.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/role-helpers.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/config.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/suggestions.d.ts","../../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@testing-library/dom/types/index.d.ts","../../../node_modules/.pnpm/@testing-library+react@15.0.7_@types+react@18.2.55_react-dom@18.2.0_react@18.2.0/node_modules/@testing-library/react/types/index.d.ts","../../../node_modules/.pnpm/@testing-library+react@15.0.7_@types+react@18.2.55_react-dom@18.2.0_react@18.2.0/node_modules/@testing-library/react/types/pure.d.ts","../../../node_modules/.pnpm/@testing-library+react@15.0.7_@types+react@18.2.55_react-dom@18.2.0_react@18.2.0/node_modules/@testing-library/react/pure.d.ts","../../../node_modules/.pnpm/@types+sinonjs__fake-timers@8.1.2/node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../node_modules/.pnpm/@types+sinon@17.0.3/node_modules/@types/sinon/index.d.ts","../src/createrenderer.tsx","../src/createrenderer.test.js","../../../node_modules/.pnpm/@types+react-test-renderer@18.3.0/node_modules/@types/react-test-renderer/index.d.ts","../src/findoutermostintrinsic.ts","../src/describeconformance.tsx","../src/findoutermostintrinsic.test.js","../src/firediscreteevent.ts","../src/flushmicrotasks.ts","../src/focusvisible.ts","../../../node_modules/.pnpm/@types+chai-dom@1.11.3/node_modules/@types/chai-dom/index.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/common.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/array.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/date.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/function.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/math.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/number.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/object.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/string.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/common/util.d.ts","../../../node_modules/.pnpm/@types+lodash@4.17.4/node_modules/@types/lodash/index.d.ts","../../../node_modules/.pnpm/dom-accessibility-api@0.6.3/node_modules/dom-accessibility-api/dist/accessible-name-and-description.d.ts","../../../node_modules/.pnpm/dom-accessibility-api@0.6.3/node_modules/dom-accessibility-api/dist/accessible-description.d.ts","../../../node_modules/.pnpm/dom-accessibility-api@0.6.3/node_modules/dom-accessibility-api/dist/accessible-name.d.ts","../../../node_modules/.pnpm/dom-accessibility-api@0.6.3/node_modules/dom-accessibility-api/dist/getrole.d.ts","../../../node_modules/.pnpm/dom-accessibility-api@0.6.3/node_modules/dom-accessibility-api/dist/is-inaccessible.d.ts","../../../node_modules/.pnpm/dom-accessibility-api@0.6.3/node_modules/dom-accessibility-api/dist/is-disabled.d.ts","../../../node_modules/.pnpm/dom-accessibility-api@0.6.3/node_modules/dom-accessibility-api/dist/index.d.ts","../../../node_modules/.pnpm/@types+format-util@1.0.4/node_modules/@types/format-util/index.d.ts","../src/initmatchers.ts","../src/userevent.ts","../src/index.ts","../src/init.js","../src/initmatchers.test.js","../../../node_modules/.pnpm/playwright-core@1.44.0/node_modules/playwright-core/types/protocol.d.ts","../../../node_modules/.pnpm/playwright-core@1.44.0/node_modules/playwright-core/types/structs.d.ts","../../../node_modules/.pnpm/playwright-core@1.44.0/node_modules/playwright-core/types/types.d.ts","../../../node_modules/.pnpm/playwright@1.44.0/node_modules/playwright/index.d.ts","../src/initplaywrightmatchers.ts","../src/mochahooks.js","../src/mochahooks.test.js","../src/setup.js","../src/setupbabel.js","../src/setupbabelplaywright.js","../src/setupjsdom.js","../src/setupkarma.js","../src/until.js","../src/until.test.js"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"76f838d5d49b65de83bc345c04aa54c62a3cfdb72a477dc0c0fce89a30596c30","affectsGlobalScope":true},{"version":"73e370058f82add1fdbc78ef3d1aab110108f2d5d9c857cb55d3361982347ace","affectsGlobalScope":true},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"1305d1e76ca44e30fb8b2b8075fa522b83f60c0bcf5d4326a9d2cf79b53724f8","3846d0dcf468a1d1a07e6d00eaa37ec542956fb5fe0357590a6407af20d2ff90","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"49026435d21e3d7559d723af3ae48f73ec28f9cba651b41bd2ac991012836122","affectsGlobalScope":true},"39b1a50d543770780b0409a4caacb87f3ff1d510aedfeb7dc06ed44188256f89",{"version":"dafc58ee47fa25dbc68b27c638bd6153dd7659021c164f64b7760757e9f5a6ab","affectsGlobalScope":true},"16b872cf5432818bdbf405428b4a1d77bb2a7ab908e8bd6609f9a541cea92f81","304504c854c47a55ab4a89111a27a2daf8a3614740bd787cc1f2c51e5574239c",{"version":"95f9129a37dcace36e17b061a8484952586ecfe928c9c8ce526de1a2f4aaefa7","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","ed3db4eb7ad0466e19df82d9ee5c057d78df954283004783932d75e8fa4058c5","278fe296432b9840660d6e0d1778b4b4897a591d4b910a5f7ac8db0b476a8af7","1c611ff373ce1958aafc40b328048ac2540ba5c7f373cf2897e0d9aeaabe90a0","fd7a7fc2bb1f38ba0cded7bd8088c99033365859e03ba974f7de072e9d989fde","6cf42fc3765241c59339047a45855c506a2f94ee5e734bbded94ddcafc66e4c5","c6cf9428f45f3d78b07df7d7aab1569994c177d36549e3a962f952d89f026bc4",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"cce14dcba2c2cb1059977ad65cf9caef890118cb20e35c4cf420bf1c83f27c1a","affectsGlobalScope":true},"9d604e6f853b64692415a61662d8490cc6057596ce7fb52a3a2ce878e376586c","021ca24be8eb8c46f99b4e03ebf872931f590c9b07b88d715c68bd30495b6c44","fb862b9a2e78754cf44b770ba6f194987d63c8d4cd103c6c05534faa4120ae98","91479d2a9bc09df0091b5e24af57cb462cd223e56498d16e9efdaebd587fa81d","e3baa0c5780c2c805ec33a999722a2f740b572eb3746fd0a5f93a0a5c3dbf7f6","c6f77efcc19f51c8759779b6b6ee0d88046c15c15dadac8ffed729a6620daf39",{"version":"089867511b37a534ae71f3d9bc97acc0b925b7f5dbec113f98c4b49224c694eb","affectsGlobalScope":true},"e0cc19f50900706e7aae038565e825f2014ac5325b99b3daabf8ecd5d3d09f1a","f5ce35485541e817c2d4105d3eb78e3e538bbb009515ed014694363fa3e94ceb","323506ce173f7f865f42f493885ee3dacd18db6359ea1141d57676d3781ce10c",{"version":"bd88055918cf8bf30ad7c9269177f7ebeafd4c5f0d28919edccd1c1d24f7e73c","affectsGlobalScope":true},{"version":"645baafeaed6855c8796fcbae4e813021c65f36eaa3f6178535457a2366f6849","affectsGlobalScope":true},"ea3ab3727cd6c222d94003ecafa30e8550c61eadcdabbf59514aee76e86211a5","d3cdd41693c5ed6bec4f1a1c399d9501372b14bd341bc46eedacf2854c5df5a7","2de7a21c92226fb8abbeed7a0a9bd8aa6d37e4c68a8c7ff7938c644267e9fcc1","6d6070c5c81ba0bfe58988c69e3ba3149fc86421fd383f253aeb071cbf29cd41","48dab0d6e633b8052e7eaa0efb0bb3d58a733777b248765eafcb0b0349439834","d3e22aaa84d935196f465fff6645f88bb41352736c3130285eea0f2489c5f183","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","5195aeb0de306d1c5ca8033457fbcab5987657112fa6d4971cfeb7644493a369","c5dbf0003bc9f0f643e54cd00a3868d1afe85497fecb56be6f2373dc85102924",{"version":"5a6fc2089f515b39aaa208339421669f61935cd661e356ebee49240be85091fd","affectsGlobalScope":true},{"version":"300f8e9de0b0c3482be3e749462b6ebc3dab8a316801f1da0def94aed0cd2018","affectsGlobalScope":true},"4e228e78c1e9b0a75c70588d59288f63a6258e8b1fe4a67b0c53fe03461421d9","3df5b34f3449733bc4831b8d670f958a045e7a3f5d7b0e21991ef95408dbec13","76a89af04f2ba1807309320dab5169c0d1243b80738b4a2005989e40a136733e","c045b664abf3fc2a4750fa96117ab2735e4ed45ddd571b2a6a91b9917e231a02",{"version":"068b8ee5c2cd90d7a50f2efadbbe353cb10196a41189a48bf4b2a867363012b4","affectsGlobalScope":true},{"version":"0c312a7c5dec6c616f754d3a4b16318ce8d1cb912dfb3dfa0e808f45e66cbb21","affectsGlobalScope":true},"6f44a190351ab5e1811abebe007cf60518044772ccc08244f9f241706afa767f","fecdf44bec4ee9c5188e5f2f58c292c9689c02520900dceaaa6e76594de6da90","cf45d0510b661f1da461479851ff902f188edb111777c37055eff12fa986a23a",{"version":"6a4a80787c57c10b3ea8314c80d9cc6e1deb99d20adca16106a337825f582420","affectsGlobalScope":true},"f2b9440f98d6f94c8105883a2b65aee2fce0248f71f41beafd0a80636f3a565d",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","ab754c02d70553f7131f80a5c44f6e45c3251afb571a73117274b4724f683e02","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","880da0e0f3ebca42f9bd1bc2d3e5e7df33f2619d85f18ee0ed4bd16d1800bc32",{"version":"74d75f0d37a8df4f77f7874bffbf67079989a704313ff314dd071c078089508c","signature":"75ea1e09dee4ed3941ba78113563321c8a6bca9ad3f6066e15cc001dc5705416"},{"version":"0bd5e7096c7bc02bf70b2cc017fc45ef489cb19bd2f32a71af39ff5787f1b56a","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800","b1bf87add0ccfb88472cd4c6013853d823a7efb791c10bb7a11679526be91eda",{"version":"10226abba5bd3b4b72c261c1b7fcde317927a80283eb5026889b3a14a2dd958e","affectsGlobalScope":true},{"version":"a1770cf1e80070e32403063fd45a32a38fa4fd29b289574c7ef3e039600e3fdf","signature":"b9799efcf8f4255227105d19a787fc5bc4ad0563f13b8b260654cecb949ff0d3"},{"version":"a452d97f7fbc2de651d6abeb9fbf20bbc29b2ecf8d96b9432e00bc9c80e9e5b9","affectsGlobalScope":true},{"version":"a615d3e412700f1986e6d4260be80da03cf3728d9c6c971cde419291010d3a09","signature":"07ccf6a81cd42779da0bd628bcd985c1a17cd17a94619f968525f195fce79884"},{"version":"0f34a2640b6f7682c6c2981e3bc3d9162cc3ccbd27339ef799845e18d7380aab","signature":"ee0ce6d95f162ae8d41bfecfd705ca15046839dee33d9f0e498abbca5134fd70"},"adb17fea4d847e1267ae1241fa1ac3917c7e332999ebdab388a24d82d4f58240","b598deb1da203a2b58c76cf8d91cfc2ca172d785dacd8466c0a11e400ff6ab2d",{"version":"0ea93d01083b3d5863cc98cb589b5d0eac55d14417487f9e5e455dfa0b17c660","affectsGlobalScope":true},{"version":"57a1cb6f082fa2df46deaa96fa0063463b3393dd39bd09359dab251db28000b9","affectsGlobalScope":true},"34abf0df5c0f9826972ff0d9e8d6c24abe020953dffa1496148f8d4dd964974b",{"version":"92cb5089e31bf9fda1ec0fe05ed7280cced3602d099e5f14834438406dc53c7e","signature":"384b821d110d467093cdc8aa5769f255febb0805d443843824aad2b83cf8a580"},{"version":"eef204f061321360559bd19235ea32a9d55b3ec22a362cc78d14ef50d4db4490","affectsGlobalScope":true},"05321b823dd3781d0b6aac8700bfdc0c9181d56479fe52ba6a40c9196fd661a8",{"version":"f269a1c2a37fdf64fbf3808d72da60acdbd48d2023f5a16ab51b21de39dd318f","affectsGlobalScope":true},"531cd80e4dba2620d86844a50e7d21b89436e56a14e66d6774e99b3759ac69ad","c83a76ad0bf69b0176042adfc65f8c6be7dd1141b66cfa20954520315dcf2c1a","5dd4c7cd5f7d5c30cb285145aaf0e5874eaf45f0181526fbe42afc12ccffbffa","c8459c432571ea13d18cdec09ed6fae9286dafc21a590d39fcb01698fb71c540","83e56d3337e1a6dbafdbe5a2502a84c330b1a328ed2860d689b2ded82b1f5c95","f186de91b1c50640e4d2bef41307ee06446d7ec76f787d4384ef808981025546","4886055af73784b27ea115b68763c1c0c30df8528ba50e7d1d3e0922c6e7d8e3","21522c0f405e58c8dd89cd97eb3d1aa9865ba017fde102d01f86ab50b44e5610","3cfb7c0c642b19fb75132154040bb7cd840f0002f9955b14154e69611b9b3f81","8387ec1601cf6b8948672537cf8d430431ba0d87b1f9537b4597c1ab8d3ade5b","d16f1c460b1ca9158e030fdf3641e1de11135e0c7169d3e8cf17cc4cc35d5e64","a934063af84f8117b8ce51851c1af2b76efe960aa4c7b48d0343a1b15c01aedf","e3c5ad476eb2fca8505aee5bdfdf9bf11760df5d0f9545db23f12a5c4d72a718","462bccdf75fcafc1ae8c30400c9425e1a4681db5d605d1a0edb4f990a54d8094","5923d8facbac6ecf7c84739a5c701a57af94a6f6648d6229a6c768cf28f0f8cb","d0570ce419fb38287e7b39c910b468becb5b2278cf33b1000a3d3e82a46ecae2","3aca7f4260dad9dcc0a0333654cb3cde6664d34a553ec06c953bce11151764d7","a0a6f0095f25f08a7129bc4d7cb8438039ec422dc341218d274e1e5131115988","b58f396fe4cfe5a0e4d594996bc8c1bfe25496fbc66cf169d41ac3c139418c77","45785e608b3d380c79e21957a6d1467e1206ac0281644e43e8ed6498808ace72","bece27602416508ba946868ad34d09997911016dbd6893fb884633017f74e2c5","2a90177ebaef25de89351de964c2c601ab54d6e3a157cba60d9cd3eaf5a5ee1a","82200e963d3c767976a5a9f41ecf8c65eca14a6b33dcbe00214fcbe959698c46","b4966c503c08bbd9e834037a8ab60e5f53c5fd1092e8873c4a1c344806acdab2","ec16d800ae5b9955a72fba7201bc917a52df2fbf838c9581602a4063906e6584","ef5d28706750a76b0a239874c9d1387ce3798050ac298547d4519b8e9c1c33b1","ecfc69a99ce5f88ace48befced23346b79caa5bf4e8a63f00cafcd0dc0799fb9","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","8e87660f5170c195ade218937e360484775be6a4e75a098665d9ba5a2e4cdc15",{"version":"634a6287f8f7064499def52dd1f9d2b80dfe2e6989eec3832ae84972e9e634f3","signature":"9a43023981328e9234563c7e27be3006482627b55ae74c660e39e30ac501ba88"},{"version":"c4e6016511fac6b56423d0069c4754c1e8275b22f1985461157ff53884d6e39d","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"a370e617fd7ec5ff8c99f3582001f7c9ebf03e3c5be4113d3a504d321aff48fd",{"version":"71bd598024f3e4924f414b0e2782dd8a2c36549ae553daa43fc5fa6d8d0aade2","signature":"3b263bbf1b19442addfda63714f212eec62e7b28ff674afad357317d518d2718"},{"version":"09a271f39a7a09ab97fc1d827b2afaab439679e9028f9a1de99a19ff6a4d8cab","signature":"cfccbcfc16747a7bdca61d976cde296f47d4dfe862e8cf9c3af4906cf4d75271"},{"version":"da9edf5ede32ff7f9eb957f283f6f9d594a6fb39d9e6958bd8be4897e7b4213c","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"6f708e547773e736568ddeaa17cf3f7512426093bc255030f68b9cc781ee0aa9","signature":"1f9f60c5ef969f82e3a4231ee8eb767d5b81cf202a65830777054a6223f94be3"},{"version":"4a0a93f5f14a67c034068eba293e25c3fa7e218e84012a405a8d4bf027bfdff2","signature":"1e5557609c81c8a817bdd80be46ab6ce5967c9b1455a2bddcb26c4e31c128d7a"},{"version":"fc8ae4f7c233b525e4467cf6f0d16315dce48aa8480746763196ea176b2c40af","signature":"0e05d31e2cf25a3954a538c392af0a829d4ba8d4dfe1bd415461bb9f3fe28e6a"},{"version":"e7be17cfcbe98809c052f384c230ecea9e1cee045edac9db0659e997a988ff9e","affectsGlobalScope":true},"ff81bffa4ecfceae2e86b5920c3fcb250b66b1d6ed72944dffdf58123be2481b","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","a95b6a9a7d04b26f054eadae6ebc0cc52bdabbc1c3e0d9db994a82cc90bd0019","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","ae9667320b658afaa098a3dcb3ddc2b5d49147deda613eb2ce2dcd4177253991","aec4d0a236b0bbcf6e51c7f93615dd6f3055564c1158b1e8daecbc74e4c3290f","e85abe9833adebab306c2698060561ceaff4bd6788d2a98491f29b119bf1b496","24c4f030c4ef624142c72fa66214f1a5b99085a2eb23184bc6362e0b65fcac46","3c7ba792c46ac36afb612ded77313413e66796fdf03b0dc27a152f22381547b8","06aa372427249dd44995ef6b0b4bdc1d7132ff4a69a9b5046b5fa3104595eb0b","ceeb1c7645d8e790e5f0f390bba49aa070516c401d9d81bdd8d8c67492d2d712","c176df615410ff136b57943e9e9f7677c701ed936518ca5e2fd6195cc131de17",{"version":"e5fb5843195faa99287d9fd81eebe7add3a738197574c88e2aca6e04e61aa180","signature":"26ebb2cbd0e592abdd1167a7fcd75ccec054439e68df9ac2b0356067f52d48e3","affectsGlobalScope":true},{"version":"2e13a81cf6a8ff07259a73fc47681878792fff11bd57643a2919331c3c31b403","signature":"0fc4c164af37706d69ff4d1438989286aa430c6dec808fa0858432a09fa1e638"},{"version":"843dbeb49733298c84b82c1ab65582e124dcf65b8b495f223bc3c96efdb67101","signature":"3c160963033825ae781cd4367d4d49853cd5b391354bf5a17eaa6111a7004995"},{"version":"c137ecac30921d8e28378ebe76fe9390e539bf1770c3476d35562bd8c77e6dfa","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"4e6707ba396af249c67f3ad8228bf5dfa30107ab36dfcb7d9c5d34af99f7108e","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"e55ba1a7b91de006c05b3382d2d23d3ef77866d3e08eb2fd6591cb0e77df2549","32727845ab5bd8a9ef3e4844c567c09f6d418fcf0f90d381c00652a6f23e7f6e","168723d32e03aaeffb0e2bbab47dbfd929b21dd05f1134cec1a9463a3997d934","b07f64ff6ec710998a62b07377fbda0ab4c313ba1f0055bfe9faa22cffedd47c",{"version":"3ccca964d219ed10045c0ab76b02be5bbb2efd6749f5d2499c838c2bc13ecf53","signature":"5c52076bba56020cf9ecb9d16c61824a2e78febffdfefea342bfee9387d087ff","affectsGlobalScope":true},{"version":"c9b2459c735a1b34a7a24729f34dc3ab222cfcffefb59234a989241c762ed6f0","signature":"8d10f74c1bb2afdd4816eba46a0fed09185950d4bf331e599ec46ff0859ec926"},{"version":"63b942570ecced42a8cb6305ed76d9f3cb9aaf7f042f69fe9e05acc004277497","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"54f35f6fa15d84cab3da424fef2c4a4f9d3a1fb9004f4114fa0353e525947f25","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"d8eb7b333657d21ee065d784e5bd63da52bd364e0e0f62756b5afa9137386411","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"8eb66bd68154cb043fb246153dba656942c2c6b158e419884bf3a995bac72418","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"2a4a7ec567a8d537074f52cf3697322e7a5ea306f4285e4c65dff39d9ab9c45f","signature":"427a0e9cf154f270a114af0e4a504d05bf1a2f2a95992b049b5e010855a3fa91"},{"version":"ab8ce7bd27b1c37d5f8db9cff2a3ab37e425cee3c6f16e192b8517dd033da57e","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"55e8c4f5a93d2d01fd61c8e77afba3627896c9954d776269cbad221bd54908c3","signature":"5ce3057ba2ef28c802df6af6bec9c368c87eadee2e9f8f1be5a501d7a9fc8332"},{"version":"e74304940cb2ebb83ba21534d33d1ec509a3104fc87a9c60ee6e97bfee604c0b","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"}],"root":[141,[147,150],156,189,190,[192,197],[220,224],[229,238]],"options":{"allowJs":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"jsx":2,"module":1,"outDir":"./","rootDir":"../src","sourceMap":true,"strict":true,"target":7,"tsBuildInfoFile":"./.tsbuildinfo"},"fileIdsList":[[160],[146],[146,161,162,163,164,165],[146,162,166],[146,164,166],[143,160],[171],[168,169,170,171,172,175,176,177,178,179,180,181,182],[167],[174],[168,169,170],[168,169],[171,172,174],[169],[185],[146,152,158,183],[184],[157],[137],[146,154],[101,137,138,139],[101,129,137],[199,201,202,203,204,205,206,207,208,209,210,211],[199,200,202,203,204,205,206,207,208,209,210,211],[200,201,202,203,204,205,206,207,208,209,210,211],[199,200,201,203,204,205,206,207,208,209,210,211],[199,200,201,202,204,205,206,207,208,209,210,211],[199,200,201,202,203,205,206,207,208,209,210,211],[199,200,201,202,203,204,206,207,208,209,210,211],[199,200,201,202,203,204,205,207,208,209,210,211],[199,200,201,202,203,204,205,206,208,209,210,211],[199,200,201,202,203,204,205,206,207,209,210,211],[199,200,201,202,203,204,205,206,207,208,210,211],[199,200,201,202,203,204,205,206,207,208,209,211],[199,200,201,202,203,204,205,206,207,208,209,210],[52],[87],[88,93,121],[89,100,101,108,118,129],[89,90,100,108],[91,130],[92,93,101,109],[93,118,126],[94,96,100,108],[87,95],[96,97],[100],[98,100],[87,100],[100,101,102,118,129],[100,101,102,115,118,121],[85,134],[96,100,103,108,118,129],[100,101,103,104,108,118,126,129],[103,105,118,126,129],[52,53,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136],[100,106],[107,129,134],[96,100,108,118],[109],[110],[87,111],[112,128,134],[113],[114],[100,115,116],[115,117,130,132],[88,100,118,119,120,121],[88,118,120],[118,119],[121],[122],[87,118],[100,124,125],[124,125],[93,108,118,126],[127],[108,128],[88,103,114,129],[93,130],[118,131],[107,132],[133],[88,93,100,102,111,118,129,132,134],[118,135],[146,158],[146,152],[142,143,144,145],[187],[212],[213,214,215,216,217],[227],[89,100,101,118,225,226],[173],[62,66,129],[62,118,129],[57],[59,62,126,129],[108,126],[57,137],[59,62,108,129],[54,55,58,61,88,100,118,129],[54,60],[58,62,88,121,129,137],[88,137],[78,88,137],[56,57,137],[62],[56,57,58,59,60,61,62,63,64,66,67,68,69,70,71,72,73,74,75,76,77,79,80,81,82,83,84],[62,69,70],[60,62,70,71],[61],[54,57,62],[62,66,70,71],[66],[60,62,65,129],[54,59,60,62,66,69],[88,118],[57,62,78,88,134,137],[144,146],[146,151,152,153,155],[146,151,157,189],[146,153,159,161,166,186,188],[146,150,155,156,157,189,191,192],[146,156,157,192],[155],[146,184],[189],[146,147,150,156,189,192,193,195,196,197,220,221],[155,186,220],[157,188],[157,183,186,198,211,218,219],[157,183,228],[110,140],[153,219],[146,153,157,188,189,230],[183,223],[153,183,223,230],[230],[144,146,155,157,237],[146,189,195],[146,155],[146,186],[146,155,189],[147,150,156,189,192,193,195,196,197,220,221],[183],[153]],"referencedMap":[[161,1],[164,2],[166,3],[163,4],[165,5],[162,6],[172,7],[183,8],[168,9],[179,10],[171,11],[170,12],[175,13],[176,14],[186,15],[184,16],[185,17],[198,18],[154,19],[155,20],[140,21],[138,22],[200,23],[201,24],[199,25],[202,26],[203,27],[204,28],[205,29],[206,30],[207,31],[208,32],[209,33],[210,34],[211,35],[52,36],[53,36],[87,37],[88,38],[89,39],[90,40],[91,41],[92,42],[93,43],[94,44],[95,45],[96,46],[97,46],[99,47],[98,48],[100,49],[101,50],[102,51],[86,52],[103,53],[104,54],[105,55],[137,56],[106,57],[107,58],[108,59],[109,60],[110,61],[111,62],[112,63],[113,64],[114,65],[115,66],[116,66],[117,67],[118,68],[120,69],[119,70],[121,71],[122,72],[123,73],[124,74],[125,75],[126,76],[127,77],[128,78],[129,79],[130,80],[131,81],[132,82],[133,83],[134,84],[135,85],[158,2],[151,2],[159,86],[152,87],[191,2],[146,88],[188,89],[213,90],[214,90],[218,91],[226,92],[227,93],[228,92],[174,94],[69,95],[76,96],[68,95],[83,97],[60,98],[59,99],[82,19],[77,100],[80,101],[62,102],[61,103],[57,104],[56,105],[79,106],[58,107],[63,108],[67,108],[85,109],[84,108],[71,110],[72,111],[74,112],[70,113],[73,114],[78,19],[65,115],[66,116],[75,117],[55,118],[81,119],[147,120],[156,121],[190,122],[189,123],[193,124],[194,125],[192,126],[195,127],[196,128],[197,128],[222,129],[223,130],[224,131],[220,132],[229,133],[141,134],[230,135],[231,136],[232,137],[235,138],[236,139],[238,140],[221,141]],"exportedModulesMap":[[161,1],[164,2],[166,3],[163,4],[165,5],[162,6],[172,7],[183,8],[168,9],[179,10],[171,11],[170,12],[175,13],[176,14],[186,15],[184,16],[185,17],[198,18],[154,19],[155,20],[140,21],[138,22],[200,23],[201,24],[199,25],[202,26],[203,27],[204,28],[205,29],[206,30],[207,31],[208,32],[209,33],[210,34],[211,35],[52,36],[53,36],[87,37],[88,38],[89,39],[90,40],[91,41],[92,42],[93,43],[94,44],[95,45],[96,46],[97,46],[99,47],[98,48],[100,49],[101,50],[102,51],[86,52],[103,53],[104,54],[105,55],[137,56],[106,57],[107,58],[108,59],[109,60],[110,61],[111,62],[112,63],[113,64],[114,65],[115,66],[116,66],[117,67],[118,68],[120,69],[119,70],[121,71],[122,72],[123,73],[124,74],[125,75],[126,76],[127,77],[128,78],[129,79],[130,80],[131,81],[132,82],[133,83],[134,84],[135,85],[158,2],[151,2],[159,86],[152,87],[191,2],[146,88],[188,89],[213,90],[214,90],[218,91],[226,92],[227,93],[228,92],[174,94],[69,95],[76,96],[68,95],[83,97],[60,98],[59,99],[82,19],[77,100],[80,101],[62,102],[61,103],[57,104],[56,105],[79,106],[58,107],[63,108],[67,108],[85,109],[84,108],[71,110],[72,111],[74,112],[70,113],[73,114],[78,19],[65,115],[66,116],[75,117],[55,118],[81,119],[147,120],[156,142],[189,143],[193,144],[192,126],[195,17],[222,145],[229,146],[230,147],[235,139],[221,128]],"semanticDiagnosticsPerFile":[161,164,166,163,165,162,160,181,178,177,172,183,168,179,171,170,180,175,182,176,169,186,184,185,167,198,157,154,155,219,140,138,139,200,201,199,202,203,204,205,206,207,208,209,210,211,153,52,53,87,88,89,90,91,92,93,94,95,96,97,99,98,100,101,102,86,136,103,104,105,137,106,107,108,109,110,111,112,113,114,115,116,117,118,120,119,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,144,158,151,159,152,191,142,146,145,188,187,143,213,212,214,215,218,217,216,225,226,227,228,174,173,49,50,10,8,9,14,13,2,15,16,17,18,19,20,21,22,3,23,4,24,28,25,26,27,29,30,31,5,32,33,34,35,6,39,36,37,38,40,7,41,51,46,47,42,43,44,45,1,48,12,11,69,76,68,83,60,59,82,77,80,62,61,57,56,79,58,63,64,67,54,85,84,71,72,74,70,73,78,65,66,75,55,81,147,150,148,149,156,190,189,193,194,192,195,196,197,222,223,224,220,229,141,230,231,232,233,234,235,236,237,238,221],"latestChangedDtsFile":"./until.test.d.ts"},"version":"5.4.5"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare namespace _exports {
|
|
2
|
+
export { Browser };
|
|
3
|
+
}
|
|
4
|
+
declare const _exports: {
|
|
5
|
+
'reporter:profiler': (string | typeof KarmaReporterReactProfiler)[];
|
|
6
|
+
};
|
|
7
|
+
export = _exports;
|
|
8
|
+
type Browser = {
|
|
9
|
+
/**
|
|
10
|
+
* - Seem random
|
|
11
|
+
*/
|
|
12
|
+
id: string;
|
|
13
|
+
/**
|
|
14
|
+
* - Includes name, version and OS
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* @typedef {object} Browser
|
|
20
|
+
* @property {string} id - Seem random
|
|
21
|
+
* @property {string} name - Includes name, version and OS
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Records results from the Profiler injected
|
|
25
|
+
* @param {*} karmaConfig
|
|
26
|
+
*/
|
|
27
|
+
declare function KarmaReporterReactProfiler(karmaConfig: any): void;
|
|
28
|
+
declare class KarmaReporterReactProfiler {
|
|
29
|
+
/**
|
|
30
|
+
* @typedef {object} Browser
|
|
31
|
+
* @property {string} id - Seem random
|
|
32
|
+
* @property {string} name - Includes name, version and OS
|
|
33
|
+
*/
|
|
34
|
+
/**
|
|
35
|
+
* Records results from the Profiler injected
|
|
36
|
+
* @param {*} karmaConfig
|
|
37
|
+
*/
|
|
38
|
+
constructor(karmaConfig: any);
|
|
39
|
+
/**
|
|
40
|
+
* @param {Browser} browser
|
|
41
|
+
*/
|
|
42
|
+
onBrowserStart: (browser: Browser) => void;
|
|
43
|
+
/**
|
|
44
|
+
* @param {Browser} browser
|
|
45
|
+
*/
|
|
46
|
+
onBrowserComplete: (browser: Browser) => void;
|
|
47
|
+
}
|
|
48
|
+
declare namespace KarmaReporterReactProfiler {
|
|
49
|
+
let $inject: string[];
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=KarmaReporterReactProfiler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KarmaReporterReactProfiler.d.ts","sourceRoot":"","sources":["../src/KarmaReporterReactProfiler.js"],"names":[],"mappings":";;;;;;;;;;;QAMc,MAAM;;;;UACN,MAAM;;AAHpB;;;;GAIG;AAEH;;;GAGG;AACH,oEA4DC;;IAtED;;;;OAIG;IAEH;;;OAGG;IACH,8BA4DC;IAlCC;;OAEG;IACH,0BAFW,OAAO,UAQjB;IAED;;OAEG;IACH,6BAFW,OAAO,UAqBjB"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File is not transpiled.
|
|
3
|
+
const path = require('path');
|
|
4
|
+
const fse = require('fs-extra');
|
|
5
|
+
/**
|
|
6
|
+
* @typedef {object} Browser
|
|
7
|
+
* @property {string} id - Seem random
|
|
8
|
+
* @property {string} name - Includes name, version and OS
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Records results from the Profiler injected
|
|
12
|
+
* @param {*} karmaConfig
|
|
13
|
+
*/
|
|
14
|
+
function KarmaReporterReactProfiler(karmaConfig) {
|
|
15
|
+
/**
|
|
16
|
+
* Mapping from browser.id to all profiler results it received
|
|
17
|
+
* @type {Map<string, Record<string, unknown[]>}
|
|
18
|
+
*/
|
|
19
|
+
const allRenders = new Map();
|
|
20
|
+
const { outputDir } = karmaConfig.reactProfilerReporter || {};
|
|
21
|
+
if (typeof outputDir !== 'string') {
|
|
22
|
+
throw new TypeError(`Expected karma config to contain reactProfilerReporter.outputDir of type 'string' but got type '${typeof outputDir}'.`);
|
|
23
|
+
}
|
|
24
|
+
fse.ensureDirSync(outputDir);
|
|
25
|
+
/**
|
|
26
|
+
* @param {Browser} browser
|
|
27
|
+
* @param {unknown | { type: 'reactProfilerResults', detail: Record<string, unknown[]>}} info
|
|
28
|
+
*/
|
|
29
|
+
function handleBrowserInfo(browser, info) {
|
|
30
|
+
// `info?.type`
|
|
31
|
+
if (info != null && info.type === 'reactProfilerResults') {
|
|
32
|
+
Object.assign(allRenders.get(browser.id), info.detail);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @param {Browser} browser
|
|
37
|
+
*/
|
|
38
|
+
this.onBrowserStart = (browser) => {
|
|
39
|
+
allRenders.set(browser.id, {});
|
|
40
|
+
// Create it on start to signal to users where the files will appear
|
|
41
|
+
fse.ensureDirSync(path.join(outputDir, browser.name));
|
|
42
|
+
browser.emitter.addListener('browser_info', handleBrowserInfo);
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @param {Browser} browser
|
|
46
|
+
*/
|
|
47
|
+
this.onBrowserComplete = (browser) => {
|
|
48
|
+
browser.emitter.removeListener('browser_info', handleBrowserInfo);
|
|
49
|
+
const browserRenders = allRenders.get(browser.id);
|
|
50
|
+
if (browserRenders === undefined) {
|
|
51
|
+
// Can be undefined if the run for this browser never started.
|
|
52
|
+
// For example, when starting the browser timed out in https://app.circleci.com/pipelines/github/mui/material-ui/32869/workflows/a2f398d9-2eb4-4390-a912-40c1b8d458d8/jobs/211413.
|
|
53
|
+
console.warn(`Unable to find browser renders for '${browser.id}'. ` +
|
|
54
|
+
`Only recorded renders for '${Array.from(allRenders.keys()).join("', '")}. ` +
|
|
55
|
+
`Maybe the browser never started?'`);
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
fse.ensureDirSync(path.join(outputDir, browser.name));
|
|
59
|
+
fse.writeJSONSync(path.join(outputDir, browser.name, `${Date.now()}.json`), browserRenders, {
|
|
60
|
+
spaces: 2,
|
|
61
|
+
});
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
KarmaReporterReactProfiler.$inject = ['config'];
|
|
65
|
+
module.exports = {
|
|
66
|
+
'reporter:profiler': ['type', KarmaReporterReactProfiler],
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=KarmaReporterReactProfiler.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KarmaReporterReactProfiler.js","sourceRoot":"","sources":["../src/KarmaReporterReactProfiler.js"],"names":[],"mappings":";AAAA,0BAA0B;AAC1B,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;AAC7B,MAAM,GAAG,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEhC;;;;GAIG;AAEH;;;GAGG;AACH,SAAS,0BAA0B,CAAC,WAAW;IAC7C;;;OAGG;IACH,MAAM,UAAU,GAAG,IAAI,GAAG,EAAE,CAAC;IAE7B,MAAM,EAAE,SAAS,EAAE,GAAG,WAAW,CAAC,qBAAqB,IAAI,EAAE,CAAC;IAC9D,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE,CAAC;QAClC,MAAM,IAAI,SAAS,CACjB,mGAAmG,OAAO,SAAS,IAAI,CACxH,CAAC;IACJ,CAAC;IACD,GAAG,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;IAE7B;;;OAGG;IACH,SAAS,iBAAiB,CAAC,OAAO,EAAE,IAAI;QACtC,eAAe;QACf,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,sBAAsB,EAAE,CAAC;YACzD,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QACzD,CAAC;IACH,CAAC;IAED;;OAEG;IACH,IAAI,CAAC,cAAc,GAAG,CAAC,OAAO,EAAE,EAAE;QAChC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QAC/B,oEAAoE;QACpE,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QAEtD,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,cAAc,EAAE,iBAAiB,CAAC,CAAC;IACjE,CAAC,CAAC;IAEF;;OAEG;IACH,IAAI,CAAC,iBAAiB,GAAG,CAAC,OAAO,EAAE,EAAE;QACnC,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC,cAAc,EAAE,iBAAiB,CAAC,CAAC;QAElE,MAAM,cAAc,GAAG,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAClD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,8DAA8D;YAC9D,kLAAkL;YAClL,OAAO,CAAC,IAAI,CACV,uCAAuC,OAAO,CAAC,EAAE,KAAK;gBACpD,8BAA8B,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI;gBAC5E,mCAAmC,CACtC,CAAC;YACF,OAAO;QACT,CAAC;QAED,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;QACtD,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,IAAI,EAAE,GAAG,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,cAAc,EAAE;YAC1F,MAAM,EAAE,CAAC;SACV,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC;AAED,0BAA0B,CAAC,OAAO,GAAG,CAAC,QAAQ,CAAC,CAAC;AAEhD,MAAM,CAAC,OAAO,GAAG;IACf,mBAAmB,EAAE,CAAC,MAAM,EAAE,0BAA0B,CAAC;CAC1D,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
/**
|
|
4
|
+
* A basic error boundary that can be used to assert thrown errors in render.
|
|
5
|
+
* @example <ErrorBoundary ref={errorRef}><MyComponent /></ErrorBoundary>;
|
|
6
|
+
* expect(errorRef.current.errors).to.have.length(0);
|
|
7
|
+
*/
|
|
8
|
+
export declare class ErrorBoundary extends React.Component<{
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
}> {
|
|
11
|
+
static propTypes: {
|
|
12
|
+
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
13
|
+
};
|
|
14
|
+
state: {
|
|
15
|
+
error: null;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
errors: unknown[];
|
|
21
|
+
static getDerivedStateFromError(error: unknown): {
|
|
22
|
+
error: unknown;
|
|
23
|
+
};
|
|
24
|
+
componentDidCatch(error: unknown): void;
|
|
25
|
+
render(): React.ReactNode;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Allows counting how many times the owner of `RenderCounter` rendered or
|
|
29
|
+
* a component within the RenderCounter tree "commits" an update.
|
|
30
|
+
* @example <RenderCounter ref={getRenderCountRef}>...</RenderCounter>
|
|
31
|
+
* getRenderCountRef.current() === 2
|
|
32
|
+
*/
|
|
33
|
+
export declare const RenderCounter: React.ForwardRefExoticComponent<{
|
|
34
|
+
children: React.ReactNode;
|
|
35
|
+
} & React.RefAttributes<() => number>>;
|
|
36
|
+
//# sourceMappingURL=components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../src/components.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC;;;;GAIG;AACH,qBAAa,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAAC;IAC/E,MAAM,CAAC,SAAS;;MAEd;IAEF,KAAK;;MAEH;IAEF;;OAEG;IACH,MAAM,EAAE,OAAO,EAAE,CAAM;IAEvB,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,OAAO;;;IAI9C,iBAAiB,CAAC,KAAK,EAAE,OAAO;IAIhC,MAAM;CAMP;AAED;;;;;GAKG;AACH,eAAO,MAAM,aAAa;cAA8C,MAAM,SAAS;8BAAnC,MAAM,EAgBzD,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.RenderCounter = exports.ErrorBoundary = void 0;
|
|
30
|
+
const React = __importStar(require("react"));
|
|
31
|
+
const prop_types_1 = __importDefault(require("prop-types"));
|
|
32
|
+
/**
|
|
33
|
+
* A basic error boundary that can be used to assert thrown errors in render.
|
|
34
|
+
* @example <ErrorBoundary ref={errorRef}><MyComponent /></ErrorBoundary>;
|
|
35
|
+
* expect(errorRef.current.errors).to.have.length(0);
|
|
36
|
+
*/
|
|
37
|
+
class ErrorBoundary extends React.Component {
|
|
38
|
+
constructor() {
|
|
39
|
+
super(...arguments);
|
|
40
|
+
this.state = {
|
|
41
|
+
error: null,
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
this.errors = [];
|
|
47
|
+
}
|
|
48
|
+
static getDerivedStateFromError(error) {
|
|
49
|
+
return { error };
|
|
50
|
+
}
|
|
51
|
+
componentDidCatch(error) {
|
|
52
|
+
this.errors.push(error);
|
|
53
|
+
}
|
|
54
|
+
render() {
|
|
55
|
+
if (this.state.error) {
|
|
56
|
+
return null;
|
|
57
|
+
}
|
|
58
|
+
return this.props.children;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.ErrorBoundary = ErrorBoundary;
|
|
62
|
+
ErrorBoundary.propTypes = {
|
|
63
|
+
children: prop_types_1.default.node.isRequired,
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Allows counting how many times the owner of `RenderCounter` rendered or
|
|
67
|
+
* a component within the RenderCounter tree "commits" an update.
|
|
68
|
+
* @example <RenderCounter ref={getRenderCountRef}>...</RenderCounter>
|
|
69
|
+
* getRenderCountRef.current() === 2
|
|
70
|
+
*/
|
|
71
|
+
exports.RenderCounter = React.forwardRef(function RenderCounter({ children }, ref) {
|
|
72
|
+
const getRenderCountRef = React.useRef(0);
|
|
73
|
+
React.useImperativeHandle(ref, () => () => getRenderCountRef.current);
|
|
74
|
+
return (React.createElement(React.Profiler, { id: "render-counter", onRender: () => {
|
|
75
|
+
getRenderCountRef.current += 1;
|
|
76
|
+
} }, children));
|
|
77
|
+
});
|
|
78
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAC/B,4DAAmC;AAEnC;;;;GAIG;AACH,MAAa,aAAc,SAAQ,KAAK,CAAC,SAAwC;IAAjF;;QAKE,UAAK,GAAG;YACN,KAAK,EAAE,IAAI;SACZ,CAAC;QAEF;;WAEG;QACH,WAAM,GAAc,EAAE,CAAC;IAgBzB,CAAC;IAdC,MAAM,CAAC,wBAAwB,CAAC,KAAc;QAC5C,OAAO,EAAE,KAAK,EAAE,CAAC;IACnB,CAAC;IAED,iBAAiB,CAAC,KAAc;QAC9B,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC1B,CAAC;IAED,MAAM;QACJ,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;YACrB,OAAO,IAAI,CAAC;QACd,CAAC;QACD,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC7B,CAAC;;AA3BH,sCA4BC;AA3BQ,uBAAS,GAAG;IACjB,QAAQ,EAAE,oBAAS,CAAC,IAAI,CAAC,UAAU;CACpC,AAFe,CAEd;AA2BJ;;;;;GAKG;AACU,QAAA,aAAa,GAAG,KAAK,CAAC,UAAU,CAC3C,SAAS,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,GAAG;IACtC,MAAM,iBAAiB,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IAC1C,KAAK,CAAC,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAEtE,OAAO,CACL,oBAAC,KAAK,CAAC,QAAQ,IACb,EAAE,EAAC,gBAAgB,EACnB,QAAQ,EAAE,GAAG,EAAE;YACb,iBAAiB,CAAC,OAAO,IAAI,CAAC,CAAC;QACjC,CAAC,IAEA,QAAQ,CACM,CAClB,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createDOM.d.ts","sourceRoot":"","sources":["../src/createDOM.js"],"names":[],"mappings":";AAsBA,mCA0CC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const { JSDOM } = require('jsdom');
|
|
3
|
+
// We can use jsdom-global at some point if maintaining these lists is a burden.
|
|
4
|
+
const whitelist = [
|
|
5
|
+
// used by React's experimental cache API
|
|
6
|
+
// Always including it to reduce churn when switching between React builds
|
|
7
|
+
'AbortController',
|
|
8
|
+
// required for fake getComputedStyle
|
|
9
|
+
'CSSStyleDeclaration',
|
|
10
|
+
'Element',
|
|
11
|
+
'Event',
|
|
12
|
+
'TouchEvent',
|
|
13
|
+
'Image',
|
|
14
|
+
'HTMLElement',
|
|
15
|
+
'HTMLInputElement',
|
|
16
|
+
'Node',
|
|
17
|
+
'Performance',
|
|
18
|
+
'document',
|
|
19
|
+
'DocumentFragment',
|
|
20
|
+
];
|
|
21
|
+
const blacklist = ['sessionStorage', 'localStorage'];
|
|
22
|
+
function createDOM() {
|
|
23
|
+
const dom = new JSDOM('', {
|
|
24
|
+
pretendToBeVisual: true,
|
|
25
|
+
url: 'http://localhost',
|
|
26
|
+
});
|
|
27
|
+
global.window = dom.window;
|
|
28
|
+
// Not yet supported: https://github.com/jsdom/jsdom/issues/2152
|
|
29
|
+
class Touch {
|
|
30
|
+
constructor(instance) {
|
|
31
|
+
this.instance = instance;
|
|
32
|
+
}
|
|
33
|
+
get identifier() {
|
|
34
|
+
return this.instance.identifier;
|
|
35
|
+
}
|
|
36
|
+
get pageX() {
|
|
37
|
+
return this.instance.pageX;
|
|
38
|
+
}
|
|
39
|
+
get pageY() {
|
|
40
|
+
return this.instance.pageY;
|
|
41
|
+
}
|
|
42
|
+
get clientX() {
|
|
43
|
+
return this.instance.clientX;
|
|
44
|
+
}
|
|
45
|
+
get clientY() {
|
|
46
|
+
return this.instance.clientY;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
global.window.Touch = Touch;
|
|
50
|
+
Object.keys(dom.window)
|
|
51
|
+
.filter((key) => !blacklist.includes(key))
|
|
52
|
+
.concat(whitelist)
|
|
53
|
+
.forEach((key) => {
|
|
54
|
+
if (typeof global[key] === 'undefined') {
|
|
55
|
+
global[key] = dom.window[key];
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
module.exports = createDOM;
|
|
60
|
+
//# sourceMappingURL=createDOM.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createDOM.js","sourceRoot":"","sources":["../src/createDOM.js"],"names":[],"mappings":";AAAA,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;AAEnC,gFAAgF;AAChF,MAAM,SAAS,GAAG;IAChB,yCAAyC;IACzC,0EAA0E;IAC1E,iBAAiB;IACjB,qCAAqC;IACrC,qBAAqB;IACrB,SAAS;IACT,OAAO;IACP,YAAY;IACZ,OAAO;IACP,aAAa;IACb,kBAAkB;IAClB,MAAM;IACN,aAAa;IACb,UAAU;IACV,kBAAkB;CACnB,CAAC;AACF,MAAM,SAAS,GAAG,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAC;AAErD,SAAS,SAAS;IAChB,MAAM,GAAG,GAAG,IAAI,KAAK,CAAC,EAAE,EAAE;QACxB,iBAAiB,EAAE,IAAI;QACvB,GAAG,EAAE,kBAAkB;KACxB,CAAC,CAAC;IACH,MAAM,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;IAC3B,gEAAgE;IAChE,MAAM,KAAK;QACT,YAAY,QAAQ;YAClB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAC3B,CAAC;QAED,IAAI,UAAU;YACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC;QAClC,CAAC;QAED,IAAI,KAAK;YACP,OAAO,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC;QAC7B,CAAC;QAED,IAAI,KAAK;YACP,OAAO,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC;QAC7B,CAAC;QAED,IAAI,OAAO;YACT,OAAO,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC;QAC/B,CAAC;QAED,IAAI,OAAO;YACT,OAAO,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC;QAC/B,CAAC;KACF;IACD,MAAM,CAAC,MAAM,CAAC,KAAK,GAAG,KAAK,CAAC;IAE5B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC;SACpB,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;SACzC,MAAM,CAAC,SAAS,CAAC;SACjB,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QACf,IAAI,OAAO,MAAM,CAAC,GAAG,CAAC,KAAK,WAAW,EAAE,CAAC;YACvC,MAAM,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAChC,CAAC;IACH,CAAC,CAAC,CAAC;AACP,CAAC;AAED,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type MUIDescribe<P extends any[]> = {
|
|
2
|
+
(...args: P): void;
|
|
3
|
+
skip: (...args: P) => void;
|
|
4
|
+
only: (...args: P) => void;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: <P extends any[]>(message: string, callback: (...args: P) => void) => MUIDescribe<P>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=createDescribe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createDescribe.d.ts","sourceRoot":"","sources":["../src/createDescribe.ts"],"names":[],"mappings":"AAEA,KAAK,WAAW,CAAC,CAAC,SAAS,GAAG,EAAE,IAAI;IAClC,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC;IAEnB,IAAI,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;IAC3B,IAAI,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;CAC5B,CAAC;mDAES,MAAM,YACL,CAAC,GAAG,IAAI,EAAE,CAAC,KAAK,IAAI,KAC7B,YAAY,CAAC,CAAC;AAHjB,wBAsBE"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-env mocha */
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.default = (message, callback) => {
|
|
5
|
+
const muiDescribe = (...args) => {
|
|
6
|
+
describe(message, () => {
|
|
7
|
+
callback(...args);
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
muiDescribe.skip = (...args) => {
|
|
11
|
+
describe.skip(message, () => {
|
|
12
|
+
callback(...args);
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
muiDescribe.only = (...args) => {
|
|
16
|
+
describe.only(message, () => {
|
|
17
|
+
callback(...args);
|
|
18
|
+
});
|
|
19
|
+
};
|
|
20
|
+
return muiDescribe;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=createDescribe.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createDescribe.js","sourceRoot":"","sources":["../src/createDescribe.ts"],"names":[],"mappings":";AAAA,sBAAsB;;AAQtB,kBAAe,CACb,OAAe,EACf,QAA8B,EACd,EAAE;IAClB,MAAM,WAAW,GAAG,CAAC,GAAG,IAAO,EAAE,EAAE;QACjC,QAAQ,CAAC,OAAO,EAAE,GAAG,EAAE;YACrB,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC;QACpB,CAAC,CAAC,CAAC;IACL,CAAC,CAAC;IAEF,WAAW,CAAC,IAAI,GAAG,CAAC,GAAG,IAAO,EAAE,EAAE;QAChC,QAAQ,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE;YAC1B,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC;QACpB,CAAC,CAAC,CAAC;IACL,CAAC,CAAC;IACF,WAAW,CAAC,IAAI,GAAG,CAAC,GAAG,IAAO,EAAE,EAAE;QAChC,QAAQ,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE;YAC1B,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC;QACpB,CAAC,CAAC,CAAC;IACL,CAAC,CAAC;IAEF,OAAO,WAAW,CAAC;AACrB,CAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { mount as enzymeMount, MountRendererProps } from 'enzyme';
|
|
3
|
+
interface CreateMountOptions extends MountRendererProps {
|
|
4
|
+
mount?: typeof enzymeMount;
|
|
5
|
+
strict?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export default function createMount(options?: CreateMountOptions): (node: React.ReactElement<any>, localOptions?: Omit<CreateMountOptions, 'mount'>) => import("enzyme").ReactWrapper<any, Readonly<{}>, React.Component<{}, {}, any>>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=createMount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createMount.d.ts","sourceRoot":"","sources":["../src/createMount.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AA+BlE,UAAU,kBAAmB,SAAQ,kBAAkB;IACrD,KAAK,CAAC,EAAE,OAAO,WAAW,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,OAAO,GAAE,kBAAuB,UAsD1D,MAAM,YAAY,CAAC,GAAG,CAAC,iBACf,KAAK,kBAAkB,EAAE,OAAO,CAAC,oFAuClD"}
|