@rspack/core
Version:
The fast Rust-based web bundler with webpack-compatible API
15 lines (14 loc) • 428 B
TypeScript
/**
* The following code is modified based on
* https://github.com/webpack/webpack/blob/4b4ca3b/lib/ConcurrentCompilationError.js
*
* MIT Licensed
* Author Maksim Nazarjev @acupofspirt
* Copyright (c) JS Foundation and other contributors
* https://github.com/webpack/webpack/blob/main/LICENSE
*/
export default class ConcurrentCompilationError extends Error {
name: string;
message: string;
constructor();
}