-
The service worker spec currently specifies that we should override the behavior for [importScripts()](https://w3c.github.io/ServiceWorker/#importscripts):
_Extract a MIME type from the response’s h…
-
In https://github.com/josefs/Gradualizer/pull/24#issuecomment-406861255` was mentioned that `type_check_expr` should not return type in any case (currently it return a type other than any if expr is …
-
Types created using type functions with nested props don't work correctly.
```
type CustomType = {
bar: {
color: Color,
},
}
type MyType1 = CustomType;
type MyType2 = CustomType;
ty…
-
We have a workflow that checks the format of a PR title and it runs on
```
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
```
If I ope…
-
**Describe the bug**
there is no type checking on any of the events, which is making it very difficult for me to figure out what events are available for each component
**To Reproduce**
```svelte…
-
**Bug Report**
When checking the type of a generic, mypy reports an error when (as far as I understand), I am still following the type contract I set.
**To Reproduce**
```python
from typ…
-
When using `strawberry.file_uploads.Upload` with asgi, it seems that no type checking at all is performed on the input.
## Describe the Bug
Test server:
```
import strawberry
from strawber…
-
# Problem
Currently, `tsc-files` will receive a list of files as arguments and will only type-check them.
Suppose you have the following two files:
```ts
// types.ts
export type User = {
nam…
-
The program below makes the typechecker loop and consume infinite amounts of memory. Unfortunately I couldn't come up with a smaller example so far, in part because I couldn't pinpoint exactly what ca…
-
I'm running VS Code 1.28.2, `flow-bin` 0.82.0 installed locally, on Windows 7 Pro.
I'm trying to add Flow to an existing project (a Node command line app), which right now has 20 `dependencies` and…