@lwrjs/client-modules 0.13.0-alpha.13 → 0.13.0-alpha.15
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/build/es/{lwr → modules/lwr}/init/init.js +0 -6
- package/build/es/{lwr → modules/lwr}/profiler/profiler.d.ts +1 -1
- package/build/modules/lwr/init/init.js +0 -6
- package/package.json +4 -4
- /package/build/es/{lwr → modules/lwr}/declarativeShadow/declarativeShadow.d.ts +0 -0
- /package/build/es/{lwr → modules/lwr}/declarativeShadow/declarativeShadow.js +0 -0
- /package/build/es/{lwr → modules/lwr}/environment/environment.d.ts +0 -0
- /package/build/es/{lwr → modules/lwr}/environment/environment.js +0 -0
- /package/build/es/{lwr → modules/lwr}/init/init.d.ts +0 -0
- /package/build/es/{lwr → modules/lwr}/lockerSandbox/lockerSandbox.d.ts +0 -0
- /package/build/es/{lwr → modules/lwr}/lockerSandbox/lockerSandbox.js +0 -0
- /package/build/es/{lwr → modules/lwr}/metrics/metrics.d.ts +0 -0
- /package/build/es/{lwr → modules/lwr}/metrics/metrics.js +0 -0
- /package/build/es/{lwr → modules/lwr}/profiler/profiler.js +0 -0
- /package/build/es/{lwr → modules/lwr}/serverDataCallback/serverDataCallback.d.ts +0 -0
- /package/build/es/{lwr → modules/lwr}/serverDataCallback/serverDataCallback.js +0 -0
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
2
|
-
// @ts-ignore
|
|
3
1
|
import { BOOTSTRAP_END, INIT, INIT_MODULE } from 'lwr/metrics';
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
5
|
-
// @ts-ignore
|
|
6
2
|
import { logOperationStart, logOperationEnd } from 'lwr/profiler';
|
|
7
3
|
// TODO: This is a temporal workaround until https://github.com/salesforce/lwc/pull/2083 is sorted - tmp
|
|
8
4
|
import { createElement } from 'lwc';
|
|
@@ -77,8 +73,6 @@ export function init(rootModules, serverData = {}) {
|
|
|
77
73
|
const propsId = element.dataset.lwrPropsId;
|
|
78
74
|
// hydrate SSR'd components
|
|
79
75
|
if (propsId) {
|
|
80
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
81
|
-
// @ts-ignore
|
|
82
76
|
hydrateComponentProxy(element, ctor, serverData[propsId] || {});
|
|
83
77
|
logOperationEnd({
|
|
84
78
|
id: INIT_MODULE,
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
2
|
-
// @ts-ignore
|
|
3
1
|
import { BOOTSTRAP_END, INIT, INIT_MODULE } from 'lwr/metrics';
|
|
4
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
5
|
-
// @ts-ignore
|
|
6
2
|
import { logOperationStart, logOperationEnd } from 'lwr/profiler';
|
|
7
3
|
|
|
8
4
|
// TODO: This is a temporal workaround until https://github.com/salesforce/lwc/pull/2083 is sorted - tmp
|
|
@@ -100,8 +96,6 @@ export function init(rootModules, serverData = {}) {
|
|
|
100
96
|
|
|
101
97
|
// hydrate SSR'd components
|
|
102
98
|
if (propsId) {
|
|
103
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
104
|
-
// @ts-ignore
|
|
105
99
|
hydrateComponentProxy(element, ctor, serverData[propsId] || {});
|
|
106
100
|
logOperationEnd({
|
|
107
101
|
id: INIT_MODULE,
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.13.0-alpha.
|
|
7
|
+
"version": "0.13.0-alpha.15",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@locker/sandbox": "0.22.2",
|
|
37
|
-
"@lwrjs/shared-utils": "0.13.0-alpha.
|
|
37
|
+
"@lwrjs/shared-utils": "0.13.0-alpha.15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@lwrjs/types": "0.13.0-alpha.
|
|
40
|
+
"@lwrjs/types": "0.13.0-alpha.15",
|
|
41
41
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
42
42
|
"@rollup/plugin-sucrase": "^5.0.2",
|
|
43
43
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"volta": {
|
|
71
71
|
"extends": "../../../package.json"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "d5eab85249493caf8766c4bc400b11d9c0a9909e"
|
|
74
74
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|