Skip to content

Commit 7af216b

Browse files
authored
clean: remove partial.ts as this is built into TS (#322)
- 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
1 parent 56716de commit 7af216b

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

dist/partial.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

dist/partial.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import * as tsTypes from "typescript";
77
import * as resolve from "resolve";
88
import * as _ from "lodash";
99
import { IOptions } from "./ioptions";
10-
import { Partial } from "./partial";
1110
import { parseTsConfig } from "./parse-tsconfig";
1211
import { printDiagnostics } from "./print-diagnostics";
1312
import { TSLIB, TSLIB_VIRTUAL, tslibSource, tslibVersion } from "./tslib";

src/partial.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)