@types/rollup
Advanced tools
@@ -10,2 +10,3 @@ // Type definitions for rollup 0.51 | ||
| export type Format = 'amd' | 'cjs' | 'es' | 'iife' | 'umd' | ||
| export const VERSION: string | ||
@@ -35,3 +36,3 @@ export interface SourceMap extends RawSourceMap { | ||
| /** Mapping of IDs → global variable names. Used for UMD/IIFE bundles. */ | ||
| globals?: { [id: string]: string } | ||
| globals?: ((id: string) => string) | { [id: string]: string } | ||
| /** | ||
@@ -38,0 +39,0 @@ * Function that takes an ID and returns a path, or Object of id: path pairs. |
| { | ||
| "name": "@types/rollup", | ||
| "version": "0.51.1", | ||
| "version": "0.51.2", | ||
| "description": "TypeScript definitions for rollup", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
| }, | ||
| "typesPublisherContentHash": "b5aa21ce4c7cb515b676a9e6703602dddaee19372b192944c092b6c3179037fc", | ||
| "typesPublisherContentHash": "925da529d3fdca2b2e7feb03859de0e9f0fed97fbc43d28d879485a1a319823f", | ||
| "typeScriptVersion": "2.0" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| Additional Details | ||
| * Last updated: Tue, 21 Nov 2017 18:32:46 GMT | ||
| * Last updated: Mon, 11 Dec 2017 19:14:19 GMT | ||
| * Dependencies: source-map, acorn | ||
@@ -14,0 +14,0 @@ * Global values: none |
201
0.5%11950
-1.5%