Skip to content

Commit

Permalink
Let sourcemaps be cached (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar committed Aug 6, 2017
1 parent 254f495 commit 2671d31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2671d31

Please sign in to comment.