summaryrefslogtreecommitdiff
path: root/js/v8_source_maps.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/v8_source_maps.ts')
-rw-r--r--js/v8_source_maps.ts3
1 files changed, 1 insertions, 2 deletions
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<string, SourceMapConsumer>();