Skip to content

Commit

Permalink
clean: remove partial.ts as this is built into TS (#322)
Browse files Browse the repository at this point in the history
- at least as of TS 2.1: https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype
  - we have a peerDep on TS >=2.4, so should definitely be compatible
  - and TS is on ~4.6 at this point, so that's _really_ old

- remove the file and the declarations and declaration maps
  - don't rebuild as that's usually done as a separate commit
  • Loading branch information
agilgur5 committed May 10, 2022
1 parent 56716de commit 7af216b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions dist/partial.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/partial.d.ts.map

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Expand Up @@ -7,7 +7,6 @@ import * as tsTypes from "typescript";
import * as resolve from "resolve";
import * as _ from "lodash";
import { IOptions } from "./ioptions";
import { Partial } from "./partial";
import { parseTsConfig } from "./parse-tsconfig";
import { printDiagnostics } from "./print-diagnostics";
import { TSLIB, TSLIB_VIRTUAL, tslibSource, tslibVersion } from "./tslib";
Expand Down
1 change: 0 additions & 1 deletion src/partial.ts

This file was deleted.

0 comments on commit 7af216b

Please sign in to comment.