Gabriel Legault

Results 2 issues of Gabriel Legault

### Expected Behavior https://stackblitz.com/edit/zx7-2-3-yaml?file=src/main.ts&terminal=dev ```js import { YAML } from 'zx' YAML.parseAllDocuments() // this function is accessible ``` ### Actual Behavior https://stackblitz.com/edit/zx-8-1-3-yaml?file=src/main.ts&terminal=dev ```js import { YAML } from 'zx' YAML.parseAllDocuments()...

This is just a draft PR to follow up on the discussion I started a while ago here: https://github.com/TanStack/query/discussions/6390