@lwc/engine-core 2.47.0 → 2.48.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/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3087,6 +3087,7 @@ function getComponentDef(Ctor) {
|
|
|
3087
3087
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
3088
3088
|
*/
|
|
3089
3089
|
function makeHostToken(token) {
|
|
3090
|
+
// Note: if this ever changes, update the `cssScopeTokens` returned by `@lwc/compiler`
|
|
3090
3091
|
return `${token}-host`;
|
|
3091
3092
|
}
|
|
3092
3093
|
function createInlineStyleVNode(content) {
|
|
@@ -6873,5 +6874,5 @@ function readonly(obj) {
|
|
|
6873
6874
|
}
|
|
6874
6875
|
|
|
6875
6876
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, reportingControl as __unstable__ReportingControl, api$1 as api, connectRootElement, createContextProviderWithRegister, createVM, disconnectRootElement, freezeTemplate, getAssociatedVMIfPresent, getComponentConstructor, getComponentDef, getComponentHtmlPrototype, hydrateRoot, isComponentConstructor, parseFragment, parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
6876
|
-
/** version: 2.
|
|
6877
|
+
/** version: 2.48.0 */
|
|
6877
6878
|
//# sourceMappingURL=index.js.map
|