Last change
on this file since 84d0fbb was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
383 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import { ConstructedStats } from './ConstructedStats';
|
---|
| 2 | import { WebpackCompilation } from './WebpackCompilation';
|
---|
| 3 | declare class Logger {
|
---|
| 4 | private stats;
|
---|
| 5 | private static LOG_PREFIX;
|
---|
| 6 | constructor(stats: ConstructedStats);
|
---|
| 7 | warn(compilation: WebpackCompilation, message: string): void;
|
---|
| 8 | error(compilation: WebpackCompilation, message: string): void;
|
---|
| 9 | }
|
---|
| 10 | export { Logger };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.