@types/webpack
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -99,2 +99,14 @@ // Type definitions for webpack 3.0 | ||
interface DevtoolModuleFilenameTemplateInfo { | ||
identifier: string; | ||
shortIdentifier: string; | ||
resource: any; | ||
resourcePath: string; | ||
absoluteResourcePath: string; | ||
allLoaders: any[]; | ||
query: string; | ||
moduleId: string; | ||
hash: string; | ||
} | ||
interface Output { | ||
@@ -110,5 +122,5 @@ /** The output directory as absolute path (required). */ | ||
/** Filename template string of function for the sources array in a generated SourceMap. */ | ||
devtoolModuleFilenameTemplate?: string; | ||
devtoolModuleFilenameTemplate?: string | ((info: DevtoolModuleFilenameTemplateInfo) => string); | ||
/** Similar to output.devtoolModuleFilenameTemplate, but used in the case of duplicate module identifiers. */ | ||
devtoolFallbackModuleFilenameTemplate?: string; | ||
devtoolFallbackModuleFilenameTemplate?: string | ((info: DevtoolModuleFilenameTemplateInfo) => string); | ||
/** | ||
@@ -115,0 +127,0 @@ * Enable line to line mapped mode for all/specified modules. |
{ | ||
"name": "@types/webpack", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "25f92e40494b9607c9f525137af14dfd2c39cbccf2a7b438e97a9090e0800c91", | ||
"typesPublisherContentHash": "9831ef89d0fb05edd87449a76d175d3b4a1afcc1916c454e9855cdfb1e9a2d32", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 07 Jul 2017 20:52:56 GMT | ||
* Last updated: Mon, 10 Jul 2017 14:15:41 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54043
1147