You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Mixin:** export `MixinFactory` type for ease of use ([#6390](https://github.com/stenciljs/core/issues/6390)) ([a26114e](https://github.com/stenciljs/core/commit/a26114ee8a3d808ddb4731547842301628654312))
8
+
***runtime:** stop eager json parsing for unknown and any type bindings ([#6384](https://github.com/stenciljs/core/issues/6384)) ([ccae0d7](https://github.com/stenciljs/core/commit/ccae0d743cd4eb2766eb7e48cb6add854c9fd640))
* @returns a property assignment expression to be added to the Stencil component's class
76
78
*/
77
79
constparsePropDecorator=(
80
+
config: d.ValidatedConfig,
78
81
diagnostics: d.Diagnostic[],
79
82
typeChecker: ts.TypeChecker,
80
83
program: ts.Program,
@@ -106,7 +109,7 @@ const parsePropDecorator = (
106
109
warn.messageText=`The @Prop() name "${propName}" looks like an event. Please use the "@Event()" decorator to expose events instead, not properties or methods.`;
0 commit comments