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
Lines with a // hide-source comment are not rendered in the code snippet (#37).
Lines with a // show-source comment are rendered in the code snippet (#42).
What we need now is a way to display "nice" code depending on the framework version.
Lines with a
// hide-source
comment are not rendered in the code snippet (#37).Lines with a
// show-source
comment are rendered in the code snippet (#42).What we need now is a way to display "nice" code depending on the framework version.
For instance:
would be rendered as
foo();
in Vaadin 14-22,bar
in Vaadin 23 andbaz()
in Vaadin 24.The text was updated successfully, but these errors were encountered: