-
thanks for the great library , coming from handlebars the type safety is a game changer.
i am missing support for switch case ( i registered such function in handlbars)
so i have something like…
-
Hey, thanks a lot for this great tool : ) Just wanted to know if your tool also does case switching?
https://redacted.com/admin -> 403 Forbidden
https://redacted.com/Admin -> 200 OK
-
Rename all tasks to `snake_case`. Add backwards-compatible aliases.
To add support for properties, pass property names as-is to any `TaskParameter` hashtables. Convert any `snake_case` properties t…
-
I found an issue with switch expressions that I wanted to report.
When `Expression.Switch` is created without a default case, the first case expression is being incorrectly called as a default.
…
-
**What would you like to be added**:
Currently the DSL states for the [switch case](https://github.com/serverlessworkflow/specification/blob/main/dsl-reference.md#switch-case) that: `when`
>…
-
### 🔎 Search Terms
`switch case undefined`, `switch "case undefined:"`, `"case undefined:"`
Note, all of these result in a **lot** (100+ pages) of hits, so I haven’t gone through them all in detail.…
-
### Description
A rule that enforces the min or max amount of cases required per switch statement. E.g. a switch statement with just one case or two would be better expressed with `if-else`. At the…
-
eg.
````
@switch($expr)
{{-- test comment --}}
@case('value')
````
renders to:
````
case ('value'): ?>
````
which gives "syntax error, unexpected '
-
Consider:
```dart
void main() {
Foo f = FooCase(S("abc"));
switch (f) {
}
}
sealed class Foo {}
final class FooCase implements Foo {
final T t;
const FooCase(this.t);
}
…
-
### What would you like to be added (User Story)?
As we work on improving `ClusterClass` support and user experience, as a developer I'd like to have test cases covering cluster provisioning via `C…