summaryrefslogtreecommitdiff
path: root/cli/dts/typescript.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-07-19 11:56:14 +1000
committerGitHub <noreply@github.com>2021-07-19 11:56:14 +1000
commit07eb44e483314528c96d6125a306167dbd308c7e (patch)
treed319104e81c5e08a438155f13877811e9bd8855d /cli/dts/typescript.d.ts
parenta23c0af5bd1bf56a5fdb051278138258c09ea076 (diff)
fix(tsc): add .at() types manually to tsc (#11443)
Fixes: #11441
Diffstat (limited to 'cli/dts/typescript.d.ts')
-rw-r--r--cli/dts/typescript.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/dts/typescript.d.ts b/cli/dts/typescript.d.ts
index b86a3a299..0cae15013 100644
--- a/cli/dts/typescript.d.ts
+++ b/cli/dts/typescript.d.ts
@@ -5205,6 +5205,7 @@ declare namespace ts {
* writeFileCallback
*/
writeFile?(path: string, data: string, writeByteOrderMark?: boolean): void;
+ getCustomTransformers?: (project: string) => CustomTransformers | undefined;
getModifiedTime(fileName: string): Date | undefined;
setModifiedTime(fileName: string, date: Date): void;
deleteFile(fileName: string): void;