-
### What version of Bun is running?
1.1.32+fe8d0079e
### What platform is your computer?
Darwin 24.0.0 arm64 arm
### What steps can reproduce the bug?
1. Run a typecheck of the following code:
`…
-
I was looking around and in [TypedArrays](http://es6-features.org/#TypedArrays) the example seems to not work properly for username.
In the **username** setter you have `this._username[0] = v` v is a …
-
Right now they are ignored.
Is that expected behavior?
```js
flat([[0,0,0,0], new Uint8Array([0,0,0,0])]) // [0,0,0,0]
```
-
Hi and thanks for the great project,
I'm writing a browser app that uses the Web Audio APIs and my state includes several large (~40MB) Float32Arrays of decoded audio data. Trying to dump the state…
-
wondering if it's within reasonable effort to read/write typedarrays/buffers? I can see everything goes through JSON stringify & parse, is this a hard constraint or just convention?
@mogill, are…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
fast-json-stringi…
-
Version: Deno 2.0.4
According to MDN docs, Deno supports both `.transfer()` and `.transferToFixedLength()` while Node doesn't, and this is true when running the code, but the TypeScript linting doe…
-
Given the reduced memory consumption of using TypedArrays instead of UTF-16 encoded JavaScript strings, I can see this being a huge benefit for piexifjs.
Would you consider a pull-request that impl…
-
## Bug Description
### See explainer, test and a monkey-patch fix at https://github.com/ExodusMovement/patch-broken-hermes-typed-arrays
```js
> Buffer.alloc(10).subarray(0).toString('hex')
'0,…
-
**TypeScript Version:** 2.6.2
**Code**
```ts
const [ foo, bar ] = new Float64Array([42, -42])
```
**Expected behavior:**
`foo` and `bar` are destructured correctly
All JS engine with suppo…