@inlang/paraglide-js 2.13.2 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/compiler/compile-bundle.js +2 -2
- package/dist/compiler/compile-bundle.test.js +1 -1
- package/dist/compiler/compile.test.js +31 -0
- package/dist/compiler/compile.test.js.map +1 -1
- package/dist/compiler/compiler-options.d.ts +8 -6
- package/dist/compiler/compiler-options.d.ts.map +1 -1
- package/dist/compiler/runtime/assert-is-locale.d.ts +2 -2
- package/dist/compiler/runtime/assert-is-locale.d.ts.map +1 -1
- package/dist/compiler/runtime/assert-is-locale.js +1 -1
- package/dist/compiler/runtime/assert-is-locale.test.js +1 -2
- package/dist/compiler/runtime/assert-is-locale.test.js.map +1 -1
- package/dist/compiler/runtime/create-runtime.d.ts.map +1 -1
- package/dist/compiler/runtime/create-runtime.js +8 -122
- package/dist/compiler/runtime/create-runtime.js.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-cookie.d.ts +2 -2
- package/dist/compiler/runtime/extract-locale-from-cookie.js +1 -1
- package/dist/compiler/runtime/extract-locale-from-header.d.ts +13 -1
- package/dist/compiler/runtime/extract-locale-from-header.d.ts.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-header.js +1 -2
- package/dist/compiler/runtime/extract-locale-from-header.js.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-navigator.d.ts +11 -0
- package/dist/compiler/runtime/extract-locale-from-navigator.d.ts.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-navigator.js +1 -2
- package/dist/compiler/runtime/extract-locale-from-navigator.js.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-request-async.d.ts +1 -30
- package/dist/compiler/runtime/extract-locale-from-request-async.d.ts.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-request-async.js +2 -1
- package/dist/compiler/runtime/extract-locale-from-request-async.js.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-request.d.ts +1 -19
- package/dist/compiler/runtime/extract-locale-from-request.d.ts.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-request.js +2 -1
- package/dist/compiler/runtime/extract-locale-from-request.js.map +1 -1
- package/dist/compiler/runtime/extract-locale-from-url.js +2 -2
- package/dist/compiler/runtime/generate-static-localized-urls.d.ts.map +1 -1
- package/dist/compiler/runtime/generate-static-localized-urls.js +1 -0
- package/dist/compiler/runtime/generate-static-localized-urls.js.map +1 -1
- package/dist/compiler/runtime/get-locale.d.ts +2 -35
- package/dist/compiler/runtime/get-locale.d.ts.map +1 -1
- package/dist/compiler/runtime/get-locale.js +3 -3
- package/dist/compiler/runtime/get-url-origin.d.ts +1 -9
- package/dist/compiler/runtime/get-url-origin.d.ts.map +1 -1
- package/dist/compiler/runtime/get-url-origin.js +1 -1
- package/dist/compiler/runtime/is-locale.d.ts +3 -2
- package/dist/compiler/runtime/is-locale.d.ts.map +1 -1
- package/dist/compiler/runtime/is-locale.js +2 -1
- package/dist/compiler/runtime/is-locale.js.map +1 -1
- package/dist/compiler/runtime/localize-url.d.ts +7 -0
- package/dist/compiler/runtime/localize-url.d.ts.map +1 -1
- package/dist/compiler/runtime/localize-url.js +2 -1
- package/dist/compiler/runtime/localize-url.js.map +1 -1
- package/dist/compiler/runtime/set-locale.d.ts.map +1 -1
- package/dist/compiler/runtime/set-locale.js +1 -2
- package/dist/compiler/runtime/set-locale.js.map +1 -1
- package/dist/compiler/runtime/should-redirect.d.ts +2 -2
- package/dist/compiler/runtime/should-redirect.d.ts.map +1 -1
- package/dist/compiler/runtime/strategy.d.ts +6 -6
- package/dist/compiler/runtime/strategy.d.ts.map +1 -1
- package/dist/compiler/runtime/strategy.js +3 -3
- package/dist/compiler/runtime/type-definitions.d.ts +97 -0
- package/dist/compiler/runtime/type-definitions.d.ts.map +1 -0
- package/dist/compiler/runtime/type-definitions.js +150 -0
- package/dist/compiler/runtime/type-definitions.js.map +1 -0
- package/dist/compiler/runtime/variables.d.ts +2 -2
- package/dist/compiler/runtime/variables.d.ts.map +1 -1
- package/dist/compiler/runtime/variables.js +2 -2
- package/dist/compiler/runtime/variables.js.map +1 -1
- package/dist/compiler/server/create-server-file.d.ts.map +1 -1
- package/dist/compiler/server/create-server-file.js.map +1 -1
- package/dist/compiler/server/middleware.d.ts +6 -17
- package/dist/compiler/server/middleware.d.ts.map +1 -1
- package/dist/compiler/server/middleware.js +11 -20
- package/dist/compiler/server/middleware.js.map +1 -1
- package/dist/compiler/types.d.ts +1 -77
- package/dist/compiler/types.d.ts.map +1 -1
- package/dist/services/env-variables/create-index-file.js +0 -1
- package/dist/services/env-variables/create-index-file.js.map +1 -1
- package/dist/services/env-variables/index.d.ts +0 -1
- package/dist/services/env-variables/index.d.ts.map +1 -1
- package/dist/services/env-variables/index.js +1 -2
- package/dist/services/env-variables/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/services/telemetry/capture.d.ts +0 -15
- package/dist/services/telemetry/capture.d.ts.map +0 -1
- package/dist/services/telemetry/capture.js +0 -72
- package/dist/services/telemetry/capture.js.map +0 -1
- package/dist/services/telemetry/capture.test.d.ts +0 -2
- package/dist/services/telemetry/capture.test.d.ts.map +0 -1
- package/dist/services/telemetry/capture.test.js +0 -41
- package/dist/services/telemetry/capture.test.js.map +0 -1
- package/dist/services/telemetry/stack-detection.d.ts +0 -40
- package/dist/services/telemetry/stack-detection.d.ts.map +0 -1
- package/dist/services/telemetry/stack-detection.js +0 -78
- package/dist/services/telemetry/stack-detection.js.map +0 -1
- package/dist/services/telemetry/stack-detection.test.d.ts +0 -2
- package/dist/services/telemetry/stack-detection.test.d.ts.map +0 -1
- package/dist/services/telemetry/stack-detection.test.js +0 -37
- package/dist/services/telemetry/stack-detection.test.js.map +0 -1
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { expect, test, vi } from "vitest";
|
|
2
|
-
import { capture } from "./capture.js";
|
|
3
|
-
test("it should not capture if telemetry is off", async () => {
|
|
4
|
-
// @ts-expect-error - global.fetch is not defined
|
|
5
|
-
global.fetch = vi.fn(() => Promise.resolve());
|
|
6
|
-
vi.mock("../env-variables/index.js", async () => {
|
|
7
|
-
return {
|
|
8
|
-
ENV_VARIABLES: {
|
|
9
|
-
PARJS_POSTHOG_TOKEN: "mock-defined",
|
|
10
|
-
},
|
|
11
|
-
};
|
|
12
|
-
});
|
|
13
|
-
await capture("PARAGLIDE-JS compile executed", {
|
|
14
|
-
projectId: "test",
|
|
15
|
-
settings: {
|
|
16
|
-
telemetry: "off",
|
|
17
|
-
},
|
|
18
|
-
properties: {},
|
|
19
|
-
});
|
|
20
|
-
expect(global.fetch).not.toHaveBeenCalled();
|
|
21
|
-
});
|
|
22
|
-
test("it should not capture if telemetry is NOT off", async () => {
|
|
23
|
-
// @ts-expect-error - global.fetch is not defined
|
|
24
|
-
global.fetch = vi.fn(() => Promise.resolve());
|
|
25
|
-
vi.mock("../env-variables/index.js", async () => {
|
|
26
|
-
return {
|
|
27
|
-
ENV_VARIABLES: {
|
|
28
|
-
PARJS_POSTHOG_TOKEN: "mock-defined",
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
});
|
|
32
|
-
await capture("PARAGLIDE-JS compile executed", {
|
|
33
|
-
projectId: "test",
|
|
34
|
-
settings: {
|
|
35
|
-
telemetry: undefined,
|
|
36
|
-
},
|
|
37
|
-
properties: {},
|
|
38
|
-
});
|
|
39
|
-
expect(global.fetch).toHaveBeenCalled();
|
|
40
|
-
});
|
|
41
|
-
//# sourceMappingURL=capture.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"capture.test.js","sourceRoot":"","sources":["../../../src/services/telemetry/capture.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,IAAI,CAAC,2CAA2C,EAAE,KAAK,IAAI,EAAE;IAC5D,iDAAiD;IACjD,MAAM,CAAC,KAAK,GAAG,EAAE,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAE9C,EAAE,CAAC,IAAI,CAAC,2BAA2B,EAAE,KAAK,IAAI,EAAE;QAC/C,OAAO;YACN,aAAa,EAAE;gBACd,mBAAmB,EAAE,cAAc;aACnC;SACD,CAAC;IACH,CAAC,CAAC,CAAC;IAEH,MAAM,OAAO,CAAC,+BAA+B,EAAE;QAC9C,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE;YACT,SAAS,EAAE,KAAK;SAChB;QACD,UAAU,EAAE,EAAE;KACd,CAAC,CAAC;IAEH,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,gBAAgB,EAAE,CAAC;AAC7C,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,+CAA+C,EAAE,KAAK,IAAI,EAAE;IAChE,iDAAiD;IACjD,MAAM,CAAC,KAAK,GAAG,EAAE,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAE9C,EAAE,CAAC,IAAI,CAAC,2BAA2B,EAAE,KAAK,IAAI,EAAE;QAC/C,OAAO;YACN,aAAa,EAAE;gBACd,mBAAmB,EAAE,cAAc;aACnC;SACD,CAAC;IACH,CAAC,CAAC,CAAC;IAEH,MAAM,OAAO,CAAC,+BAA+B,EAAE;QAC9C,SAAS,EAAE,MAAM;QACjB,QAAQ,EAAE;YACT,SAAS,EAAE,SAAS;SACpB;QACD,UAAU,EAAE,EAAE;KACd,CAAC,CAAC;IAEH,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,gBAAgB,EAAE,CAAC;AACzC,CAAC,CAAC,CAAC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A list of packages that we consider relevant for stack detection.
|
|
3
|
-
*
|
|
4
|
-
* We (Loris & Nils) decided against using _all_ packages because that would be too much unnecessary data
|
|
5
|
-
* that would slow down queries.
|
|
6
|
-
*/
|
|
7
|
-
declare const RelevantPackages: readonly ["next", "solid", "solid-start", "svelte", "@sveltejs/kit", "vue", "nuxt", "react", "react-native", "remix", "astro", "react", "react-router", "vite", "vike", "webpack", "rollup", "esbuild", "qwick", "parcel", "lit", "@angular/core"];
|
|
8
|
-
type RelevantPackage = (typeof RelevantPackages)[number];
|
|
9
|
-
export type StackInfo = {
|
|
10
|
-
/**
|
|
11
|
-
* A map of relevant packages to their versions.
|
|
12
|
-
*/
|
|
13
|
-
packages: {
|
|
14
|
-
[packageName in RelevantPackage]?: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* Returns information about the tech-stack used based on the package.json.
|
|
19
|
-
* It will return an object with a map of relevant packages and their versions
|
|
20
|
-
* as the `packages` property.
|
|
21
|
-
*
|
|
22
|
-
* If no interestring packages are found, the `packages` property will be an empty object.
|
|
23
|
-
* If an error occurs, the `packages` property will be an empty object.
|
|
24
|
-
*
|
|
25
|
-
* @example
|
|
26
|
-
*
|
|
27
|
-
* ```ts
|
|
28
|
-
* {
|
|
29
|
-
* "packages": {
|
|
30
|
-
* "next": "^14.0.0",
|
|
31
|
-
* "react": "^17.0.0"
|
|
32
|
-
* }
|
|
33
|
-
* }
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @param packageJson The JSON parsed package.json file.
|
|
37
|
-
*/
|
|
38
|
-
export declare function getStackInfo(packageJson: unknown): StackInfo;
|
|
39
|
-
export {};
|
|
40
|
-
//# sourceMappingURL=stack-detection.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stack-detection.d.ts","sourceRoot":"","sources":["../../../src/services/telemetry/stack-detection.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,QAAA,MAAM,gBAAgB,oPAuBZ,CAAC;AAEX,KAAK,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,MAAM,SAAS,GAAG;IACvB;;OAEG;IACH,QAAQ,EAAE;SACR,WAAW,IAAI,eAAe,CAAC,CAAC,EAAE,MAAM;KACzC,CAAC;CACF,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,YAAY,CAAC,WAAW,EAAE,OAAO,GAAG,SAAS,CA2B5D"}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A list of packages that we consider relevant for stack detection.
|
|
3
|
-
*
|
|
4
|
-
* We (Loris & Nils) decided against using _all_ packages because that would be too much unnecessary data
|
|
5
|
-
* that would slow down queries.
|
|
6
|
-
*/
|
|
7
|
-
const RelevantPackages = [
|
|
8
|
-
"next",
|
|
9
|
-
"solid",
|
|
10
|
-
"solid-start",
|
|
11
|
-
"svelte",
|
|
12
|
-
"@sveltejs/kit",
|
|
13
|
-
"vue",
|
|
14
|
-
"nuxt",
|
|
15
|
-
"react",
|
|
16
|
-
"react-native",
|
|
17
|
-
"remix",
|
|
18
|
-
"astro",
|
|
19
|
-
"react",
|
|
20
|
-
"react-router",
|
|
21
|
-
"vite",
|
|
22
|
-
"vike",
|
|
23
|
-
"webpack",
|
|
24
|
-
"rollup",
|
|
25
|
-
"esbuild",
|
|
26
|
-
"qwick",
|
|
27
|
-
"parcel",
|
|
28
|
-
"lit",
|
|
29
|
-
"@angular/core",
|
|
30
|
-
];
|
|
31
|
-
/**
|
|
32
|
-
* Returns information about the tech-stack used based on the package.json.
|
|
33
|
-
* It will return an object with a map of relevant packages and their versions
|
|
34
|
-
* as the `packages` property.
|
|
35
|
-
*
|
|
36
|
-
* If no interestring packages are found, the `packages` property will be an empty object.
|
|
37
|
-
* If an error occurs, the `packages` property will be an empty object.
|
|
38
|
-
*
|
|
39
|
-
* @example
|
|
40
|
-
*
|
|
41
|
-
* ```ts
|
|
42
|
-
* {
|
|
43
|
-
* "packages": {
|
|
44
|
-
* "next": "^14.0.0",
|
|
45
|
-
* "react": "^17.0.0"
|
|
46
|
-
* }
|
|
47
|
-
* }
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* @param packageJson The JSON parsed package.json file.
|
|
51
|
-
*/
|
|
52
|
-
export function getStackInfo(packageJson) {
|
|
53
|
-
const packages = {};
|
|
54
|
-
try {
|
|
55
|
-
const pkg = packageJson;
|
|
56
|
-
const dependencies = pkg?.dependencies ?? {};
|
|
57
|
-
const devDependencies = pkg?.devDependencies ?? {};
|
|
58
|
-
const peerDependencies = pkg?.peerDependencies ?? {};
|
|
59
|
-
const allDependencies = {
|
|
60
|
-
...dependencies,
|
|
61
|
-
...devDependencies,
|
|
62
|
-
...peerDependencies,
|
|
63
|
-
};
|
|
64
|
-
for (const dependencyName of RelevantPackages) {
|
|
65
|
-
if (dependencyName in allDependencies) {
|
|
66
|
-
const dependencyVersion = allDependencies[dependencyName];
|
|
67
|
-
if (typeof dependencyVersion !== "string")
|
|
68
|
-
continue;
|
|
69
|
-
packages[dependencyName] = dependencyVersion;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
return { packages };
|
|
73
|
-
}
|
|
74
|
-
catch {
|
|
75
|
-
return { packages };
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
//# sourceMappingURL=stack-detection.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stack-detection.js","sourceRoot":"","sources":["../../../src/services/telemetry/stack-detection.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,gBAAgB,GAAG;IACxB,MAAM;IACN,OAAO;IACP,aAAa;IACb,QAAQ;IACR,eAAe;IACf,KAAK;IACL,MAAM;IACN,OAAO;IACP,cAAc;IACd,OAAO;IACP,OAAO;IACP,OAAO;IACP,cAAc;IACd,MAAM;IACN,MAAM;IACN,SAAS;IACT,QAAQ;IACR,SAAS;IACT,OAAO;IACP,QAAQ;IACR,KAAK;IACL,eAAe;CACN,CAAC;AAaX;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,UAAU,YAAY,CAAC,WAAoB;IAChD,MAAM,QAAQ,GAAkD,EAAE,CAAC;IAEnE,IAAI,CAAC;QACJ,MAAM,GAAG,GAAG,WAAqC,CAAC;QAClD,MAAM,YAAY,GAAG,GAAG,EAAE,YAAY,IAAI,EAAE,CAAC;QAC7C,MAAM,eAAe,GAAG,GAAG,EAAE,eAAe,IAAI,EAAE,CAAC;QACnD,MAAM,gBAAgB,GAAG,GAAG,EAAE,gBAAgB,IAAI,EAAE,CAAC;QAErD,MAAM,eAAe,GAAG;YACvB,GAAG,YAAY;YACf,GAAG,eAAe;YAClB,GAAG,gBAAgB;SACnB,CAAC;QAEF,KAAK,MAAM,cAAc,IAAI,gBAAgB,EAAE,CAAC;YAC/C,IAAI,cAAc,IAAI,eAAe,EAAE,CAAC;gBACvC,MAAM,iBAAiB,GAAG,eAAe,CAAC,cAAc,CAAC,CAAC;gBAC1D,IAAI,OAAO,iBAAiB,KAAK,QAAQ;oBAAE,SAAS;gBACpD,QAAQ,CAAC,cAAc,CAAC,GAAG,iBAAiB,CAAC;YAC9C,CAAC;QACF,CAAC;QAED,OAAO,EAAE,QAAQ,EAAE,CAAC;IACrB,CAAC;IAAC,MAAM,CAAC;QACR,OAAO,EAAE,QAAQ,EAAE,CAAC;IACrB,CAAC;AACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stack-detection.test.d.ts","sourceRoot":"","sources":["../../../src/services/telemetry/stack-detection.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { getStackInfo } from "./stack-detection.js";
|
|
2
|
-
import { it as test, expect } from "vitest";
|
|
3
|
-
test("detects sveltekit", async () => {
|
|
4
|
-
const SvelteKitPackageJson = JSON.parse(`{
|
|
5
|
-
"name": "@inlang/paraglide-sveltekit-example",
|
|
6
|
-
"version": "0.0.1",
|
|
7
|
-
"private": true,
|
|
8
|
-
"scripts": {
|
|
9
|
-
"_dev": "vite dev",
|
|
10
|
-
"build": "vite build",
|
|
11
|
-
"test": "vite build",
|
|
12
|
-
"preview": "vite preview",
|
|
13
|
-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
14
|
-
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
|
15
|
-
},
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@inlang/paraglide-js": "workspace:*",
|
|
18
|
-
"@inlang/paraglide-sveltekit": "workspace:*",
|
|
19
|
-
"@sveltejs/adapter-auto": "^3.0.0",
|
|
20
|
-
"@sveltejs/adapter-static": "^2.0.3",
|
|
21
|
-
"@sveltejs/kit": "^2.4.3",
|
|
22
|
-
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
23
|
-
"mdsvex": "^0.11.0",
|
|
24
|
-
"svelte": "^4.2.7",
|
|
25
|
-
"svelte-check": "^3.6.0",
|
|
26
|
-
"vite": "^5.0.3"
|
|
27
|
-
},
|
|
28
|
-
"type": "module"
|
|
29
|
-
}`);
|
|
30
|
-
const stack = getStackInfo(SvelteKitPackageJson);
|
|
31
|
-
expect(Object.keys(stack.packages)).toEqual([
|
|
32
|
-
"svelte",
|
|
33
|
-
"@sveltejs/kit",
|
|
34
|
-
"vite",
|
|
35
|
-
]);
|
|
36
|
-
});
|
|
37
|
-
//# sourceMappingURL=stack-detection.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stack-detection.test.js","sourceRoot":"","sources":["../../../src/services/telemetry/stack-detection.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,EAAE,IAAI,IAAI,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAE5C,IAAI,CAAC,mBAAmB,EAAE,KAAK,IAAI,EAAE;IACpC,MAAM,oBAAoB,GAAG,IAAI,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;UAyB/B,CAAC,CAAC;IAEX,MAAM,KAAK,GAAG,YAAY,CAAC,oBAAoB,CAAC,CAAC;IACjD,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC;QAC3C,QAAQ;QACR,eAAe;QACf,MAAM;KACN,CAAC,CAAC;AACJ,CAAC,CAAC,CAAC"}
|