From 51380bf39936e0bcb1cb671bb20e961e1bb18e7d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 6 Aug 2018 18:37:32 -0400 Subject: Organize libdeno functions. --- js/v8_source_maps.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/v8_source_maps.ts') diff --git a/js/v8_source_maps.ts b/js/v8_source_maps.ts index 29091486c..ec706cd44 100644 --- a/js/v8_source_maps.ts +++ b/js/v8_source_maps.ts @@ -3,10 +3,9 @@ // Originated from source-map-support but has been heavily modified for deno. import { SourceMapConsumer, MappedPosition } from "source-map"; -import { RawSourceMap } from "source-map"; import * as base64 from "base64-js"; import { arrayToStr } from "./util"; -import { CallSite } from "./types"; +import { CallSite, RawSourceMap } from "./types"; const consumers = new Map(); -- cgit v1.2.3