@lynx-js/web-core-server-canary 0.19.3 → 0.19.4-canary-20251230-bba05e2e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -9
- package/dist/27.js +11 -11
- package/dist/index.js +3 -3
- package/dist/legacy-wasm-chunk.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @lynx-js/web-core-server
|
|
2
2
|
|
|
3
|
+
## 0.19.4-canary-20251230100304-bba05e2ed06cca8009ad415fd9777e8334a0887a
|
|
4
|
+
|
|
3
5
|
## 0.19.3
|
|
4
6
|
|
|
5
7
|
## 0.19.2
|
|
@@ -139,25 +141,25 @@
|
|
|
139
141
|
lynxView.initI18nResources = [
|
|
140
142
|
{
|
|
141
143
|
options: {
|
|
142
|
-
locale:
|
|
143
|
-
channel:
|
|
144
|
-
fallback_url:
|
|
144
|
+
locale: "en",
|
|
145
|
+
channel: "1",
|
|
146
|
+
fallback_url: "",
|
|
145
147
|
},
|
|
146
148
|
resource: {
|
|
147
|
-
hello:
|
|
148
|
-
lynx:
|
|
149
|
+
hello: "hello",
|
|
150
|
+
lynx: "lynx web platform1",
|
|
149
151
|
},
|
|
150
152
|
},
|
|
151
153
|
];
|
|
152
|
-
lynxView.addEventListener(
|
|
154
|
+
lynxView.addEventListener("i18nResourceMissed", (e) => {
|
|
153
155
|
console.log(e);
|
|
154
156
|
});
|
|
155
157
|
|
|
156
158
|
// mts
|
|
157
159
|
_I18nResourceTranslation({
|
|
158
|
-
locale:
|
|
159
|
-
channel:
|
|
160
|
-
fallback_url:
|
|
160
|
+
locale: "en",
|
|
161
|
+
channel: "1",
|
|
162
|
+
fallback_url: "",
|
|
161
163
|
});
|
|
162
164
|
```
|
|
163
165
|
|
package/dist/27.js
CHANGED
|
@@ -3,7 +3,7 @@ export const __rspack_esm_ids = [
|
|
|
3
3
|
"27"
|
|
4
4
|
];
|
|
5
5
|
export const __webpack_modules__ = {
|
|
6
|
-
"../../../node_modules/.pnpm/hyphenate-style-name@1.1.0/node_modules/hyphenate-style-name/index.js" (
|
|
6
|
+
"../../../node_modules/.pnpm/hyphenate-style-name@1.1.0/node_modules/hyphenate-style-name/index.js" (__unused_rspack_module, __webpack_exports__, __webpack_require__) {
|
|
7
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
8
8
|
A: ()=>__rspack_default_export
|
|
9
9
|
});
|
|
@@ -20,7 +20,7 @@ export const __webpack_modules__ = {
|
|
|
20
20
|
}
|
|
21
21
|
const __rspack_default_export = hyphenateStyleName;
|
|
22
22
|
},
|
|
23
|
-
"../../../node_modules/.pnpm/wasm-feature-detect@1.8.0/node_modules/wasm-feature-detect/dist/esm/index.js" (
|
|
23
|
+
"../../../node_modules/.pnpm/wasm-feature-detect@1.8.0/node_modules/wasm-feature-detect/dist/esm/index.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
24
24
|
__webpack_require__.d(__webpack_exports__, {
|
|
25
25
|
rO: ()=>referenceTypes
|
|
26
26
|
});
|
|
@@ -81,7 +81,7 @@ export const __webpack_modules__ = {
|
|
|
81
81
|
}
|
|
82
82
|
});
|
|
83
83
|
},
|
|
84
|
-
"../web-mainthread-apis/binary/standard_bg.js" (
|
|
84
|
+
"../web-mainthread-apis/binary/standard_bg.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
85
85
|
__webpack_require__.d(__webpack_exports__, {
|
|
86
86
|
H4: ()=>__wbg___wbindgen_throw_b855445ff6a94295,
|
|
87
87
|
RS: ()=>__wbg_push_df81a39d04db858c,
|
|
@@ -681,7 +681,7 @@ export const __webpack_modules__ = {
|
|
|
681
681
|
}
|
|
682
682
|
});
|
|
683
683
|
},
|
|
684
|
-
"../web-mainthread-apis/dist/crossThreadHandlers/createQueryComponent.js" (
|
|
684
|
+
"../web-mainthread-apis/dist/crossThreadHandlers/createQueryComponent.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
685
685
|
__webpack_require__.d(__webpack_exports__, {
|
|
686
686
|
k: ()=>createQueryComponent
|
|
687
687
|
});
|
|
@@ -738,7 +738,7 @@ export const __webpack_modules__ = {
|
|
|
738
738
|
return __QueryComponentImpl;
|
|
739
739
|
}
|
|
740
740
|
},
|
|
741
|
-
"../web-mainthread-apis/dist/crossThreadHandlers/registerCallLepusMethodHandler.js" (
|
|
741
|
+
"../web-mainthread-apis/dist/crossThreadHandlers/registerCallLepusMethodHandler.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
742
742
|
__webpack_require__.d(__webpack_exports__, {
|
|
743
743
|
A: ()=>registerCallLepusMethodHandler
|
|
744
744
|
});
|
|
@@ -749,7 +749,7 @@ export const __webpack_modules__ = {
|
|
|
749
749
|
});
|
|
750
750
|
}
|
|
751
751
|
},
|
|
752
|
-
"../web-mainthread-apis/dist/crossThreadHandlers/registerGetCustomSectionHandler.js" (
|
|
752
|
+
"../web-mainthread-apis/dist/crossThreadHandlers/registerGetCustomSectionHandler.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
753
753
|
__webpack_require__.d(__webpack_exports__, {
|
|
754
754
|
m: ()=>registerGetCustomSectionHandler
|
|
755
755
|
});
|
|
@@ -1122,7 +1122,7 @@ export const __webpack_modules__ = {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
});
|
|
1124
1124
|
},
|
|
1125
|
-
"../web-mainthread-apis/dist/style/cssPropertyMap.js" (
|
|
1125
|
+
"../web-mainthread-apis/dist/style/cssPropertyMap.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1126
1126
|
__webpack_require__.d(__webpack_exports__, {
|
|
1127
1127
|
BH: ()=>queryCSSProperty
|
|
1128
1128
|
});
|
|
@@ -1385,7 +1385,7 @@ export const __webpack_modules__ = {
|
|
|
1385
1385
|
}
|
|
1386
1386
|
});
|
|
1387
1387
|
},
|
|
1388
|
-
"../web-mainthread-apis/dist/utils/createCrossThreadEvent.js" (
|
|
1388
|
+
"../web-mainthread-apis/dist/utils/createCrossThreadEvent.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1389
1389
|
__webpack_require__.d(__webpack_exports__, {
|
|
1390
1390
|
X: ()=>createCrossThreadEvent
|
|
1391
1391
|
});
|
|
@@ -1471,7 +1471,7 @@ export const __webpack_modules__ = {
|
|
|
1471
1471
|
};
|
|
1472
1472
|
}
|
|
1473
1473
|
},
|
|
1474
|
-
"../web-mainthread-apis/dist/utils/createExposureService.js" (
|
|
1474
|
+
"../web-mainthread-apis/dist/utils/createExposureService.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1475
1475
|
__webpack_require__.d(__webpack_exports__, {
|
|
1476
1476
|
b: ()=>createExposureService
|
|
1477
1477
|
});
|
|
@@ -1536,7 +1536,7 @@ export const __webpack_modules__ = {
|
|
|
1536
1536
|
};
|
|
1537
1537
|
}
|
|
1538
1538
|
},
|
|
1539
|
-
"../web-mainthread-apis/dist/utils/decodeCssOG.js" (
|
|
1539
|
+
"../web-mainthread-apis/dist/utils/decodeCssOG.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
1540
1540
|
__webpack_require__.d(__webpack_exports__, {
|
|
1541
1541
|
y: ()=>decodeCssOG
|
|
1542
1542
|
});
|
|
@@ -1828,7 +1828,7 @@ export const __webpack_modules__ = {
|
|
|
1828
1828
|
},
|
|
1829
1829
|
"../web-mainthread-apis/binary/standard_bg.wasm" (module, exports, __webpack_require__) {
|
|
1830
1830
|
var rspack_import_0 = __webpack_require__("../web-mainthread-apis/binary/standard_bg.js");
|
|
1831
|
-
module.exports = __webpack_require__.v(exports, module.id, "
|
|
1831
|
+
module.exports = __webpack_require__.v(exports, module.id, "97be315d8e68b134", {
|
|
1832
1832
|
"./standard_bg.js": {
|
|
1833
1833
|
__wbg_new_e17d9f43105b08be: rspack_import_0.f,
|
|
1834
1834
|
__wbg_push_df81a39d04db858c: rspack_import_0.RS,
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import node_path from "node:path";
|
|
|
4
4
|
import node_vm from "node:vm";
|
|
5
5
|
import node_fs from "node:fs";
|
|
6
6
|
var __webpack_modules__ = {
|
|
7
|
-
"../web-constants/dist/index.js" (
|
|
7
|
+
"../web-constants/dist/index.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
8
8
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
tf: ()=>LynxCrossThreadContext,
|
|
10
10
|
iH: ()=>callLepusMethodEndpoint,
|
|
@@ -242,7 +242,7 @@ var __webpack_modules__ = {
|
|
|
242
242
|
};
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
|
-
"../web-worker-rpc/dist/index.js" (
|
|
245
|
+
"../web-worker-rpc/dist/index.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
246
246
|
__webpack_require__.d(__webpack_exports__, {
|
|
247
247
|
C: ()=>Rpc,
|
|
248
248
|
H: ()=>createRpcEndpoint
|
|
@@ -584,7 +584,7 @@ __webpack_require__.m = __webpack_modules__;
|
|
|
584
584
|
})();
|
|
585
585
|
(()=>{
|
|
586
586
|
__webpack_require__.r = (exports)=>{
|
|
587
|
-
if (
|
|
587
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports, Symbol.toStringTag, {
|
|
588
588
|
value: 'Module'
|
|
589
589
|
});
|
|
590
590
|
Object.defineProperty(exports, '__esModule', {
|
|
@@ -29,7 +29,7 @@ export const __webpack_modules__ = {
|
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
31
|
},
|
|
32
|
-
"../web-mainthread-apis/binary/legacy_bg.js" (
|
|
32
|
+
"../web-mainthread-apis/binary/legacy_bg.js" (__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
33
33
|
__webpack_require__.d(__webpack_exports__, {
|
|
34
34
|
H4: ()=>__wbg___wbindgen_throw_b855445ff6a94295,
|
|
35
35
|
RS: ()=>__wbg_push_df81a39d04db858c,
|
|
@@ -210,7 +210,7 @@ export const __webpack_modules__ = {
|
|
|
210
210
|
},
|
|
211
211
|
"../web-mainthread-apis/binary/legacy_bg.wasm" (module, exports, __webpack_require__) {
|
|
212
212
|
var rspack_import_0 = __webpack_require__("../web-mainthread-apis/binary/legacy_bg.js");
|
|
213
|
-
module.exports = __webpack_require__.v(exports, module.id, "
|
|
213
|
+
module.exports = __webpack_require__.v(exports, module.id, "fbb8137e86a23335", {
|
|
214
214
|
"./legacy_bg.js": {
|
|
215
215
|
__wbg_new_e17d9f43105b08be: rspack_import_0.f,
|
|
216
216
|
__wbg_push_df81a39d04db858c: rspack_import_0.RS,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-core-server-canary",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.4-canary-20251230-bba05e2e",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"rsbuild-plugin-arethetypeswrong": "0.1.1",
|
|
27
27
|
"rsbuild-plugin-publint": "0.3.3",
|
|
28
28
|
"@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
|
|
29
|
-
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.
|
|
30
|
-
"@lynx-js/web-
|
|
31
|
-
"@lynx-js/web-
|
|
32
|
-
"@lynx-js/web-
|
|
29
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.4-canary-20251230-bba05e2e",
|
|
30
|
+
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.4-canary-20251230-bba05e2e",
|
|
31
|
+
"@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.10.1-canary-20251230-bba05e2e",
|
|
32
|
+
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.4-canary-20251230-bba05e2e"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|