mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
TS 3.9 now forbids deleting properties that aren't optional or undefined. This
exposed a bug in ember tests where the tests were deleting a property
with the type `{} | null`. I changed the type to `{} | undefined` to
reflect what will actually happen at runtime.
|
||
|---|---|---|
| .. | ||
| test | ||
| v1 | ||
| v2 | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||