diff options
author | 2022-03-15 05:48:04 -0700 | |
---|---|---|
committer | 2022-03-15 05:48:04 -0700 | |
commit | 6b903de12cb0ec4ca715d92c90d6c9b3bd716011 (patch) | |
tree | fd94e4ab2493a38a504673a28d6277de44d4863b | |
parent | f1f3501628fcabc1f256b2367ed57063eed3fe5e (diff) | |
download | bun-6b903de12cb0ec4ca715d92c90d6c9b3bd716011.tar.gz bun-6b903de12cb0ec4ca715d92c90d6c9b3bd716011.tar.zst bun-6b903de12cb0ec4ca715d92c90d6c9b3bd716011.zip |
:camera:
60 files changed, 859 insertions, 799 deletions
diff --git a/integration/snapshots/array-args-with-default-values.hmr.js b/integration/snapshots/array-args-with-default-values.hmr.js index 4561e035e..c557fa266 100644 --- a/integration/snapshots/array-args-with-default-values.hmr.js +++ b/integration/snapshots/array-args-with-default-values.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(3474597122, "array-args-with-default-values.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -49,4 +49,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/array-args-with-default-values.js.map +//# sourceMappingURL=http://localhost:8080/array-args-with-default-values.js.map diff --git a/integration/snapshots/array-args-with-default-values.js b/integration/snapshots/array-args-with-default-values.js index d44564ff6..9650405c6 100644 --- a/integration/snapshots/array-args-with-default-values.js +++ b/integration/snapshots/array-args-with-default-values.js @@ -23,3 +23,5 @@ export function test() { console.assert(ran); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/array-args-with-default-values.js.map diff --git a/integration/snapshots/bundled-entry-point.hmr.js b/integration/snapshots/bundled-entry-point.hmr.js index f84e93cb3..70bfee66c 100644 --- a/integration/snapshots/bundled-entry-point.hmr.js +++ b/integration/snapshots/bundled-entry-point.hmr.js @@ -1,17 +1,17 @@ import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -import * as $bbcd215f from "http://localhost:3000/node_modules/react/index.js"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; +Bun.activate(false); var hmr = new FastHMR(3012834585, "bundled-entry-point.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -31,4 +31,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/bundled-entry-point.js.map +//# sourceMappingURL=http://localhost:8080/bundled-entry-point.js.map diff --git a/integration/snapshots/bundled-entry-point.js b/integration/snapshots/bundled-entry-point.js index 0c47403d6..51562933f 100644 --- a/integration/snapshots/bundled-entry-point.js +++ b/integration/snapshots/bundled-entry-point.js @@ -7,3 +7,5 @@ export function test() { } + +//# sourceMappingURL=http://localhost:8080/bundled-entry-point.js.map diff --git a/integration/snapshots/caught-require.hmr.js b/integration/snapshots/caught-require.hmr.js index a1fb2c683..41ddb702d 100644 --- a/integration/snapshots/caught-require.hmr.js +++ b/integration/snapshots/caught-require.hmr.js @@ -1,16 +1,16 @@ import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(2398506918, "caught-require.js", FastRefresh), exports = hmr.exports; await (hmr._load = async function() { @@ -52,4 +52,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/caught-require.js.map +//# sourceMappingURL=http://localhost:8080/caught-require.js.map diff --git a/integration/snapshots/caught-require.js b/integration/snapshots/caught-require.js index 2ac200f3d..73608f8e3 100644 --- a/integration/snapshots/caught-require.js +++ b/integration/snapshots/caught-require.js @@ -28,3 +28,5 @@ export async function test() { }); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/caught-require.js.map diff --git a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js index 9face6905..69cf9d012 100644 --- a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js +++ b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.hmr.js @@ -1,18 +1,18 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -import _login from "http://localhost:3000/_login.js"; -import _auth from "http://localhost:3000/_auth.js"; -import * as _loginReally from "http://localhost:3000/_login.js"; -import * as _loginReally2 from "http://localhost:3000/_login.js"; -import * as _authReally from "http://localhost:3000/_auth.js"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +import _login from "http://localhost:8080/_login.js"; +import _auth from "http://localhost:8080/_auth.js"; +import * as _loginReally from "http://localhost:8080/_login.js"; +import * as _loginReally2 from "http://localhost:8080/_login.js"; +import * as _authReally from "http://localhost:8080/_auth.js"; +Bun.activate(false); var hmr = new FastHMR(3878252498, "cjs-transform-shouldnt-have-static-imports-in-cjs-function.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -43,4 +43,4 @@ export { $$hmr_bar as bar }; -//# sourceMappingURL=http://localhost:3000/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js.map +//# sourceMappingURL=http://localhost:8080/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js.map diff --git a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js index d4472a8de..1bd6883d8 100644 --- a/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js +++ b/integration/snapshots/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js @@ -11,3 +11,5 @@ export function test() { } export let foo; export let bar; + +//# sourceMappingURL=http://localhost:8080/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js.map diff --git a/integration/snapshots/code-simplification-neql-define.hmr.js b/integration/snapshots/code-simplification-neql-define.hmr.js index 9cc08f3c6..5a8cac475 100644 --- a/integration/snapshots/code-simplification-neql-define.hmr.js +++ b/integration/snapshots/code-simplification-neql-define.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(726376257, "code-simplification-neql-define.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -54,4 +54,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/code-simplification-neql-define.js.map +//# sourceMappingURL=http://localhost:8080/code-simplification-neql-define.js.map diff --git a/integration/snapshots/code-simplification-neql-define.js b/integration/snapshots/code-simplification-neql-define.js index f9d5e8013..6c0e684df 100644 --- a/integration/snapshots/code-simplification-neql-define.js +++ b/integration/snapshots/code-simplification-neql-define.js @@ -25,3 +25,5 @@ export function test() { throw new Error("invariant should not be called"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/code-simplification-neql-define.js.map diff --git a/integration/snapshots/custom-emotion-jsx/file.hmr.jsx b/integration/snapshots/custom-emotion-jsx/file.hmr.jsx index 285a92aad..77a778dd3 100644 --- a/integration/snapshots/custom-emotion-jsx/file.hmr.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.hmr.jsx @@ -1,22 +1,22 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $72625799 from "http://localhost:3000/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $72625799 from "http://localhost:8080/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js"; var JSX = require($72625799); var jsx = require(JSX).jsxDEV; -import * as $5b3cea55 from "http://localhost:3000/node_modules/react-dom/index.js"; +import * as $5b3cea55 from "http://localhost:8080/node_modules/react-dom/index.js"; var ReactDOM = require($5b3cea55); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(2497996991, "custom-emotion-jsx/file.jsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -49,4 +49,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/custom-emotion-jsx/file.jsx.map +//# sourceMappingURL=http://localhost:8080/custom-emotion-jsx/file.jsx.map diff --git a/integration/snapshots/custom-emotion-jsx/file.jsx b/integration/snapshots/custom-emotion-jsx/file.jsx index 338ef99de..466cd4697 100644 --- a/integration/snapshots/custom-emotion-jsx/file.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.jsx @@ -21,3 +21,5 @@ export function test() { throw new Error('Expected "it worked!" but received: ' + style["content"]); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/custom-emotion-jsx/file.jsx.map diff --git a/integration/snapshots/export-default-module-hot.hmr.js b/integration/snapshots/export-default-module-hot.hmr.js index 82aeb0501..e0d02d271 100644 --- a/integration/snapshots/export-default-module-hot.hmr.js +++ b/integration/snapshots/export-default-module-hot.hmr.js @@ -1,9 +1,9 @@ import { __cJS2eSM -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __exportDefault -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; export default __cJS2eSM(function(module, exports) { __exportDefault(module.exports, module.id); @@ -16,4 +16,4 @@ export default __cJS2eSM(function(module, exports) { -//# sourceMappingURL=http://localhost:3000/export-default-module-hot.js.map +//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map diff --git a/integration/snapshots/export-default-module-hot.js b/integration/snapshots/export-default-module-hot.js index 3f12940f2..e0d02d271 100644 --- a/integration/snapshots/export-default-module-hot.js +++ b/integration/snapshots/export-default-module-hot.js @@ -15,3 +15,5 @@ export default __cJS2eSM(function(module, exports) { + +//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map diff --git a/integration/snapshots/export.hmr.js b/integration/snapshots/export.hmr.js index e35c67d1b..8a4fd55ab 100644 --- a/integration/snapshots/export.hmr.js +++ b/integration/snapshots/export.hmr.js @@ -1,15 +1,15 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -import what from "http://localhost:3000/_auth.js"; -import * as where from "http://localhost:3000/_auth.js"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +import what from "http://localhost:8080/_auth.js"; +import * as where from "http://localhost:8080/_auth.js"; +Bun.activate(false); var hmr = new FastHMR(1879780259, "export.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -71,9 +71,9 @@ export { $$hmr_booop as booop, $$hmr_test as test }; -export { default as auth } from "http://localhost:3000/_auth.js"; -export { default as login } from "http://localhost:3000/_login.js"; -export * from "http://localhost:3000/_bacon.js"; -export { } from "http://localhost:3000/_bacon.js"; +export { default as auth } from "http://localhost:8080/_auth.js"; +export { default as login } from "http://localhost:8080/_login.js"; +export * from "http://localhost:8080/_bacon.js"; +export { } from "http://localhost:8080/_bacon.js"; -//# sourceMappingURL=http://localhost:3000/export.js.map +//# sourceMappingURL=http://localhost:8080/export.js.map diff --git a/integration/snapshots/export.js b/integration/snapshots/export.js index 330e3bae0..986d3b45f 100644 --- a/integration/snapshots/export.js +++ b/integration/snapshots/export.js @@ -28,3 +28,5 @@ export function test() { console.assert(powerLevel.description === "9001", "Symbol is not exported correctly"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/export.js.map diff --git a/integration/snapshots/forbid-in-is-correct.hmr.js b/integration/snapshots/forbid-in-is-correct.hmr.js index 845ac482c..fb2fcbad3 100644 --- a/integration/snapshots/forbid-in-is-correct.hmr.js +++ b/integration/snapshots/forbid-in-is-correct.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(346837007, "forbid-in-is-correct.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -32,4 +32,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/forbid-in-is-correct.js.map +//# sourceMappingURL=http://localhost:8080/forbid-in-is-correct.js.map diff --git a/integration/snapshots/forbid-in-is-correct.js b/integration/snapshots/forbid-in-is-correct.js index 90fbeaef4..dfca92d80 100644 --- a/integration/snapshots/forbid-in-is-correct.js +++ b/integration/snapshots/forbid-in-is-correct.js @@ -6,3 +6,5 @@ export function test() { foo(); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/forbid-in-is-correct.js.map diff --git a/integration/snapshots/global-is-remapped-to-globalThis.hmr.js b/integration/snapshots/global-is-remapped-to-globalThis.hmr.js index 7758631cd..196d8ca61 100644 --- a/integration/snapshots/global-is-remapped-to-globalThis.hmr.js +++ b/integration/snapshots/global-is-remapped-to-globalThis.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(713665787, "global-is-remapped-to-globalThis.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -28,4 +28,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/global-is-remapped-to-globalThis.js.map +//# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map diff --git a/integration/snapshots/global-is-remapped-to-globalThis.js b/integration/snapshots/global-is-remapped-to-globalThis.js index 9000d14b0..6cd8e2e22 100644 --- a/integration/snapshots/global-is-remapped-to-globalThis.js +++ b/integration/snapshots/global-is-remapped-to-globalThis.js @@ -2,3 +2,5 @@ export function test() { console.assert(globalThis === globalThis); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map diff --git a/integration/snapshots/jsx-entities.hmr.jsx b/integration/snapshots/jsx-entities.hmr.jsx index 6eb8674ce..ed89b9ff7 100644 --- a/integration/snapshots/jsx-entities.hmr.jsx +++ b/integration/snapshots/jsx-entities.hmr.jsx @@ -1,24 +1,24 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $2f488e5b from "http://localhost:3000/node_modules/react/jsx-dev-runtime.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $2f488e5b from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($2f488e5b); -import * as $bbcd215f from "http://localhost:3000/node_modules/react/index.js"; +import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; var JSXClassic = require($bbcd215f); var jsx = require(JSX).jsxDEV, JSXFrag = require(JSXClassic).Fragment; -import * as $1f6f0e67 from "http://localhost:3000/node_modules/react-dom/server.browser.js"; +import * as $1f6f0e67 from "http://localhost:8080/node_modules/react-dom/server.browser.js"; var ReactDOM = require($1f6f0e67); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(817082122, "jsx-entities.jsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -2789,4 +2789,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/jsx-entities.jsx.map +//# sourceMappingURL=http://localhost:8080/jsx-entities.jsx.map diff --git a/integration/snapshots/jsx-entities.jsx b/integration/snapshots/jsx-entities.jsx index 29ca5356c..9fd075bc6 100644 --- a/integration/snapshots/jsx-entities.jsx +++ b/integration/snapshots/jsx-entities.jsx @@ -311,463 +311,463 @@ const elements = { children: "\xFE" }, undefined, false, undefined, this))]: 254, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ÿ" + children: "\xFF" }, undefined, false, undefined, this))]: 255, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Œ" + children: "\u0152" }, undefined, false, undefined, this))]: 338, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "œ" + children: "\u0153" }, undefined, false, undefined, this))]: 339, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Š" + children: "\u0160" }, undefined, false, undefined, this))]: 352, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "š" + children: "\u0161" }, undefined, false, undefined, this))]: 353, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ÿ" + children: "\u0178" }, undefined, false, undefined, this))]: 376, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƒ" + children: "\u0192" }, undefined, false, undefined, this))]: 402, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ˆ" + children: "\u02C6" }, undefined, false, undefined, this))]: 710, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "˜" + children: "\u02DC" }, undefined, false, undefined, this))]: 732, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Α" + children: "\u0391" }, undefined, false, undefined, this))]: 913, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Β" + children: "\u0392" }, undefined, false, undefined, this))]: 914, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Γ" + children: "\u0393" }, undefined, false, undefined, this))]: 915, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Δ" + children: "\u0394" }, undefined, false, undefined, this))]: 916, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ε" + children: "\u0395" }, undefined, false, undefined, this))]: 917, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ζ" + children: "\u0396" }, undefined, false, undefined, this))]: 918, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Η" + children: "\u0397" }, undefined, false, undefined, this))]: 919, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Θ" + children: "\u0398" }, undefined, false, undefined, this))]: 920, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ι" + children: "\u0399" }, undefined, false, undefined, this))]: 921, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Κ" + children: "\u039A" }, undefined, false, undefined, this))]: 922, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Λ" + children: "\u039B" }, undefined, false, undefined, this))]: 923, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Μ" + children: "\u039C" }, undefined, false, undefined, this))]: 924, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ν" + children: "\u039D" }, undefined, false, undefined, this))]: 925, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ξ" + children: "\u039E" }, undefined, false, undefined, this))]: 926, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ο" + children: "\u039F" }, undefined, false, undefined, this))]: 927, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Π" + children: "\u03A0" }, undefined, false, undefined, this))]: 928, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ρ" + children: "\u03A1" }, undefined, false, undefined, this))]: 929, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Σ" + children: "\u03A3" }, undefined, false, undefined, this))]: 931, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Τ" + children: "\u03A4" }, undefined, false, undefined, this))]: 932, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Υ" + children: "\u03A5" }, undefined, false, undefined, this))]: 933, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Φ" + children: "\u03A6" }, undefined, false, undefined, this))]: 934, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Χ" + children: "\u03A7" }, undefined, false, undefined, this))]: 935, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ψ" + children: "\u03A8" }, undefined, false, undefined, this))]: 936, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ω" + children: "\u03A9" }, undefined, false, undefined, this))]: 937, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "α" + children: "\u03B1" }, undefined, false, undefined, this))]: 945, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "β" + children: "\u03B2" }, undefined, false, undefined, this))]: 946, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "γ" + children: "\u03B3" }, undefined, false, undefined, this))]: 947, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "δ" + children: "\u03B4" }, undefined, false, undefined, this))]: 948, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ε" + children: "\u03B5" }, undefined, false, undefined, this))]: 949, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ζ" + children: "\u03B6" }, undefined, false, undefined, this))]: 950, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "η" + children: "\u03B7" }, undefined, false, undefined, this))]: 951, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "θ" + children: "\u03B8" }, undefined, false, undefined, this))]: 952, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ι" + children: "\u03B9" }, undefined, false, undefined, this))]: 953, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "κ" + children: "\u03BA" }, undefined, false, undefined, this))]: 954, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "λ" + children: "\u03BB" }, undefined, false, undefined, this))]: 955, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "μ" + children: "\u03BC" }, undefined, false, undefined, this))]: 956, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ν" + children: "\u03BD" }, undefined, false, undefined, this))]: 957, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ξ" + children: "\u03BE" }, undefined, false, undefined, this))]: 958, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ο" + children: "\u03BF" }, undefined, false, undefined, this))]: 959, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "π" + children: "\u03C0" }, undefined, false, undefined, this))]: 960, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ρ" + children: "\u03C1" }, undefined, false, undefined, this))]: 961, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ς" + children: "\u03C2" }, undefined, false, undefined, this))]: 962, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "σ" + children: "\u03C3" }, undefined, false, undefined, this))]: 963, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "τ" + children: "\u03C4" }, undefined, false, undefined, this))]: 964, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "υ" + children: "\u03C5" }, undefined, false, undefined, this))]: 965, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "φ" + children: "\u03C6" }, undefined, false, undefined, this))]: 966, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "χ" + children: "\u03C7" }, undefined, false, undefined, this))]: 967, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ψ" + children: "\u03C8" }, undefined, false, undefined, this))]: 968, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ω" + children: "\u03C9" }, undefined, false, undefined, this))]: 969, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ϑ" + children: "\u03D1" }, undefined, false, undefined, this))]: 977, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ϒ" + children: "\u03D2" }, undefined, false, undefined, this))]: 978, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ϖ" + children: "\u03D6" }, undefined, false, undefined, this))]: 982, [ReactDOM.renderToString(jsx(JSXFrag, { - children: " " + children: "\u2002" }, undefined, false, undefined, this))]: 8194, [ReactDOM.renderToString(jsx(JSXFrag, { - children: " " + children: "\u2003" }, undefined, false, undefined, this))]: 8195, [ReactDOM.renderToString(jsx(JSXFrag, { - children: " " + children: "\u2009" }, undefined, false, undefined, this))]: 8201, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "" + children: "\u200C" }, undefined, false, undefined, this))]: 8204, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "" + children: "\u200D" }, undefined, false, undefined, this))]: 8205, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "" + children: "\u200E" }, undefined, false, undefined, this))]: 8206, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "" + children: "\u200F" }, undefined, false, undefined, this))]: 8207, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "–" + children: "\u2013" }, undefined, false, undefined, this))]: 8211, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "—" + children: "\u2014" }, undefined, false, undefined, this))]: 8212, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "‘" + children: "\u2018" }, undefined, false, undefined, this))]: 8216, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "’" + children: "\u2019" }, undefined, false, undefined, this))]: 8217, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "‚" + children: "\u201A" }, undefined, false, undefined, this))]: 8218, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "“" + children: "\u201C" }, undefined, false, undefined, this))]: 8220, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "”" + children: "\u201D" }, undefined, false, undefined, this))]: 8221, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "„" + children: "\u201E" }, undefined, false, undefined, this))]: 8222, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "†" + children: "\u2020" }, undefined, false, undefined, this))]: 8224, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "‡" + children: "\u2021" }, undefined, false, undefined, this))]: 8225, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "•" + children: "\u2022" }, undefined, false, undefined, this))]: 8226, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "…" + children: "\u2026" }, undefined, false, undefined, this))]: 8230, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "‰" + children: "\u2030" }, undefined, false, undefined, this))]: 8240, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "′" + children: "\u2032" }, undefined, false, undefined, this))]: 8242, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "″" + children: "\u2033" }, undefined, false, undefined, this))]: 8243, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "‹" + children: "\u2039" }, undefined, false, undefined, this))]: 8249, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "›" + children: "\u203A" }, undefined, false, undefined, this))]: 8250, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "‾" + children: "\u203E" }, undefined, false, undefined, this))]: 8254, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⁄" + children: "\u2044" }, undefined, false, undefined, this))]: 8260, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "€" + children: "\u20AC" }, undefined, false, undefined, this))]: 8364, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ℑ" + children: "\u2111" }, undefined, false, undefined, this))]: 8465, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "℘" + children: "\u2118" }, undefined, false, undefined, this))]: 8472, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ℜ" + children: "\u211C" }, undefined, false, undefined, this))]: 8476, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "™" + children: "\u2122" }, undefined, false, undefined, this))]: 8482, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ℵ" + children: "\u2135" }, undefined, false, undefined, this))]: 8501, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "←" + children: "\u2190" }, undefined, false, undefined, this))]: 8592, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "↑" + children: "\u2191" }, undefined, false, undefined, this))]: 8593, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "→" + children: "\u2192" }, undefined, false, undefined, this))]: 8594, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "↓" + children: "\u2193" }, undefined, false, undefined, this))]: 8595, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "↔" + children: "\u2194" }, undefined, false, undefined, this))]: 8596, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "↵" + children: "\u21B5" }, undefined, false, undefined, this))]: 8629, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⇐" + children: "\u21D0" }, undefined, false, undefined, this))]: 8656, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⇑" + children: "\u21D1" }, undefined, false, undefined, this))]: 8657, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⇒" + children: "\u21D2" }, undefined, false, undefined, this))]: 8658, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⇓" + children: "\u21D3" }, undefined, false, undefined, this))]: 8659, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⇔" + children: "\u21D4" }, undefined, false, undefined, this))]: 8660, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∀" + children: "\u2200" }, undefined, false, undefined, this))]: 8704, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∂" + children: "\u2202" }, undefined, false, undefined, this))]: 8706, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∃" + children: "\u2203" }, undefined, false, undefined, this))]: 8707, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∅" + children: "\u2205" }, undefined, false, undefined, this))]: 8709, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∇" + children: "\u2207" }, undefined, false, undefined, this))]: 8711, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∈" + children: "\u2208" }, undefined, false, undefined, this))]: 8712, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∉" + children: "\u2209" }, undefined, false, undefined, this))]: 8713, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∋" + children: "\u220B" }, undefined, false, undefined, this))]: 8715, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∏" + children: "\u220F" }, undefined, false, undefined, this))]: 8719, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∑" + children: "\u2211" }, undefined, false, undefined, this))]: 8721, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "−" + children: "\u2212" }, undefined, false, undefined, this))]: 8722, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∗" + children: "\u2217" }, undefined, false, undefined, this))]: 8727, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "√" + children: "\u221A" }, undefined, false, undefined, this))]: 8730, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∝" + children: "\u221D" }, undefined, false, undefined, this))]: 8733, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∞" + children: "\u221E" }, undefined, false, undefined, this))]: 8734, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∠" + children: "\u2220" }, undefined, false, undefined, this))]: 8736, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∧" + children: "\u2227" }, undefined, false, undefined, this))]: 8743, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∨" + children: "\u2228" }, undefined, false, undefined, this))]: 8744, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∩" + children: "\u2229" }, undefined, false, undefined, this))]: 8745, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∪" + children: "\u222A" }, undefined, false, undefined, this))]: 8746, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∫" + children: "\u222B" }, undefined, false, undefined, this))]: 8747, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∴" + children: "\u2234" }, undefined, false, undefined, this))]: 8756, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "∼" + children: "\u223C" }, undefined, false, undefined, this))]: 8764, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "≅" + children: "\u2245" }, undefined, false, undefined, this))]: 8773, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "≈" + children: "\u2248" }, undefined, false, undefined, this))]: 8776, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "≠" + children: "\u2260" }, undefined, false, undefined, this))]: 8800, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "≡" + children: "\u2261" }, undefined, false, undefined, this))]: 8801, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "≤" + children: "\u2264" }, undefined, false, undefined, this))]: 8804, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "≥" + children: "\u2265" }, undefined, false, undefined, this))]: 8805, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊂" + children: "\u2282" }, undefined, false, undefined, this))]: 8834, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊃" + children: "\u2283" }, undefined, false, undefined, this))]: 8835, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊄" + children: "\u2284" }, undefined, false, undefined, this))]: 8836, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊆" + children: "\u2286" }, undefined, false, undefined, this))]: 8838, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊇" + children: "\u2287" }, undefined, false, undefined, this))]: 8839, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊕" + children: "\u2295" }, undefined, false, undefined, this))]: 8853, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊗" + children: "\u2297" }, undefined, false, undefined, this))]: 8855, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⊥" + children: "\u22A5" }, undefined, false, undefined, this))]: 8869, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⋅" + children: "\u22C5" }, undefined, false, undefined, this))]: 8901, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⌈" + children: "\u2308" }, undefined, false, undefined, this))]: 8968, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⌉" + children: "\u2309" }, undefined, false, undefined, this))]: 8969, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⌊" + children: "\u230A" }, undefined, false, undefined, this))]: 8970, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "⌋" + children: "\u230B" }, undefined, false, undefined, this))]: 8971, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "〈" + children: "\u2329" }, undefined, false, undefined, this))]: 9001, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "〉" + children: "\u232A" }, undefined, false, undefined, this))]: 9002, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "◊" + children: "\u25CA" }, undefined, false, undefined, this))]: 9674, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "♠" + children: "\u2660" }, undefined, false, undefined, this))]: 9824, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "♣" + children: "\u2663" }, undefined, false, undefined, this))]: 9827, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "♥" + children: "\u2665" }, undefined, false, undefined, this))]: 9829, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "♦" + children: "\u2666" }, undefined, false, undefined, this))]: 9830, [ReactDOM.renderToString(jsx(JSXFrag, { children: "\x01" @@ -791,10 +791,10 @@ const elements = { children: "\x07" }, undefined, false, undefined, this))]: 7, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "\b" + children: "\f" }, undefined, false, undefined, this))]: 8, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "\x09" + children: "\t" }, undefined, false, undefined, this))]: 9, [ReactDOM.renderToString(jsx(JSXFrag, { children: ` @@ -1140,13 +1140,13 @@ const elements = { children: "{" }, undefined, false, undefined, this))]: 123, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "\x7C" + children: "|" }, undefined, false, undefined, this))]: 124, [ReactDOM.renderToString(jsx(JSXFrag, { children: "}" }, undefined, false, undefined, this))]: 125, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "\x7E" + children: "~" }, undefined, false, undefined, this))]: 126, [ReactDOM.renderToString(jsx(JSXFrag, { children: "\x7F" @@ -1533,1222 +1533,1222 @@ const elements = { children: "\xFE" }, undefined, false, undefined, this))]: 254, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ÿ" + children: "\xFF" }, undefined, false, undefined, this))]: 255, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ā" + children: "\u0100" }, undefined, false, undefined, this))]: 256, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ā" + children: "\u0101" }, undefined, false, undefined, this))]: 257, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ă" + children: "\u0102" }, undefined, false, undefined, this))]: 258, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ă" + children: "\u0103" }, undefined, false, undefined, this))]: 259, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ą" + children: "\u0104" }, undefined, false, undefined, this))]: 260, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ą" + children: "\u0105" }, undefined, false, undefined, this))]: 261, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ć" + children: "\u0106" }, undefined, false, undefined, this))]: 262, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ć" + children: "\u0107" }, undefined, false, undefined, this))]: 263, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĉ" + children: "\u0108" }, undefined, false, undefined, this))]: 264, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĉ" + children: "\u0109" }, undefined, false, undefined, this))]: 265, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ċ" + children: "\u010A" }, undefined, false, undefined, this))]: 266, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ċ" + children: "\u010B" }, undefined, false, undefined, this))]: 267, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Č" + children: "\u010C" }, undefined, false, undefined, this))]: 268, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "č" + children: "\u010D" }, undefined, false, undefined, this))]: 269, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ď" + children: "\u010E" }, undefined, false, undefined, this))]: 270, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ď" + children: "\u010F" }, undefined, false, undefined, this))]: 271, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Đ" + children: "\u0110" }, undefined, false, undefined, this))]: 272, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "đ" + children: "\u0111" }, undefined, false, undefined, this))]: 273, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ē" + children: "\u0112" }, undefined, false, undefined, this))]: 274, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ē" + children: "\u0113" }, undefined, false, undefined, this))]: 275, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĕ" + children: "\u0114" }, undefined, false, undefined, this))]: 276, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĕ" + children: "\u0115" }, undefined, false, undefined, this))]: 277, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ė" + children: "\u0116" }, undefined, false, undefined, this))]: 278, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ė" + children: "\u0117" }, undefined, false, undefined, this))]: 279, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ę" + children: "\u0118" }, undefined, false, undefined, this))]: 280, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ę" + children: "\u0119" }, undefined, false, undefined, this))]: 281, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ě" + children: "\u011A" }, undefined, false, undefined, this))]: 282, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ě" + children: "\u011B" }, undefined, false, undefined, this))]: 283, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĝ" + children: "\u011C" }, undefined, false, undefined, this))]: 284, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĝ" + children: "\u011D" }, undefined, false, undefined, this))]: 285, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ğ" + children: "\u011E" }, undefined, false, undefined, this))]: 286, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ğ" + children: "\u011F" }, undefined, false, undefined, this))]: 287, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ġ" + children: "\u0120" }, undefined, false, undefined, this))]: 288, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ġ" + children: "\u0121" }, undefined, false, undefined, this))]: 289, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ģ" + children: "\u0122" }, undefined, false, undefined, this))]: 290, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ģ" + children: "\u0123" }, undefined, false, undefined, this))]: 291, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĥ" + children: "\u0124" }, undefined, false, undefined, this))]: 292, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĥ" + children: "\u0125" }, undefined, false, undefined, this))]: 293, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ħ" + children: "\u0126" }, undefined, false, undefined, this))]: 294, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ħ" + children: "\u0127" }, undefined, false, undefined, this))]: 295, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĩ" + children: "\u0128" }, undefined, false, undefined, this))]: 296, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĩ" + children: "\u0129" }, undefined, false, undefined, this))]: 297, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ī" + children: "\u012A" }, undefined, false, undefined, this))]: 298, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ī" + children: "\u012B" }, undefined, false, undefined, this))]: 299, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĭ" + children: "\u012C" }, undefined, false, undefined, this))]: 300, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĭ" + children: "\u012D" }, undefined, false, undefined, this))]: 301, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Į" + children: "\u012E" }, undefined, false, undefined, this))]: 302, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "į" + children: "\u012F" }, undefined, false, undefined, this))]: 303, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "İ" + children: "\u0130" }, undefined, false, undefined, this))]: 304, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ı" + children: "\u0131" }, undefined, false, undefined, this))]: 305, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "IJ" + children: "\u0132" }, undefined, false, undefined, this))]: 306, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ij" + children: "\u0133" }, undefined, false, undefined, this))]: 307, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĵ" + children: "\u0134" }, undefined, false, undefined, this))]: 308, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĵ" + children: "\u0135" }, undefined, false, undefined, this))]: 309, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ķ" + children: "\u0136" }, undefined, false, undefined, this))]: 310, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ķ" + children: "\u0137" }, undefined, false, undefined, this))]: 311, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĸ" + children: "\u0138" }, undefined, false, undefined, this))]: 312, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ĺ" + children: "\u0139" }, undefined, false, undefined, this))]: 313, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ĺ" + children: "\u013A" }, undefined, false, undefined, this))]: 314, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ļ" + children: "\u013B" }, undefined, false, undefined, this))]: 315, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ļ" + children: "\u013C" }, undefined, false, undefined, this))]: 316, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ľ" + children: "\u013D" }, undefined, false, undefined, this))]: 317, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ľ" + children: "\u013E" }, undefined, false, undefined, this))]: 318, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŀ" + children: "\u013F" }, undefined, false, undefined, this))]: 319, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŀ" + children: "\u0140" }, undefined, false, undefined, this))]: 320, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ł" + children: "\u0141" }, undefined, false, undefined, this))]: 321, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ł" + children: "\u0142" }, undefined, false, undefined, this))]: 322, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ń" + children: "\u0143" }, undefined, false, undefined, this))]: 323, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ń" + children: "\u0144" }, undefined, false, undefined, this))]: 324, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ņ" + children: "\u0145" }, undefined, false, undefined, this))]: 325, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ņ" + children: "\u0146" }, undefined, false, undefined, this))]: 326, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ň" + children: "\u0147" }, undefined, false, undefined, this))]: 327, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ň" + children: "\u0148" }, undefined, false, undefined, this))]: 328, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʼn" + children: "\u0149" }, undefined, false, undefined, this))]: 329, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŋ" + children: "\u014A" }, undefined, false, undefined, this))]: 330, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŋ" + children: "\u014B" }, undefined, false, undefined, this))]: 331, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ō" + children: "\u014C" }, undefined, false, undefined, this))]: 332, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ō" + children: "\u014D" }, undefined, false, undefined, this))]: 333, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŏ" + children: "\u014E" }, undefined, false, undefined, this))]: 334, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŏ" + children: "\u014F" }, undefined, false, undefined, this))]: 335, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ő" + children: "\u0150" }, undefined, false, undefined, this))]: 336, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ő" + children: "\u0151" }, undefined, false, undefined, this))]: 337, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Œ" + children: "\u0152" }, undefined, false, undefined, this))]: 338, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "œ" + children: "\u0153" }, undefined, false, undefined, this))]: 339, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŕ" + children: "\u0154" }, undefined, false, undefined, this))]: 340, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŕ" + children: "\u0155" }, undefined, false, undefined, this))]: 341, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŗ" + children: "\u0156" }, undefined, false, undefined, this))]: 342, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŗ" + children: "\u0157" }, undefined, false, undefined, this))]: 343, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ř" + children: "\u0158" }, undefined, false, undefined, this))]: 344, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ř" + children: "\u0159" }, undefined, false, undefined, this))]: 345, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ś" + children: "\u015A" }, undefined, false, undefined, this))]: 346, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ś" + children: "\u015B" }, undefined, false, undefined, this))]: 347, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŝ" + children: "\u015C" }, undefined, false, undefined, this))]: 348, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŝ" + children: "\u015D" }, undefined, false, undefined, this))]: 349, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ş" + children: "\u015E" }, undefined, false, undefined, this))]: 350, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ş" + children: "\u015F" }, undefined, false, undefined, this))]: 351, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Š" + children: "\u0160" }, undefined, false, undefined, this))]: 352, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "š" + children: "\u0161" }, undefined, false, undefined, this))]: 353, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ţ" + children: "\u0162" }, undefined, false, undefined, this))]: 354, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ţ" + children: "\u0163" }, undefined, false, undefined, this))]: 355, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ť" + children: "\u0164" }, undefined, false, undefined, this))]: 356, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ť" + children: "\u0165" }, undefined, false, undefined, this))]: 357, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŧ" + children: "\u0166" }, undefined, false, undefined, this))]: 358, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŧ" + children: "\u0167" }, undefined, false, undefined, this))]: 359, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ũ" + children: "\u0168" }, undefined, false, undefined, this))]: 360, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ũ" + children: "\u0169" }, undefined, false, undefined, this))]: 361, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ū" + children: "\u016A" }, undefined, false, undefined, this))]: 362, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ū" + children: "\u016B" }, undefined, false, undefined, this))]: 363, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŭ" + children: "\u016C" }, undefined, false, undefined, this))]: 364, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŭ" + children: "\u016D" }, undefined, false, undefined, this))]: 365, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ů" + children: "\u016E" }, undefined, false, undefined, this))]: 366, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ů" + children: "\u016F" }, undefined, false, undefined, this))]: 367, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ű" + children: "\u0170" }, undefined, false, undefined, this))]: 368, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ű" + children: "\u0171" }, undefined, false, undefined, this))]: 369, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ų" + children: "\u0172" }, undefined, false, undefined, this))]: 370, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ų" + children: "\u0173" }, undefined, false, undefined, this))]: 371, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŵ" + children: "\u0174" }, undefined, false, undefined, this))]: 372, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŵ" + children: "\u0175" }, undefined, false, undefined, this))]: 373, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ŷ" + children: "\u0176" }, undefined, false, undefined, this))]: 374, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ŷ" + children: "\u0177" }, undefined, false, undefined, this))]: 375, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ÿ" + children: "\u0178" }, undefined, false, undefined, this))]: 376, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ź" + children: "\u0179" }, undefined, false, undefined, this))]: 377, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ź" + children: "\u017A" }, undefined, false, undefined, this))]: 378, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ż" + children: "\u017B" }, undefined, false, undefined, this))]: 379, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ż" + children: "\u017C" }, undefined, false, undefined, this))]: 380, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ž" + children: "\u017D" }, undefined, false, undefined, this))]: 381, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ž" + children: "\u017E" }, undefined, false, undefined, this))]: 382, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ſ" + children: "\u017F" }, undefined, false, undefined, this))]: 383, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƀ" + children: "\u0180" }, undefined, false, undefined, this))]: 384, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɓ" + children: "\u0181" }, undefined, false, undefined, this))]: 385, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƃ" + children: "\u0182" }, undefined, false, undefined, this))]: 386, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƃ" + children: "\u0183" }, undefined, false, undefined, this))]: 387, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƅ" + children: "\u0184" }, undefined, false, undefined, this))]: 388, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƅ" + children: "\u0185" }, undefined, false, undefined, this))]: 389, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɔ" + children: "\u0186" }, undefined, false, undefined, this))]: 390, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƈ" + children: "\u0187" }, undefined, false, undefined, this))]: 391, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƈ" + children: "\u0188" }, undefined, false, undefined, this))]: 392, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɖ" + children: "\u0189" }, undefined, false, undefined, this))]: 393, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɗ" + children: "\u018A" }, undefined, false, undefined, this))]: 394, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƌ" + children: "\u018B" }, undefined, false, undefined, this))]: 395, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƌ" + children: "\u018C" }, undefined, false, undefined, this))]: 396, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƍ" + children: "\u018D" }, undefined, false, undefined, this))]: 397, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǝ" + children: "\u018E" }, undefined, false, undefined, this))]: 398, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ə" + children: "\u018F" }, undefined, false, undefined, this))]: 399, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɛ" + children: "\u0190" }, undefined, false, undefined, this))]: 400, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƒ" + children: "\u0191" }, undefined, false, undefined, this))]: 401, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƒ" + children: "\u0192" }, undefined, false, undefined, this))]: 402, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɠ" + children: "\u0193" }, undefined, false, undefined, this))]: 403, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɣ" + children: "\u0194" }, undefined, false, undefined, this))]: 404, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƕ" + children: "\u0195" }, undefined, false, undefined, this))]: 405, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɩ" + children: "\u0196" }, undefined, false, undefined, this))]: 406, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɨ" + children: "\u0197" }, undefined, false, undefined, this))]: 407, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƙ" + children: "\u0198" }, undefined, false, undefined, this))]: 408, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƙ" + children: "\u0199" }, undefined, false, undefined, this))]: 409, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƚ" + children: "\u019A" }, undefined, false, undefined, this))]: 410, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƛ" + children: "\u019B" }, undefined, false, undefined, this))]: 411, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɯ" + children: "\u019C" }, undefined, false, undefined, this))]: 412, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɲ" + children: "\u019D" }, undefined, false, undefined, this))]: 413, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƞ" + children: "\u019E" }, undefined, false, undefined, this))]: 414, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɵ" + children: "\u019F" }, undefined, false, undefined, this))]: 415, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ơ" + children: "\u01A0" }, undefined, false, undefined, this))]: 416, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ơ" + children: "\u01A1" }, undefined, false, undefined, this))]: 417, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƣ" + children: "\u01A2" }, undefined, false, undefined, this))]: 418, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƣ" + children: "\u01A3" }, undefined, false, undefined, this))]: 419, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƥ" + children: "\u01A4" }, undefined, false, undefined, this))]: 420, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƥ" + children: "\u01A5" }, undefined, false, undefined, this))]: 421, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʀ" + children: "\u01A6" }, undefined, false, undefined, this))]: 422, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƨ" + children: "\u01A7" }, undefined, false, undefined, this))]: 423, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƨ" + children: "\u01A8" }, undefined, false, undefined, this))]: 424, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʃ" + children: "\u01A9" }, undefined, false, undefined, this))]: 425, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƪ" + children: "\u01AA" }, undefined, false, undefined, this))]: 426, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƫ" + children: "\u01AB" }, undefined, false, undefined, this))]: 427, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƭ" + children: "\u01AC" }, undefined, false, undefined, this))]: 428, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƭ" + children: "\u01AD" }, undefined, false, undefined, this))]: 429, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʈ" + children: "\u01AE" }, undefined, false, undefined, this))]: 430, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ư" + children: "\u01AF" }, undefined, false, undefined, this))]: 431, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ư" + children: "\u01B0" }, undefined, false, undefined, this))]: 432, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʊ" + children: "\u01B1" }, undefined, false, undefined, this))]: 433, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʋ" + children: "\u01B2" }, undefined, false, undefined, this))]: 434, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƴ" + children: "\u01B3" }, undefined, false, undefined, this))]: 435, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƴ" + children: "\u01B4" }, undefined, false, undefined, this))]: 436, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƶ" + children: "\u01B5" }, undefined, false, undefined, this))]: 437, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƶ" + children: "\u01B6" }, undefined, false, undefined, this))]: 438, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʒ" + children: "\u01B7" }, undefined, false, undefined, this))]: 439, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƹ" + children: "\u01B8" }, undefined, false, undefined, this))]: 440, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƹ" + children: "\u01B9" }, undefined, false, undefined, this))]: 441, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƺ" + children: "\u01BA" }, undefined, false, undefined, this))]: 442, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƻ" + children: "\u01BB" }, undefined, false, undefined, this))]: 443, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƽ" + children: "\u01BC" }, undefined, false, undefined, this))]: 444, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƽ" + children: "\u01BD" }, undefined, false, undefined, this))]: 445, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƾ" + children: "\u01BE" }, undefined, false, undefined, this))]: 446, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ƿ" + children: "\u01BF" }, undefined, false, undefined, this))]: 447, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǀ" + children: "\u01C0" }, undefined, false, undefined, this))]: 448, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǁ" + children: "\u01C1" }, undefined, false, undefined, this))]: 449, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǂ" + children: "\u01C2" }, undefined, false, undefined, this))]: 450, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǃ" + children: "\u01C3" }, undefined, false, undefined, this))]: 451, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "DŽ" + children: "\u01C4" }, undefined, false, undefined, this))]: 452, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Dž" + children: "\u01C5" }, undefined, false, undefined, this))]: 453, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "dž" + children: "\u01C6" }, undefined, false, undefined, this))]: 454, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "LJ" + children: "\u01C7" }, undefined, false, undefined, this))]: 455, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Lj" + children: "\u01C8" }, undefined, false, undefined, this))]: 456, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "lj" + children: "\u01C9" }, undefined, false, undefined, this))]: 457, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "NJ" + children: "\u01CA" }, undefined, false, undefined, this))]: 458, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Nj" + children: "\u01CB" }, undefined, false, undefined, this))]: 459, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "nj" + children: "\u01CC" }, undefined, false, undefined, this))]: 460, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǎ" + children: "\u01CD" }, undefined, false, undefined, this))]: 461, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǎ" + children: "\u01CE" }, undefined, false, undefined, this))]: 462, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǐ" + children: "\u01CF" }, undefined, false, undefined, this))]: 463, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǐ" + children: "\u01D0" }, undefined, false, undefined, this))]: 464, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǒ" + children: "\u01D1" }, undefined, false, undefined, this))]: 465, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǒ" + children: "\u01D2" }, undefined, false, undefined, this))]: 466, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǔ" + children: "\u01D3" }, undefined, false, undefined, this))]: 467, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǔ" + children: "\u01D4" }, undefined, false, undefined, this))]: 468, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǖ" + children: "\u01D5" }, undefined, false, undefined, this))]: 469, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǖ" + children: "\u01D6" }, undefined, false, undefined, this))]: 470, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǘ" + children: "\u01D7" }, undefined, false, undefined, this))]: 471, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǘ" + children: "\u01D8" }, undefined, false, undefined, this))]: 472, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǚ" + children: "\u01D9" }, undefined, false, undefined, this))]: 473, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǚ" + children: "\u01DA" }, undefined, false, undefined, this))]: 474, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǜ" + children: "\u01DB" }, undefined, false, undefined, this))]: 475, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǜ" + children: "\u01DC" }, undefined, false, undefined, this))]: 476, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǝ" + children: "\u01DD" }, undefined, false, undefined, this))]: 477, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǟ" + children: "\u01DE" }, undefined, false, undefined, this))]: 478, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǟ" + children: "\u01DF" }, undefined, false, undefined, this))]: 479, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǡ" + children: "\u01E0" }, undefined, false, undefined, this))]: 480, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǡ" + children: "\u01E1" }, undefined, false, undefined, this))]: 481, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǣ" + children: "\u01E2" }, undefined, false, undefined, this))]: 482, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǣ" + children: "\u01E3" }, undefined, false, undefined, this))]: 483, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǥ" + children: "\u01E4" }, undefined, false, undefined, this))]: 484, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǥ" + children: "\u01E5" }, undefined, false, undefined, this))]: 485, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǧ" + children: "\u01E6" }, undefined, false, undefined, this))]: 486, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǧ" + children: "\u01E7" }, undefined, false, undefined, this))]: 487, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǩ" + children: "\u01E8" }, undefined, false, undefined, this))]: 488, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǩ" + children: "\u01E9" }, undefined, false, undefined, this))]: 489, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǫ" + children: "\u01EA" }, undefined, false, undefined, this))]: 490, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǫ" + children: "\u01EB" }, undefined, false, undefined, this))]: 491, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǭ" + children: "\u01EC" }, undefined, false, undefined, this))]: 492, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǭ" + children: "\u01ED" }, undefined, false, undefined, this))]: 493, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǯ" + children: "\u01EE" }, undefined, false, undefined, this))]: 494, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǯ" + children: "\u01EF" }, undefined, false, undefined, this))]: 495, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǰ" + children: "\u01F0" }, undefined, false, undefined, this))]: 496, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "DZ" + children: "\u01F1" }, undefined, false, undefined, this))]: 497, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Dz" + children: "\u01F2" }, undefined, false, undefined, this))]: 498, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "dz" + children: "\u01F3" }, undefined, false, undefined, this))]: 499, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǵ" + children: "\u01F4" }, undefined, false, undefined, this))]: 500, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǵ" + children: "\u01F5" }, undefined, false, undefined, this))]: 501, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƕ" + children: "\u01F6" }, undefined, false, undefined, this))]: 502, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƿ" + children: "\u01F7" }, undefined, false, undefined, this))]: 503, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǹ" + children: "\u01F8" }, undefined, false, undefined, this))]: 504, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǹ" + children: "\u01F9" }, undefined, false, undefined, this))]: 505, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǻ" + children: "\u01FA" }, undefined, false, undefined, this))]: 506, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǻ" + children: "\u01FB" }, undefined, false, undefined, this))]: 507, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǽ" + children: "\u01FC" }, undefined, false, undefined, this))]: 508, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǽ" + children: "\u01FD" }, undefined, false, undefined, this))]: 509, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ǿ" + children: "\u01FE" }, undefined, false, undefined, this))]: 510, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ǿ" + children: "\u01FF" }, undefined, false, undefined, this))]: 511, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȁ" + children: "\u0200" }, undefined, false, undefined, this))]: 512, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȁ" + children: "\u0201" }, undefined, false, undefined, this))]: 513, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȃ" + children: "\u0202" }, undefined, false, undefined, this))]: 514, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȃ" + children: "\u0203" }, undefined, false, undefined, this))]: 515, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȅ" + children: "\u0204" }, undefined, false, undefined, this))]: 516, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȅ" + children: "\u0205" }, undefined, false, undefined, this))]: 517, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȇ" + children: "\u0206" }, undefined, false, undefined, this))]: 518, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȇ" + children: "\u0207" }, undefined, false, undefined, this))]: 519, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȉ" + children: "\u0208" }, undefined, false, undefined, this))]: 520, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȉ" + children: "\u0209" }, undefined, false, undefined, this))]: 521, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȋ" + children: "\u020A" }, undefined, false, undefined, this))]: 522, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȋ" + children: "\u020B" }, undefined, false, undefined, this))]: 523, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȍ" + children: "\u020C" }, undefined, false, undefined, this))]: 524, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȍ" + children: "\u020D" }, undefined, false, undefined, this))]: 525, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȏ" + children: "\u020E" }, undefined, false, undefined, this))]: 526, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȏ" + children: "\u020F" }, undefined, false, undefined, this))]: 527, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȑ" + children: "\u0210" }, undefined, false, undefined, this))]: 528, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȑ" + children: "\u0211" }, undefined, false, undefined, this))]: 529, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȓ" + children: "\u0212" }, undefined, false, undefined, this))]: 530, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȓ" + children: "\u0213" }, undefined, false, undefined, this))]: 531, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȕ" + children: "\u0214" }, undefined, false, undefined, this))]: 532, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȕ" + children: "\u0215" }, undefined, false, undefined, this))]: 533, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȗ" + children: "\u0216" }, undefined, false, undefined, this))]: 534, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȗ" + children: "\u0217" }, undefined, false, undefined, this))]: 535, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ș" + children: "\u0218" }, undefined, false, undefined, this))]: 536, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ș" + children: "\u0219" }, undefined, false, undefined, this))]: 537, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ț" + children: "\u021A" }, undefined, false, undefined, this))]: 538, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ț" + children: "\u021B" }, undefined, false, undefined, this))]: 539, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȝ" + children: "\u021C" }, undefined, false, undefined, this))]: 540, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȝ" + children: "\u021D" }, undefined, false, undefined, this))]: 541, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȟ" + children: "\u021E" }, undefined, false, undefined, this))]: 542, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȟ" + children: "\u021F" }, undefined, false, undefined, this))]: 543, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƞ" + children: "\u0220" }, undefined, false, undefined, this))]: 544, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȡ" + children: "\u0221" }, undefined, false, undefined, this))]: 545, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȣ" + children: "\u0222" }, undefined, false, undefined, this))]: 546, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȣ" + children: "\u0223" }, undefined, false, undefined, this))]: 547, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȥ" + children: "\u0224" }, undefined, false, undefined, this))]: 548, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȥ" + children: "\u0225" }, undefined, false, undefined, this))]: 549, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȧ" + children: "\u0226" }, undefined, false, undefined, this))]: 550, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȧ" + children: "\u0227" }, undefined, false, undefined, this))]: 551, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȩ" + children: "\u0228" }, undefined, false, undefined, this))]: 552, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȩ" + children: "\u0229" }, undefined, false, undefined, this))]: 553, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȫ" + children: "\u022A" }, undefined, false, undefined, this))]: 554, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȫ" + children: "\u022B" }, undefined, false, undefined, this))]: 555, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȭ" + children: "\u022C" }, undefined, false, undefined, this))]: 556, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȭ" + children: "\u022D" }, undefined, false, undefined, this))]: 557, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȯ" + children: "\u022E" }, undefined, false, undefined, this))]: 558, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȯ" + children: "\u022F" }, undefined, false, undefined, this))]: 559, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȱ" + children: "\u0230" }, undefined, false, undefined, this))]: 560, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȱ" + children: "\u0231" }, undefined, false, undefined, this))]: 561, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȳ" + children: "\u0232" }, undefined, false, undefined, this))]: 562, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȳ" + children: "\u0233" }, undefined, false, undefined, this))]: 563, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȴ" + children: "\u0234" }, undefined, false, undefined, this))]: 564, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȵ" + children: "\u0235" }, undefined, false, undefined, this))]: 565, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȶ" + children: "\u0236" }, undefined, false, undefined, this))]: 566, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȷ" + children: "\u0237" }, undefined, false, undefined, this))]: 567, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȸ" + children: "\u0238" }, undefined, false, undefined, this))]: 568, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȹ" + children: "\u0239" }, undefined, false, undefined, this))]: 569, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ⱥ" + children: "\u023A" }, undefined, false, undefined, this))]: 570, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ȼ" + children: "\u023B" }, undefined, false, undefined, this))]: 571, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȼ" + children: "\u023C" }, undefined, false, undefined, this))]: 572, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƚ" + children: "\u023D" }, undefined, false, undefined, this))]: 573, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ⱦ" + children: "\u023E" }, undefined, false, undefined, this))]: 574, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ȿ" + children: "\u023F" }, undefined, false, undefined, this))]: 575, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɀ" + children: "\u0240" }, undefined, false, undefined, this))]: 576, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɂ" + children: "\u0241" }, undefined, false, undefined, this))]: 577, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɂ" + children: "\u0242" }, undefined, false, undefined, this))]: 578, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ƀ" + children: "\u0243" }, undefined, false, undefined, this))]: 579, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʉ" + children: "\u0244" }, undefined, false, undefined, this))]: 580, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ʌ" + children: "\u0245" }, undefined, false, undefined, this))]: 581, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɇ" + children: "\u0246" }, undefined, false, undefined, this))]: 582, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɇ" + children: "\u0247" }, undefined, false, undefined, this))]: 583, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɉ" + children: "\u0248" }, undefined, false, undefined, this))]: 584, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɉ" + children: "\u0249" }, undefined, false, undefined, this))]: 585, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɋ" + children: "\u024A" }, undefined, false, undefined, this))]: 586, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɋ" + children: "\u024B" }, undefined, false, undefined, this))]: 587, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɍ" + children: "\u024C" }, undefined, false, undefined, this))]: 588, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɍ" + children: "\u024D" }, undefined, false, undefined, this))]: 589, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "Ɏ" + children: "\u024E" }, undefined, false, undefined, this))]: 590, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɏ" + children: "\u024F" }, undefined, false, undefined, this))]: 591, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɐ" + children: "\u0250" }, undefined, false, undefined, this))]: 592, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɑ" + children: "\u0251" }, undefined, false, undefined, this))]: 593, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɒ" + children: "\u0252" }, undefined, false, undefined, this))]: 594, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɓ" + children: "\u0253" }, undefined, false, undefined, this))]: 595, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɔ" + children: "\u0254" }, undefined, false, undefined, this))]: 596, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɕ" + children: "\u0255" }, undefined, false, undefined, this))]: 597, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɖ" + children: "\u0256" }, undefined, false, undefined, this))]: 598, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɗ" + children: "\u0257" }, undefined, false, undefined, this))]: 599, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɘ" + children: "\u0258" }, undefined, false, undefined, this))]: 600, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ə" + children: "\u0259" }, undefined, false, undefined, this))]: 601, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɚ" + children: "\u025A" }, undefined, false, undefined, this))]: 602, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɛ" + children: "\u025B" }, undefined, false, undefined, this))]: 603, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɜ" + children: "\u025C" }, undefined, false, undefined, this))]: 604, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɝ" + children: "\u025D" }, undefined, false, undefined, this))]: 605, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɞ" + children: "\u025E" }, undefined, false, undefined, this))]: 606, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɟ" + children: "\u025F" }, undefined, false, undefined, this))]: 607, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɠ" + children: "\u0260" }, undefined, false, undefined, this))]: 608, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɡ" + children: "\u0261" }, undefined, false, undefined, this))]: 609, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɢ" + children: "\u0262" }, undefined, false, undefined, this))]: 610, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɣ" + children: "\u0263" }, undefined, false, undefined, this))]: 611, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɤ" + children: "\u0264" }, undefined, false, undefined, this))]: 612, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɥ" + children: "\u0265" }, undefined, false, undefined, this))]: 613, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɦ" + children: "\u0266" }, undefined, false, undefined, this))]: 614, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɧ" + children: "\u0267" }, undefined, false, undefined, this))]: 615, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɨ" + children: "\u0268" }, undefined, false, undefined, this))]: 616, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɩ" + children: "\u0269" }, undefined, false, undefined, this))]: 617, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɪ" + children: "\u026A" }, undefined, false, undefined, this))]: 618, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɫ" + children: "\u026B" }, undefined, false, undefined, this))]: 619, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɬ" + children: "\u026C" }, undefined, false, undefined, this))]: 620, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɭ" + children: "\u026D" }, undefined, false, undefined, this))]: 621, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɮ" + children: "\u026E" }, undefined, false, undefined, this))]: 622, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɯ" + children: "\u026F" }, undefined, false, undefined, this))]: 623, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɰ" + children: "\u0270" }, undefined, false, undefined, this))]: 624, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɱ" + children: "\u0271" }, undefined, false, undefined, this))]: 625, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɲ" + children: "\u0272" }, undefined, false, undefined, this))]: 626, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɳ" + children: "\u0273" }, undefined, false, undefined, this))]: 627, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɴ" + children: "\u0274" }, undefined, false, undefined, this))]: 628, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɵ" + children: "\u0275" }, undefined, false, undefined, this))]: 629, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɶ" + children: "\u0276" }, undefined, false, undefined, this))]: 630, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɷ" + children: "\u0277" }, undefined, false, undefined, this))]: 631, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɸ" + children: "\u0278" }, undefined, false, undefined, this))]: 632, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɹ" + children: "\u0279" }, undefined, false, undefined, this))]: 633, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɺ" + children: "\u027A" }, undefined, false, undefined, this))]: 634, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɻ" + children: "\u027B" }, undefined, false, undefined, this))]: 635, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɼ" + children: "\u027C" }, undefined, false, undefined, this))]: 636, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɽ" + children: "\u027D" }, undefined, false, undefined, this))]: 637, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɾ" + children: "\u027E" }, undefined, false, undefined, this))]: 638, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ɿ" + children: "\u027F" }, undefined, false, undefined, this))]: 639, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʀ" + children: "\u0280" }, undefined, false, undefined, this))]: 640, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʁ" + children: "\u0281" }, undefined, false, undefined, this))]: 641, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʂ" + children: "\u0282" }, undefined, false, undefined, this))]: 642, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʃ" + children: "\u0283" }, undefined, false, undefined, this))]: 643, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʄ" + children: "\u0284" }, undefined, false, undefined, this))]: 644, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʅ" + children: "\u0285" }, undefined, false, undefined, this))]: 645, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʆ" + children: "\u0286" }, undefined, false, undefined, this))]: 646, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʇ" + children: "\u0287" }, undefined, false, undefined, this))]: 647, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʈ" + children: "\u0288" }, undefined, false, undefined, this))]: 648, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʉ" + children: "\u0289" }, undefined, false, undefined, this))]: 649, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʊ" + children: "\u028A" }, undefined, false, undefined, this))]: 650, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʋ" + children: "\u028B" }, undefined, false, undefined, this))]: 651, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʌ" + children: "\u028C" }, undefined, false, undefined, this))]: 652, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʍ" + children: "\u028D" }, undefined, false, undefined, this))]: 653, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʎ" + children: "\u028E" }, undefined, false, undefined, this))]: 654, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʏ" + children: "\u028F" }, undefined, false, undefined, this))]: 655, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʐ" + children: "\u0290" }, undefined, false, undefined, this))]: 656, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʑ" + children: "\u0291" }, undefined, false, undefined, this))]: 657, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʒ" + children: "\u0292" }, undefined, false, undefined, this))]: 658, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʓ" + children: "\u0293" }, undefined, false, undefined, this))]: 659, [ReactDOM.renderToString(jsx(JSXFrag, { - children: "ʔ" + children: "\u0294" }, undefined, false, undefined, this))]: 660 }; @@ -2764,3 +2764,5 @@ export function test() { } return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/jsx-entities.jsx.map diff --git a/integration/snapshots/jsx-spacing.hmr.jsx b/integration/snapshots/jsx-spacing.hmr.jsx index 01cfab95a..2efda2b4d 100644 --- a/integration/snapshots/jsx-spacing.hmr.jsx +++ b/integration/snapshots/jsx-spacing.hmr.jsx @@ -1,22 +1,22 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $2f488e5b from "http://localhost:3000/node_modules/react/jsx-dev-runtime.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $2f488e5b from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($2f488e5b); var jsx = require(JSX).jsxDEV; -import * as $1f6f0e67 from "http://localhost:3000/node_modules/react-dom/server.browser.js"; +import * as $1f6f0e67 from "http://localhost:8080/node_modules/react-dom/server.browser.js"; var ReactDOM = require($1f6f0e67); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(3614189736, "jsx-spacing.jsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -70,4 +70,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/jsx-spacing.jsx.map +//# sourceMappingURL=http://localhost:8080/jsx-spacing.jsx.map diff --git a/integration/snapshots/jsx-spacing.jsx b/integration/snapshots/jsx-spacing.jsx index 50ad5cf88..bfbcab92f 100644 --- a/integration/snapshots/jsx-spacing.jsx +++ b/integration/snapshots/jsx-spacing.jsx @@ -45,3 +45,5 @@ line7 trailing newline that \${terminates} the string literal }, null, 2)}`); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/jsx-spacing.jsx.map diff --git a/integration/snapshots/latin1-chars-in-regexp.hmr.js b/integration/snapshots/latin1-chars-in-regexp.hmr.js index 5e33146c2..351e74c99 100644 --- a/integration/snapshots/latin1-chars-in-regexp.hmr.js +++ b/integration/snapshots/latin1-chars-in-regexp.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(1430071586, "latin1-chars-in-regexp.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -97,4 +97,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/latin1-chars-in-regexp.js.map +//# sourceMappingURL=http://localhost:8080/latin1-chars-in-regexp.js.map diff --git a/integration/snapshots/latin1-chars-in-regexp.js b/integration/snapshots/latin1-chars-in-regexp.js index f50253ead..108874c39 100644 --- a/integration/snapshots/latin1-chars-in-regexp.js +++ b/integration/snapshots/latin1-chars-in-regexp.js @@ -65,3 +65,5 @@ ${JSON.stringify({ expected, real }, null, 2)}`); ${JSON.stringify({ expected, real }, null, 2)}`); testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/latin1-chars-in-regexp.js.map diff --git a/integration/snapshots/lodash-regexp.hmr.js b/integration/snapshots/lodash-regexp.hmr.js index 1ae6fb4fc..38db0f975 100644 --- a/integration/snapshots/lodash-regexp.hmr.js +++ b/integration/snapshots/lodash-regexp.hmr.js @@ -1,18 +1,18 @@ import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -import * as $60f52dc2 from "http://localhost:3000/node_modules/lodash/lodash.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $60f52dc2 from "http://localhost:8080/node_modules/lodash/lodash.js"; var { shuffle} = require($60f52dc2); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(2158065009, "lodash-regexp.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -43,4 +43,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/lodash-regexp.js.map +//# sourceMappingURL=http://localhost:8080/lodash-regexp.js.map diff --git a/integration/snapshots/lodash-regexp.js b/integration/snapshots/lodash-regexp.js index 4214dd6ef..b1566fb6d 100644 --- a/integration/snapshots/lodash-regexp.js +++ b/integration/snapshots/lodash-regexp.js @@ -19,3 +19,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/lodash-regexp.js.map diff --git a/integration/snapshots/multiple-imports.hmr.js b/integration/snapshots/multiple-imports.hmr.js index 171909707..45a9a20eb 100644 --- a/integration/snapshots/multiple-imports.hmr.js +++ b/integration/snapshots/multiple-imports.hmr.js @@ -1,24 +1,24 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $2f488e5b from "http://localhost:3000/node_modules/react/jsx-dev-runtime.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $2f488e5b from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($2f488e5b); -import * as $bbcd215f from "http://localhost:3000/node_modules/react/index.js"; +import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; var JSXClassic = require($bbcd215f); var jsx = require(JSX).jsxDEV, JSXFrag = require(JSXClassic).Fragment; var { default: React} = require($bbcd215f); var { default: React2} = require($bbcd215f); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(2165509932, "multiple-imports.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -46,4 +46,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/multiple-imports.js.map +//# sourceMappingURL=http://localhost:8080/multiple-imports.js.map diff --git a/integration/snapshots/multiple-imports.js b/integration/snapshots/multiple-imports.js index cbbd22839..af9396b46 100644 --- a/integration/snapshots/multiple-imports.js +++ b/integration/snapshots/multiple-imports.js @@ -21,3 +21,5 @@ export function test() { console.assert(React.isValidElement(bacon2)); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/multiple-imports.js.map diff --git a/integration/snapshots/multiple-var.hmr.js b/integration/snapshots/multiple-var.hmr.js index d503afca6..cc2c5043b 100644 --- a/integration/snapshots/multiple-var.hmr.js +++ b/integration/snapshots/multiple-var.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(2883558553, "multiple-var.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -33,4 +33,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/multiple-var.js.map +//# sourceMappingURL=http://localhost:8080/multiple-var.js.map diff --git a/integration/snapshots/multiple-var.js b/integration/snapshots/multiple-var.js index cb115b5fc..56d31d53e 100644 --- a/integration/snapshots/multiple-var.js +++ b/integration/snapshots/multiple-var.js @@ -7,3 +7,5 @@ export function test() { console.assert(foo === false, "foo should be false"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/multiple-var.js.map diff --git a/integration/snapshots/number-literal-bug.hmr.js b/integration/snapshots/number-literal-bug.hmr.js index d2bc558ac..88d143f57 100644 --- a/integration/snapshots/number-literal-bug.hmr.js +++ b/integration/snapshots/number-literal-bug.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(583570002, "number-literal-bug.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -33,4 +33,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/number-literal-bug.js.map +//# sourceMappingURL=http://localhost:8080/number-literal-bug.js.map diff --git a/integration/snapshots/number-literal-bug.js b/integration/snapshots/number-literal-bug.js index c62e2d9ff..fb763061d 100644 --- a/integration/snapshots/number-literal-bug.js +++ b/integration/snapshots/number-literal-bug.js @@ -7,3 +7,5 @@ export function test() { } testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/number-literal-bug.js.map diff --git a/integration/snapshots/optional-chain-with-function.hmr.js b/integration/snapshots/optional-chain-with-function.hmr.js index cba722f2b..6bf447837 100644 --- a/integration/snapshots/optional-chain-with-function.hmr.js +++ b/integration/snapshots/optional-chain-with-function.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(3608848620, "optional-chain-with-function.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -37,4 +37,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/optional-chain-with-function.js.map +//# sourceMappingURL=http://localhost:8080/optional-chain-with-function.js.map diff --git a/integration/snapshots/optional-chain-with-function.js b/integration/snapshots/optional-chain-with-function.js index 6f963caa2..4b53bb5ed 100644 --- a/integration/snapshots/optional-chain-with-function.js +++ b/integration/snapshots/optional-chain-with-function.js @@ -11,3 +11,5 @@ export function test() { } return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/optional-chain-with-function.js.map diff --git a/integration/snapshots/package-json-exports/index.hmr.js b/integration/snapshots/package-json-exports/index.hmr.js index 3865c7b37..f3104ea73 100644 --- a/integration/snapshots/package-json-exports/index.hmr.js +++ b/integration/snapshots/package-json-exports/index.hmr.js @@ -1,24 +1,24 @@ import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -import * as $4068f25b from "http://localhost:3000/package-json-exports/node_modules/inexact/browser/index.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $4068f25b from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/index.js"; var InexactRoot = require($4068f25b); -import * as $d2a171d2 from "http://localhost:3000/package-json-exports/node_modules/inexact/browser/dir/file.js"; +import * as $d2a171d2 from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/dir/file.js"; var InexactFile = require($d2a171d2); -import * as $522c6d1f from "http://localhost:3000/package-json-exports/node_modules/inexact/browser/foo.js"; +import * as $522c6d1f from "http://localhost:8080/package-json-exports/node_modules/inexact/browser/foo.js"; var ExactFile = require($522c6d1f); -import * as $fce83cd7 from "http://localhost:3000/package-json-exports/node_modules/js-only-exports/browser/js-file.js"; +import * as $fce83cd7 from "http://localhost:8080/package-json-exports/node_modules/js-only-exports/browser/js-file.js"; var JSFileExtensionOnly = require($fce83cd7); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(1953708113, "package-json-exports/index.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -42,4 +42,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/package-json-exports/index.js.map +//# sourceMappingURL=http://localhost:8080/package-json-exports/index.js.map diff --git a/integration/snapshots/package-json-exports/index.js b/integration/snapshots/package-json-exports/index.js index c404afc32..3d41a7985 100644 --- a/integration/snapshots/package-json-exports/index.js +++ b/integration/snapshots/package-json-exports/index.js @@ -18,3 +18,5 @@ export async function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/package-json-exports/index.js.map diff --git a/integration/snapshots/package-json-utf8.hmr.js b/integration/snapshots/package-json-utf8.hmr.js index 97a3bdf3c..04e4efac1 100644 --- a/integration/snapshots/package-json-utf8.hmr.js +++ b/integration/snapshots/package-json-utf8.hmr.js @@ -1,14 +1,14 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -import pkg from "http://localhost:3000/utf8-package-json.json"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +import pkg from "http://localhost:8080/utf8-package-json.json"; +Bun.activate(false); var hmr = new FastHMR(4111115104, "package-json-utf8.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -29,4 +29,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/package-json-utf8.js.map +//# sourceMappingURL=http://localhost:8080/package-json-utf8.js.map diff --git a/integration/snapshots/package-json-utf8.js b/integration/snapshots/package-json-utf8.js index 56110c9a3..8845090f0 100644 --- a/integration/snapshots/package-json-utf8.js +++ b/integration/snapshots/package-json-utf8.js @@ -5,3 +5,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/package-json-utf8.js.map diff --git a/integration/snapshots/react-context-value-func.hmr.tsx b/integration/snapshots/react-context-value-func.hmr.tsx index 78cae7670..3105b55cc 100644 --- a/integration/snapshots/react-context-value-func.hmr.tsx +++ b/integration/snapshots/react-context-value-func.hmr.tsx @@ -1,22 +1,22 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $2f488e5b from "http://localhost:3000/node_modules/react/jsx-dev-runtime.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $2f488e5b from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($2f488e5b); var jsx = require(JSX).jsxDEV; -import * as $bbcd215f from "http://localhost:3000/node_modules/react/index.js"; +import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; var { default: React} = require($bbcd215f); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(3514348331, "react-context-value-func.tsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -59,4 +59,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/react-context-value-func.tsx.map +//# sourceMappingURL=http://localhost:8080/react-context-value-func.tsx.map diff --git a/integration/snapshots/react-context-value-func.tsx b/integration/snapshots/react-context-value-func.tsx index 1ddd49543..71b5e5f60 100644 --- a/integration/snapshots/react-context-value-func.tsx +++ b/integration/snapshots/react-context-value-func.tsx @@ -34,3 +34,5 @@ export function test() { const foo = jsx(TestComponent, {}, undefined, false, undefined, this); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/react-context-value-func.tsx.map diff --git a/integration/snapshots/spread_with_key.hmr.tsx b/integration/snapshots/spread_with_key.hmr.tsx index 8f73e2472..4c9bbe1c9 100644 --- a/integration/snapshots/spread_with_key.hmr.tsx +++ b/integration/snapshots/spread_with_key.hmr.tsx @@ -1,23 +1,23 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $2f488e5b from "http://localhost:3000/node_modules/react/jsx-dev-runtime.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $2f488e5b from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($2f488e5b); -import * as $bbcd215f from "http://localhost:3000/node_modules/react/index.js"; +import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; var JSXClassic = require($bbcd215f); var jsx = require(JSX).jsxDEV, jsxEl = require(JSXClassic).createElement; var { default: React} = require($bbcd215f); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(2717584935, "spread_with_key.tsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -52,4 +52,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/spread_with_key.tsx.map +//# sourceMappingURL=http://localhost:8080/spread_with_key.tsx.map diff --git a/integration/snapshots/spread_with_key.tsx b/integration/snapshots/spread_with_key.tsx index 92d72def4..e096a76c8 100644 --- a/integration/snapshots/spread_with_key.tsx +++ b/integration/snapshots/spread_with_key.tsx @@ -25,3 +25,5 @@ export function test() { }, undefined, false, undefined, this))); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/spread_with_key.tsx.map diff --git a/integration/snapshots/string-escapes.hmr.js b/integration/snapshots/string-escapes.hmr.js index c59e707dd..ab59739f3 100644 --- a/integration/snapshots/string-escapes.hmr.js +++ b/integration/snapshots/string-escapes.hmr.js @@ -1,22 +1,22 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $2f488e5b from "http://localhost:3000/node_modules/react/jsx-dev-runtime.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $2f488e5b from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($2f488e5b); -import * as $bbcd215f from "http://localhost:3000/node_modules/react/index.js"; +import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; var JSXClassic = require($bbcd215f); var jsx = require(JSX).jsxDEV, JSXFrag = require(JSXClassic).Fragment; -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(2482749838, "string-escapes.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { var tab = "\t"; @@ -488,4 +488,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/string-escapes.js.map +//# sourceMappingURL=http://localhost:8080/string-escapes.js.map diff --git a/integration/snapshots/string-escapes.js b/integration/snapshots/string-escapes.js index 3fe3b5f4d..f79d78ae2 100644 --- a/integration/snapshots/string-escapes.js +++ b/integration/snapshots/string-escapes.js @@ -9,7 +9,7 @@ var jsx = require(JSX).jsxDEV, JSXFrag = require(JSXClassic).Fragment; var tab = "\t"; var f = ""; -var f = "₇"; +var f = "\u2087"; var obj = { "\r\n": "\r\n", "\n": "\n", @@ -19,16 +19,16 @@ var obj = { "\u2028": "\u2028", "\u2029": "\u2029", "\0": "\0\xA0null byte", - "😊": "😊", - "😃": "😃", - "🕵🏽♂️": "🕵🏽♂️", - "㋡": "㋡", - "☺": "☺", - シ: "シ", - "👋": "👋", + "\uD83D\uDE0A": "\uD83D\uDE0A", + "\uD83D\uDE03": "\uD83D\uDE03", + "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F": "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F", + "\u32E1": "\u32E1", + "\u263A": "\u263A", + シ: "\u30B7", + "\uD83D\uDC4B": "\uD83D\uDC4B", f, - "☹": "☹", - "☻": "☻", + "\u2639": "\u2639", + "\u263B": "\u263B", children: 123 }; const encoder = new TextEncoder; @@ -320,7 +320,7 @@ const correctEncodedObj = [ ]; export const jsxVariants = jsx(JSXFrag, { children: [ - '"\\r\\n": "\\r\\n", "\\n": "\\n", "\\t": "\\t", "\\f": "\\f", "\\v": "\\v", "\\u2028": "\\u2028", "\\u2029": "\\u2029", "😊": "😊", "😃": "😃", "🕵🏽♂️": "🕵🏽♂️", "㋡": "㋡", "☺": "☺", シ: "シ", "👋": "👋", f: f, "☹": "☹", "☻": "☻", children: 123,', + '"\\r\\n": "\\r\\n", "\\n": "\\n", "\\t": "\\t", "\\f": "\\f", "\\v": "\\v", "\\u2028": "\\u2028", "\\u2029": "\\u2029", "\uD83D\uDE0A": "\uD83D\uDE0A", "\uD83D\uDE03": "\uD83D\uDE03", "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F": "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F", "\u32E1": "\u32E1", "\u263A": "\u263A", \u30B7: "\u30B7", "\uD83D\uDC4B": "\uD83D\uDC4B", f: f, "\u2639": "\u2639", "\u263B": "\u263B", children: 123,', jsx("div", { data: "\r\n" }, undefined, false, undefined, this), @@ -343,31 +343,31 @@ export const jsxVariants = jsx(JSXFrag, { data: "\\u2029" }, undefined, false, undefined, this), jsx("div", { - data: "😊" + data: "\uD83D\uDE0A" }, undefined, false, undefined, this), jsx("div", { - data: "😃" + data: "\uD83D\uDE03" }, undefined, false, undefined, this), jsx("div", { - data: "🕵🏽♂️" + data: "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F" }, undefined, false, undefined, this), jsx("div", { - data: "㋡" + data: "\u32E1" }, undefined, false, undefined, this), jsx("div", { - data: "☺" + data: "\u263A" }, undefined, false, undefined, this), jsx("div", { - data: "シ" + data: "\u30B7" }, undefined, false, undefined, this), jsx("div", { - data: "👋" + data: "\uD83D\uDC4B" }, undefined, false, undefined, this), jsx("div", { - data: "☹" + data: "\u2639" }, undefined, false, undefined, this), jsx("div", { - data: "☻" + data: "\u263B" }, undefined, false, undefined, this), jsx("div", { data: "123" @@ -400,41 +400,41 @@ export const jsxVariants = jsx(JSXFrag, { jsx("div", { children: "\u2029" }, undefined, false, undefined, this), - jsx("div", {}, "😊", false, undefined, this), + jsx("div", {}, "\uD83D\uDE0A", false, undefined, this), jsx("div", { - children: "😊" + children: "\uD83D\uDE0A" }, undefined, false, undefined, this), - jsx("div", {}, "😃", false, undefined, this), + jsx("div", {}, "\uD83D\uDE03", false, undefined, this), jsx("div", { - children: "😃" + children: "\uD83D\uDE03" }, undefined, false, undefined, this), - jsx("div", {}, "🕵🏽♂️", false, undefined, this), + jsx("div", {}, "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F", false, undefined, this), jsx("div", { - children: "🕵🏽♂️" + children: "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F" }, undefined, false, undefined, this), - jsx("div", {}, "㋡", false, undefined, this), + jsx("div", {}, "\u32E1", false, undefined, this), jsx("div", { - children: "㋡" + children: "\u32E1" }, undefined, false, undefined, this), - jsx("div", {}, "☺", false, undefined, this), + jsx("div", {}, "\u263A", false, undefined, this), jsx("div", { - children: "☺" + children: "\u263A" }, undefined, false, undefined, this), - jsx("div", {}, "シ", false, undefined, this), + jsx("div", {}, "\u30B7", false, undefined, this), jsx("div", { - children: "シ" + children: "\u30B7" }, undefined, false, undefined, this), - jsx("div", {}, "👋", false, undefined, this), + jsx("div", {}, "\uD83D\uDC4B", false, undefined, this), jsx("div", { - children: "👋" + children: "\uD83D\uDC4B" }, undefined, false, undefined, this), - jsx("div", {}, "☹", false, undefined, this), + jsx("div", {}, "\u2639", false, undefined, this), jsx("div", { - children: "☹" + children: "\u2639" }, undefined, false, undefined, this), - jsx("div", {}, "☻", false, undefined, this), + jsx("div", {}, "\u263B", false, undefined, this), jsx("div", { - children: "☻" + children: "\u263B" }, undefined, false, undefined, this), jsx("div", {}, "123", false, undefined, this), jsx("div", { @@ -459,3 +459,5 @@ export function test() { console.assert(correctEncodedObj.every((v, i) => v === encodedObj[i])); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/string-escapes.js.map diff --git a/integration/snapshots/styledcomponents-output.hmr.js b/integration/snapshots/styledcomponents-output.hmr.js index 7f54e3fb6..0dadf6209 100644 --- a/integration/snapshots/styledcomponents-output.hmr.js +++ b/integration/snapshots/styledcomponents-output.hmr.js @@ -1,26 +1,26 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $2f488e5b from "http://localhost:3000/node_modules/react/jsx-dev-runtime.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $2f488e5b from "http://localhost:8080/node_modules/react/jsx-dev-runtime.js"; var JSX = require($2f488e5b); var jsx = require(JSX).jsxDEV; -import * as $d4051a2e from "http://localhost:3000/node_modules/styled-components/dist/styled-components.browser.esm.js"; +import * as $d4051a2e from "http://localhost:8080/node_modules/styled-components/dist/styled-components.browser.esm.js"; var { default: styled} = require($d4051a2e); -import * as $bbcd215f from "http://localhost:3000/node_modules/react/index.js"; +import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; var { default: React} = require($bbcd215f); -import * as $5b3cea55 from "http://localhost:3000/node_modules/react-dom/index.js"; +import * as $5b3cea55 from "http://localhost:8080/node_modules/react-dom/index.js"; var { default: ReactDOM} = require($5b3cea55); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(1290604342, "styledcomponents-output.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -84,4 +84,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/styledcomponents-output.js.map +//# sourceMappingURL=http://localhost:8080/styledcomponents-output.js.map diff --git a/integration/snapshots/styledcomponents-output.js b/integration/snapshots/styledcomponents-output.js index 0df85b5c0..f3a59d365 100644 --- a/integration/snapshots/styledcomponents-output.js +++ b/integration/snapshots/styledcomponents-output.js @@ -59,3 +59,5 @@ export function test() { } return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/styledcomponents-output.js.map diff --git a/integration/snapshots/template-literal.hmr.js b/integration/snapshots/template-literal.hmr.js index 6b96e9e26..2c470fce2 100644 --- a/integration/snapshots/template-literal.hmr.js +++ b/integration/snapshots/template-literal.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(2201713056, "template-literal.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -61,4 +61,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/template-literal.js.map +//# sourceMappingURL=http://localhost:8080/template-literal.js.map diff --git a/integration/snapshots/template-literal.js b/integration/snapshots/template-literal.js index e5c4c09a7..2c0d55e8e 100644 --- a/integration/snapshots/template-literal.js +++ b/integration/snapshots/template-literal.js @@ -6,7 +6,7 @@ const fooNoBracesUTF8 = css` `; const fooNoBracesUT16 = css` before - 🙃 + \uD83D\uDE43 after `; const fooUTF8 = css` @@ -17,13 +17,13 @@ const fooUTF8 = css` `; const fooUTF16 = css` before - 🙃 ${true} + \uD83D\uDE43 ${true} after `; const templateLiteralWhichDefinesAFunction = ((...args) => args[args.length - 1]().toString())` before - 🙃 ${() => true} + \uD83D\uDE43 ${() => true} after `; @@ -35,3 +35,5 @@ export function test() { console.assert(templateLiteralWhichDefinesAFunction.includes("true"), "Expected fooFunction to include 'true'"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/template-literal.js.map diff --git a/integration/snapshots/ts-fallback-rewrite-works.hmr.js b/integration/snapshots/ts-fallback-rewrite-works.hmr.js index 2d891a380..f261596ff 100644 --- a/integration/snapshots/ts-fallback-rewrite-works.hmr.js +++ b/integration/snapshots/ts-fallback-rewrite-works.hmr.js @@ -1,10 +1,10 @@ import { __HMRModule as HMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new HMR(421762902, "ts-fallback-rewrite-works.ts"), exports = hmr.exports; (hmr._load = function() { @@ -24,4 +24,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/ts-fallback-rewrite-works.js.map +//# sourceMappingURL=http://localhost:8080/ts-fallback-rewrite-works.js.map diff --git a/integration/snapshots/ts-fallback-rewrite-works.js b/integration/snapshots/ts-fallback-rewrite-works.js index a4e489f28..4b0789922 100644 --- a/integration/snapshots/ts-fallback-rewrite-works.js +++ b/integration/snapshots/ts-fallback-rewrite-works.js @@ -1,3 +1,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/ts-fallback-rewrite-works.js.map diff --git a/integration/snapshots/tsx-fallback-rewrite-works.hmr.js b/integration/snapshots/tsx-fallback-rewrite-works.hmr.js index 73a321034..67272d71c 100644 --- a/integration/snapshots/tsx-fallback-rewrite-works.hmr.js +++ b/integration/snapshots/tsx-fallback-rewrite-works.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(2117426367, "tsx-fallback-rewrite-works.tsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -27,4 +27,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/tsx-fallback-rewrite-works.js.map +//# sourceMappingURL=http://localhost:8080/tsx-fallback-rewrite-works.js.map diff --git a/integration/snapshots/tsx-fallback-rewrite-works.js b/integration/snapshots/tsx-fallback-rewrite-works.js index a4e489f28..5de13ced2 100644 --- a/integration/snapshots/tsx-fallback-rewrite-works.js +++ b/integration/snapshots/tsx-fallback-rewrite-works.js @@ -1,3 +1,5 @@ export function test() { return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/tsx-fallback-rewrite-works.js.map diff --git a/integration/snapshots/type-only-imports.hmr.ts b/integration/snapshots/type-only-imports.hmr.ts index 7866519ae..4bd201c0d 100644 --- a/integration/snapshots/type-only-imports.hmr.ts +++ b/integration/snapshots/type-only-imports.hmr.ts @@ -1,10 +1,10 @@ import { __HMRModule as HMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new HMR(650094581, "type-only-imports.ts"), exports = hmr.exports; (hmr._load = function() { @@ -34,4 +34,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/type-only-imports.ts.map +//# sourceMappingURL=http://localhost:8080/type-only-imports.ts.map diff --git a/integration/snapshots/type-only-imports.ts b/integration/snapshots/type-only-imports.ts index b4503474d..0a1eb4249 100644 --- a/integration/snapshots/type-only-imports.ts +++ b/integration/snapshots/type-only-imports.ts @@ -5,3 +5,5 @@ export function test() { console.assert(baconator); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/type-only-imports.ts.map diff --git a/integration/snapshots/unicode-identifiers.hmr.js b/integration/snapshots/unicode-identifiers.hmr.js index 115d63ecf..00b964ffe 100644 --- a/integration/snapshots/unicode-identifiers.hmr.js +++ b/integration/snapshots/unicode-identifiers.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(1398361736, "unicode-identifiers.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -39,4 +39,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/unicode-identifiers.js.map +//# sourceMappingURL=http://localhost:8080/unicode-identifiers.js.map diff --git a/integration/snapshots/unicode-identifiers.js b/integration/snapshots/unicode-identifiers.js index 375d2b995..85b76376e 100644 --- a/integration/snapshots/unicode-identifiers.js +++ b/integration/snapshots/unicode-identifiers.js @@ -12,3 +12,5 @@ export function test() { console.assert(ε === 0.000001); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/unicode-identifiers.js.map diff --git a/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.js b/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.js index b971d3aa9..3b21f4a72 100644 --- a/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.js +++ b/integration/snapshots/void-shouldnt-delete-call-expressions.hmr.js @@ -1,13 +1,13 @@ import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); +} from "http://localhost:8080/bun:wrap"; +Bun.activate(false); var hmr = new FastHMR(635901064, "void-shouldnt-delete-call-expressions.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -34,4 +34,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/void-shouldnt-delete-call-expressions.js.map +//# sourceMappingURL=http://localhost:8080/void-shouldnt-delete-call-expressions.js.map diff --git a/integration/snapshots/void-shouldnt-delete-call-expressions.js b/integration/snapshots/void-shouldnt-delete-call-expressions.js index 3e088c5a7..5620ead56 100644 --- a/integration/snapshots/void-shouldnt-delete-call-expressions.js +++ b/integration/snapshots/void-shouldnt-delete-call-expressions.js @@ -8,3 +8,5 @@ export function test() { throw new Error("Expected thisShouldBeCalled to be called"); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/void-shouldnt-delete-call-expressions.js.map |