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
* @returns a property assignment expression to be added to the Stencil component's class
60
61
*/
61
62
constparsePropDecorator=(
63
+
config: d.ValidatedConfig,
62
64
diagnostics: d.Diagnostic[],
63
65
typeChecker: ts.TypeChecker,
64
66
program: ts.Program,
@@ -88,7 +90,7 @@ const parsePropDecorator = (
88
90
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