@lwc/engine-server
Advanced tools
Comparing version 8.12.7-alpha.0 to 8.12.7
@@ -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.7-alpha.0", | ||
"version": "8.12.7", | ||
"description": "Renders LWC components in a server environment.", | ||
@@ -50,9 +50,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@lwc/engine-core": "8.12.7-alpha.0", | ||
"@lwc/rollup-plugin": "8.12.7-alpha.0", | ||
"@lwc/shared": "8.12.7-alpha.0", | ||
"@lwc/features": "8.12.7-alpha.0", | ||
"@lwc/engine-core": "8.12.7", | ||
"@lwc/rollup-plugin": "8.12.7", | ||
"@lwc/shared": "8.12.7", | ||
"@lwc/features": "8.12.7", | ||
"@rollup/plugin-virtual": "^3.0.2", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
682175
16171