@lwc/engine-server
Advanced tools
Comparing version 8.12.2 to 8.12.3
@@ -10,1 +10,2 @@ /** | ||
export declare function createElement(): never; | ||
//# sourceMappingURL=create-element.d.ts.map |
@@ -36,1 +36,2 @@ /** | ||
export declare const hot: undefined; | ||
//# sourceMappingURL=hot-swaps.d.ts.map |
import { LightningElement } from '@lwc/engine-core'; | ||
export { LightningElement }; | ||
//# sourceMappingURL=lightning-element.d.ts.map |
@@ -17,1 +17,2 @@ import type { LightningElement } from '@lwc/engine-core'; | ||
}): string; | ||
//# sourceMappingURL=render-component.d.ts.map |
@@ -5,1 +5,2 @@ import type { HostElement } from './types'; | ||
export declare function registerContextConsumer(elm: HostElement, adapterContextToken: string, subscriptionPayload: WireContextSubscriptionPayload): void; | ||
//# sourceMappingURL=context.d.ts.map |
@@ -10,1 +10,2 @@ import '@lwc/features'; | ||
export { hot, swapComponent, swapStyle, swapTemplate } from './apis/hot-swaps'; | ||
//# sourceMappingURL=index.d.ts.map |
export {}; | ||
//# sourceMappingURL=polyfills.d.ts.map |
@@ -80,1 +80,2 @@ import { startTrackingMutations, stopTrackingMutations } from './utils/mutation-tracking'; | ||
export {}; | ||
//# sourceMappingURL=renderer.d.ts.map |
@@ -8,1 +8,2 @@ import type { HostElement } from './types'; | ||
export declare function serializeElement(element: HostElement): string; | ||
//# sourceMappingURL=serializer.d.ts.map |
@@ -58,1 +58,2 @@ import type { WireContextSubscriptionCallback } from '@lwc/engine-core'; | ||
export type HostChildNode = HostNode | HostRaw; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -15,1 +15,2 @@ /** | ||
export declare function tokenListToClassName(values: Set<string>): string; | ||
//# sourceMappingURL=classes.d.ts.map |
@@ -5,1 +5,2 @@ import type { HostElement } from '../types'; | ||
export declare function stopTrackingMutations(element: HostElement): void; | ||
//# sourceMappingURL=mutation-tracking.d.ts.map |
@@ -22,1 +22,2 @@ /** | ||
export declare function validateStyleTextContents(contents: string): void; | ||
//# sourceMappingURL=validate-style-text-contents.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/engine-server", | ||
"version": "8.12.2", | ||
"version": "8.12.3", | ||
"description": "Renders LWC components in a server environment.", | ||
@@ -33,3 +33,4 @@ "keywords": [ | ||
"files": [ | ||
"dist" | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts" | ||
], | ||
@@ -50,6 +51,6 @@ "scripts": { | ||
"devDependencies": { | ||
"@lwc/engine-core": "8.12.2", | ||
"@lwc/rollup-plugin": "8.12.2", | ||
"@lwc/shared": "8.12.2", | ||
"@lwc/features": "8.12.2", | ||
"@lwc/engine-core": "8.12.3", | ||
"@lwc/rollup-plugin": "8.12.3", | ||
"@lwc/shared": "8.12.3", | ||
"@lwc/features": "8.12.3", | ||
"@rollup/plugin-virtual": "^3.0.2", | ||
@@ -56,0 +57,0 @@ "parse5": "^7.2.1" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
683271
18
16185
15