adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

refactor: delete extraneous `Partial` type #353

Closed MrChocolatine closed 3 years ago

MrChocolatine commented 3 years ago

TypeScript already includes a Partial type since its version 2.1: https://github.com/microsoft/TypeScript-Website/blob/56c62eeb0bdbacc14d19d7428e8a2b39922922e6/packages/documentation/copy/en/release-notes/TypeScript%202.1.md#partial-readonly-record-and-pick

The deleted code still matches the native implementation: https://github.com/microsoft/TypeScript/blob/5053b0b987295296108598bdfd87865d9751f237/lib/lib.es5.d.ts#L1468-L1473