From 7f35e862fd54d457dcdb5e7300f4f2ab21695c8d Mon Sep 17 00:00:00 2001 From: Alcedo Nathaniel De Guzman Jr Date: Sun, 24 Feb 2019 09:16:16 +0800 Subject: [PATCH] Update source-map-support to include type definition for resetRetrieveHandlers --- types/source-map-support/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/source-map-support/index.d.ts b/types/source-map-support/index.d.ts index f92a8383b5..f6533dc1d8 100644 --- a/types/source-map-support/index.d.ts +++ b/types/source-map-support/index.d.ts @@ -37,6 +37,7 @@ export function wrapCallSite(frame: any /* StackFrame */): any /* StackFrame */; export function getErrorSource(error: Error): string | null; export function mapSourcePosition(position: Position): Position; export function retrieveSourceMap(source: string): UrlAndMap | null; +export function resetRetrieveHandlers(): void; /** * Install SourceMap support.