-
Currently, `bitcoin.Transaction` may contain per-input witness data, and that witness data is an array of Buffer objects.
Similarly, `bitcoin.Psbt` can have a `finalScriptWitness` field, but that o…
-
Address items pending from https://github.com/mozilla/rhino/pull/1640
- Destructuring with defaults in for loops. This should evaluate to 3, instead throws NPE:
```javascript
function a() {}; (…
-
We currently use `[first, .. as rest]` to capture arbritary segments of lists (`rest` in this pattern) during matching. We should change this syntax to `[first, ..rest]` to be consistent with the spre…
-
I have this use case:
- There are multiple variables I want to included in logging
- For most of them, they are strings or numbers, so that I am happy for them to be rendered in the message
- Som…
-
**Is your feature request related to a problem? Please describe.**
When iterating over a structured type (i.e. a `tuple` or `struct`) in a `` component, it would be convenient if we could destructure…
-
There are many ways that destructuring syntax and semantics can be improved in YAMLScript.
Here's a start:
```
+{a b c} =: d
+[a b* c] =: d
```
-
We want to start using the below syntax for open/constrained records:
```roc
{ a, b, .. } = data
```
and the following for closed records:
```roc
{ a, b } = data
```
This facilitates R…
-
When using destructuring, inlay hints currently don't appear.
related: #349
(Potential Future Edge Case: Currently, for loops never show inlay hints, whether or not it's destructured. This i…
-
**Describe the bug**
[Parameter Count](https://vue-mess-detector.webmania.cc/rules/rrd/parameter-count.html) seems failed in destructuring object parameters
**To Reproduce**
Steps to reproduce th…
-
https://github.com/cloudflare/workers-sdk/blob/74ede561863feaf60e3c531c7602a1ca7e5c4e5d/packages/workflows-shared/src/binding.ts#L17
If I create a workflow regarding [docs](https://developers.cloud…