diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 21:50:44 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 21:52:13 -0400 |
commit | 7762b55432ba73f07f90414aa7d023bb0779f5de (patch) | |
tree | 1ff24544ac87c602750822b530f387e9f6b803c8 /v8_source_maps.ts | |
parent | 833137be37b770654b3300f4117d04feafa028f1 (diff) |
Add LICENSE
Diffstat (limited to 'v8_source_maps.ts')
-rw-r--r-- | v8_source_maps.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/v8_source_maps.ts b/v8_source_maps.ts index 5f5b1c779..170978984 100644 --- a/v8_source_maps.ts +++ b/v8_source_maps.ts @@ -1,3 +1,7 @@ +// Copyright 2014 Evan Wallace +// Copyright 2018 Ryan Dahl <ry@tinyclouds.org> +// All rights reserved. MIT License. +// Originated from source-map-support but has been heavily modified for deno. import { SourceMapConsumer, MappedPosition } from "source-map"; import * as base64 from "base64-js"; |