DetachHead

Results 673 issues of DetachHead

## 🐞 Bug Report #### Reproduce the bug ```ts // expected: readonly [1, 2, 3, 4, 5] // actual: [1, 2, 3, 4, 5] declare const foo: Flatten ```

## 🐞 Bug Report #### Reproduce the bug ```ts declare global { interface Array { fn(this: Narrow): A } } // expected type: ['foo', 'bar'] // actual type: string[] const...

## 🎁 Pull Request * [X] Used a clear / meaningful title for this pull request * [X] Tested the changes in your own code (on your projects) * [X]...

## 🐞 Bug Report #### Reproduce the bug ```ts type Foo = Join //string ``` #### Expected behavior type is `"foobar"`

## 🎁 Pull Request * [X] Used a clear / meaningful title for this pull request * [x] Tested the changes in your own code (on your projects) * [x]...

## 🐞 Bug Report #### Reproduce the bug ```ts declare const foo: (value: Narrow) => void foo('12') ``` #### Screenshots ![image](https://user-images.githubusercontent.com/57028336/137425611-9956f58f-6074-4be1-8d3e-5c8b80106130.png) #### Additional context trying to make a `toNumber` function...

## 🍩 Feature Request #### Is your feature request related to a problem? many types in ts toolbelt use recursive conditional types, meaning that using them often results in stack...

### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ```ts import assert from 'assert' assert(true) ``` ### How often does it reproduce?...

bug

### What is the problem this feature will solve? when i install bun i have to manually figure out which `.bashrc` file to add these lines to: ![image](https://user-images.githubusercontent.com/57028336/182020931-1d27d45d-cd12-45da-98af-be39e308eb56.png) ### What...

enhancement

### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ```ts import {test} from 'bun:test' import {ok} from 'assert' throw new Error("fail") test('asdf',...

bug
need repro