Steven Luscher
Steven Luscher
After this PR, this works as expected: ```ts ws.close({ code: 0, reason: 'o no', wasClean: false }); ``` Before this PR that would force the `code` back to `1000`.
Read more: https://github.com/solana-labs/solana-web3.js/issues/3498
Read why, here: https://github.com/solana-labs/solana-web3.js/issues/3498
Read why, here: https://github.com/solana-labs/solana-web3.js/issues/3498
Read why here: https://github.com/solana-labs/solana-web3.js/issues/3498
Read more: https://github.com/solana-labs/solana-web3.js/issues/3498
Read why, here: https://github.com/solana-labs/solana-web3.js/issues/3498
# Background Imagine that you're making a collection that produces a source code AST for each package in a monorepo. Conceptually, you want to watch each _package_. ```ts const packages...
### What is the problem this feature would solve? Most of the time you want to extern all packages; `"packages": "external"` lets you do that. Sometimes you want to extern...
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...