@lwc/engine-core
Advanced tools
Comparing version 1.8.2 to 1.8.3
{ | ||
"name": "@lwc/engine-core", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Core LWC engine APIs.", | ||
@@ -28,4 +28,4 @@ "homepage": "https://lwc.dev/", | ||
"devDependencies": { | ||
"@lwc/features": "1.8.2", | ||
"@lwc/shared": "1.8.2", | ||
"@lwc/features": "1.8.3", | ||
"@lwc/shared": "1.8.3", | ||
"observable-membrane": "1.0.1" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "9297928e00fe5042cc819ac838a1963ccf825c45" | ||
"gitHead": "8c0c31137732c389aba7df8f5ef24d8de1214d13" | ||
} |
@@ -13,3 +13,2 @@ /** | ||
import { HTMLElementConstructor } from './base-bridge-element'; | ||
import { HostElement } from './renderer'; | ||
export interface ComponentDef { | ||
@@ -36,4 +35,2 @@ name: string; | ||
export declare function getComponentInternalDef(Ctor: unknown): ComponentDef; | ||
/** Set prototype for public methods and properties on the element. No DOM Patching occurs here. */ | ||
export declare function setElementProto(elm: HostElement, def: ComponentDef): void; | ||
declare enum PropDefType { | ||
@@ -40,0 +37,0 @@ any = "any" |
@@ -9,3 +9,3 @@ export { createContextProvider } from './context-provider'; | ||
export { setFeatureFlag, setFeatureFlagForTest } from '@lwc/features'; | ||
export { getComponentInternalDef, setElementProto } from './def'; | ||
export { getComponentInternalDef } from './def'; | ||
export { getAttrNameFromPropName, isAttributeLocked } from './attributes'; | ||
@@ -12,0 +12,0 @@ export { createVM, connectRootElement, disconnectRootElement, getAssociatedVMIfPresent, } from './vm'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
432643
12038