From 2671d317a485dc12d8f48dab003371b432a3884d Mon Sep 17 00:00:00 2001 From: Kulshekhar Kabra Date: Sun, 6 Aug 2017 23:32:39 +0530 Subject: [PATCH] Let sourcemaps be cached (#292) --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 48def9e083..fe8a5c6396 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,9 +5,6 @@ export { transpileIfTypescript } from './transpile-if-ts'; export function install() { const options: sourceMapSupport.Options = {}; options.retrieveFile = defaultRetrieveFileHandler; - options.emptyCacheBetweenOperations = true; // left here only for - // sourceMapCache TODO: check this for correctness and performance with - // false value /* tslint:disable */ // disabling tslint because the types for the source-map-support version