mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
source-map-support: bump version and fix node dependency
This commit is contained in:
+4
-2
@@ -1,15 +1,17 @@
|
||||
// Type definitions for source-map-support 0.2.6
|
||||
// Type definitions for source-map-support 0.2.10
|
||||
// Project: https://github.com/evanw/source-map-support
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module 'source-map-support' {
|
||||
/**
|
||||
* Output of retrieveSourceMap().
|
||||
*/
|
||||
export interface UrlAndMap {
|
||||
url: string;
|
||||
map: any; // string or Buffer
|
||||
map: string|Buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user