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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
https://github.com/denoland/deno/blob/9de8178c9b9bc21cc880ea81f163118408cc6c46/std/encoding/yaml/parse.ts#L28
Following the types for yaml.parseAll(), the caller expects this to function:
However, parseAll types hide what is really going on:
undefined is not a callback function and so the third parameter is ignored.
The way to call it is like so, which the types do not allow:
The text was updated successfully, but these errors were encountered: