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
exports[`typescript - negative scenarios - configPaths flow should fail compiling test/it/code-samples/negative/backend-unknown-module folder 1`] =`"unknown.js (2,15): Cannot find module 'custom-modulezzz' or its corresponding type declarations.,unknown.js (3,11): Cannot find name 'wixUnknownModule'."`;
6
6
7
-
exports[`typescript - negative scenarios - configPaths flow should fail compiling test/it/code-samples/negative/pages-$w-selector folder 1`] =`"index.js (7,18): Property 'zProperty' does not exist on type 'Button'.,index.js (10,6): Argument of type '\\"#appwidget1, AnotherSelector\\"' is not assignable to parameter of type '\\"Document\\" | \\"AccountNavBar\\" | \\"Anchor\\" | \\"Box\\" | \\"Button\\" | \\"Checkbox\\" | \\"CheckboxGroup\\" | \\"Column\\" | \\"ColumnStrip\\" | \\"Container\\" | \\"DatePicker\\" | \\"Dropdown\\" | \\"Footer\\" | \\"Gallery\\" | ... 43 more ... | \\"#wixChat1\\"'.,index.js (13,6): Argument of type 'string' is not assignable to parameter of type '\\"Document\\" | \\"AccountNavBar\\" | \\"Anchor\\" | \\"Box\\" | \\"Button\\" | \\"Checkbox\\" | \\"CheckboxGroup\\" | \\"Column\\" | \\"ColumnStrip\\" | \\"Container\\" | \\"DatePicker\\" | \\"Dropdown\\" | \\"Footer\\" | \\"Gallery\\" | ... 43 more ... | \\"#wixChat1\\"'."`;
7
+
exports[`typescript - negative scenarios - configPaths flow should fail compiling test/it/code-samples/negative/pages-$w-selector folder 1`] =`"index.js (7,18): Property 'zProperty' does not exist on type 'Button'.,index.js (10,6): Argument of type '\\"#appwidget1, AnotherSelector\\"' is not assignable to parameter of type 'WixElementSelector'.,index.js (13,6): Argument of type 'string' is not assignable to parameter of type 'WixElementSelector'."`;
8
8
9
9
exports[`typescript - negative scenarios - configPaths flow should fail compiling test/it/code-samples/negative/pages-bad-usage-of-existing-prop-on-container-children folder 1`] =`"pageCode.js (2,19): Argument of type 'string' is not assignable to parameter of type 'MouseEventHandler'."`;
exports[`typescript - negative scenarios - declarations flow should fail compiling test/it/code-samples/negative/backend-unknown-module folder 1`] =`"unknown.js (2,15): Cannot find module 'custom-modulezzz' or its corresponding type declarations.,unknown.js (3,11): Cannot find name 'wixUnknownModule'."`;
30
30
31
-
exports[`typescript - negative scenarios - declarations flow should fail compiling test/it/code-samples/negative/pages-$w-selector folder 1`] =`"index.js (7,18): Property 'zProperty' does not exist on type 'Button'.,index.js (10,6): Argument of type '\\"#appwidget1, AnotherSelector\\"' is not assignable to parameter of type '\\"Document\\" | \\"AccountNavBar\\" | \\"Anchor\\" | \\"Box\\" | \\"Button\\" | \\"Checkbox\\" | \\"CheckboxGroup\\" | \\"Column\\" | \\"ColumnStrip\\" | \\"Container\\" | \\"DatePicker\\" | \\"Dropdown\\" | \\"Footer\\" | \\"Gallery\\" | ... 43 more ... | \\"#wixChat1\\"'.,index.js (13,6): Argument of type 'string' is not assignable to parameter of type '\\"Document\\" | \\"AccountNavBar\\" | \\"Anchor\\" | \\"Box\\" | \\"Button\\" | \\"Checkbox\\" | \\"CheckboxGroup\\" | \\"Column\\" | \\"ColumnStrip\\" | \\"Container\\" | \\"DatePicker\\" | \\"Dropdown\\" | \\"Footer\\" | \\"Gallery\\" | ... 43 more ... | \\"#wixChat1\\"'."`;
31
+
exports[`typescript - negative scenarios - declarations flow should fail compiling test/it/code-samples/negative/pages-$w-selector folder 1`] =`"index.js (7,18): Property 'zProperty' does not exist on type 'Button'.,index.js (10,6): Argument of type '\\"#appwidget1, AnotherSelector\\"' is not assignable to parameter of type 'WixElementSelector'.,index.js (13,6): Argument of type 'string' is not assignable to parameter of type 'WixElementSelector'."`;
32
32
33
33
exports[`typescript - negative scenarios - declarations flow should fail compiling test/it/code-samples/negative/pages-bad-usage-of-existing-prop-on-container-children folder 1`] =`"pageCode.js (2,19): Argument of type 'string' is not assignable to parameter of type 'MouseEventHandler'."`;
0 commit comments