glideapps / glideapps/quicktype

Uint8Array translated to []float64 instead of []byte

Open
#1,953 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
13.9k
Forks
1.2k
Avg merge
8h 53m
Merged PRs (30d)
369

Description

This would seem like a bug:

```typescript
// test.ts
export type InputData = Uint8Array;
```

```shell
quicktype -o test.go test.ts
```

```go
// test.go
type InputData []float64
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.