-
-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6,227 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## API Report File for "@rspack/dev-server" | ||
|
||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
```ts | ||
|
||
/// <reference types="node" /> | ||
|
||
import { Compiler } from '@rspack/core'; | ||
import { DevServer as Configuration } from '@rspack/core'; | ||
import type { FSWatcher } from 'chokidar'; | ||
import { MultiCompiler } from '@rspack/core'; | ||
import type { Server } from 'http'; | ||
import type { Socket } from 'net'; | ||
import WebpackDevServer from 'webpack-dev-server'; | ||
|
||
export { Configuration } | ||
|
||
// @public (undocumented) | ||
export class RspackDevServer extends WebpackDevServer { | ||
constructor(options: Configuration, compiler: Compiler | MultiCompiler); | ||
compiler: Compiler | MultiCompiler; | ||
// (undocumented) | ||
initialize(): Promise<void>; | ||
// Warning: (ae-forgotten-export) The symbol "ResolvedDevServer" needs to be exported by the entry point index.d.ts | ||
options: ResolvedDevServer; | ||
// (undocumented) | ||
server: Server; | ||
// (undocumented) | ||
sockets: Socket[]; | ||
// (undocumented) | ||
staticWatchers: FSWatcher[]; | ||
// (undocumented) | ||
webSocketServer: WebpackDevServer.WebSocketServerImplementation | undefined; | ||
} | ||
|
||
// (No @packageDocumentation comment for this package) | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## API Report File for "@rspack/plugin-react-refresh" | ||
|
||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). | ||
```ts | ||
|
||
// @public (undocumented) | ||
export type PluginOptions = { | ||
include?: string | RegExp | (string | RegExp)[] | null; | ||
exclude?: string | RegExp | (string | RegExp)[] | null; | ||
library?: string; | ||
forceEnable?: boolean; | ||
}; | ||
|
||
// (No @packageDocumentation comment for this package) | ||
|
||
``` |
Oops, something went wrong.