Skip to content

Commit

Permalink
Remove unused code/file
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar committed Jan 5, 2018
1 parent 532ad4c commit 4aa48c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
23 changes: 0 additions & 23 deletions src/default-retrieve-file-handler.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/install.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import * as sourceMapSupport from 'source-map-support';
import { defaultRetrieveFileHandler } from './default-retrieve-file-handler';

export function install(filePath: string, fileContent: string) {
const options: sourceMapSupport.Options = {};

// options.retrieveFile = defaultRetrieveFileHandler;
options.retrieveFile = path => (path === filePath ? fileContent : undefined);

/* tslint:disable */
Expand Down

0 comments on commit 4aa48c0

Please sign in to comment.