@types/webpack
Advanced tools
Comparing version 3.8.1 to 3.8.2
@@ -557,2 +557,3 @@ // Type definitions for webpack 3.8 | ||
abstract class MultiCompiler extends Tapable implements ICompiler { | ||
compilers: ICompiler[]; | ||
run(handler: MultiCompiler.Handler): void; | ||
@@ -559,0 +560,0 @@ watch(watchOptions: MultiCompiler.WatchOptions, handler: MultiCompiler.Handler): MultiWatching; |
{ | ||
"name": "@types/webpack", | ||
"version": "3.8.1", | ||
"version": "3.8.2", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "0552598e4cbc8fa998201a0f5c30ef44fb96a2545fcaf23b84b110a24d1d32cd", | ||
"typesPublisherContentHash": "df78aa109060f6761a709c34b147dcc955060cc6dd031a26f4aef3a8adfa852f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 09 Nov 2017 15:19:58 GMT | ||
* Last updated: Tue, 02 Jan 2018 22:53:23 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
1133
54328