source:
frontend/node_modules/fork-ts-checker-webpack-plugin/lib/issue/IssueWebpackError.d.ts
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 258 bytes | |
| Line | |
|---|---|
| 1 | import { Issue } from './Issue'; |
| 2 | declare class IssueWebpackError extends Error { |
| 3 | readonly issue: Issue; |
| 4 | readonly hideStack = true; |
| 5 | readonly file: string | undefined; |
| 6 | constructor(message: string, issue: Issue); |
| 7 | } |
| 8 | export { IssueWebpackError }; |
Note:
See TracBrowser
for help on using the repository browser.
