@speedy-js/speedy-types
Advanced tools
Comparing version 0.13.2-webpack.14 to 0.13.2-webpack.15
@@ -1,6 +0,6 @@ | ||
import { Callback, WebpackStats } from '.'; | ||
import { WebpackStats } from '.'; | ||
export interface IBundlerBase { | ||
build(): Promise<any>; | ||
reBuild(paths: string[]): Promise<void>; | ||
close(callack?: Callback): void; | ||
close(): Promise<void>; | ||
getStats(): WebpackStats; | ||
@@ -7,0 +7,0 @@ setStats(stats: WebpackStats): void; |
@@ -6,3 +6,2 @@ import { AsyncSeriesBailHook, AsyncSeriesHook, AsyncSeriesWaterfallHook, SyncHook, AsyncParallelHook } from 'tapable'; | ||
import { IBundlerBase } from './bundler-base'; | ||
import { Callback } from './callback'; | ||
import { SpeedyErrorInstance, SpeedyErrorParams, SpeedyErrorsData } from './error'; | ||
@@ -130,3 +129,3 @@ import { HMRPayload } from './hmr'; | ||
build(): Promise<void>; | ||
close(callBack?: Callback): Promise<void>; | ||
close(): Promise<void>; | ||
emitAsset(name: string, chunk: AssetChunk): void; | ||
@@ -133,0 +132,0 @@ emitAsset(name: string, chunk: JsChunk): void; |
@@ -5,3 +5,3 @@ import { TConstructor } from './shared'; | ||
export declare type SpeedyBundlerConstructor = TConstructor<ISpeedyBundler> & { | ||
create(config: CLIConfig): Promise<ISpeedyBundler>; | ||
create(config: CLIConfig, name?: string): Promise<ISpeedyBundler>; | ||
}; |
{ | ||
"name": "@speedy-js/speedy-types", | ||
"version": "0.13.2-webpack.14", | ||
"version": "0.13.2-webpack.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is too big to display
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
119998
3504