Skip to main content
Defined in: packages/http-framework/src/lib/hmr/HotModuleReloader.ts:187

Extends

  • ChokidarOptions

Properties

alwaysStat?

optional alwaysStat?: boolean
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:18

Inherited from

ChokidarOptions.alwaysStat

atomic?

optional atomic?: number | boolean
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:21

Inherited from

ChokidarOptions.atomic

awaitWriteFinish?

optional awaitWriteFinish?: boolean | Partial<AWF>
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:30

Inherited from

ChokidarOptions.awaitWriteFinish

binaryInterval?

optional binaryInterval?: number
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:17

Inherited from

ChokidarOptions.binaryInterval

cwd?

optional cwd?: string
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:14

Inherited from

ChokidarOptions.cwd

depth?

optional depth?: number
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:19

Inherited from

ChokidarOptions.depth

enabled?

optional enabled?: boolean
Defined in: packages/http-framework/src/lib/hmr/HotModuleReloader.ts:193 Whether Hot Module Reloading is enabled.

Default


optional followSymlinks?: boolean
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:13

Inherited from

ChokidarOptions.followSymlinks

ignored?

optional ignored?: Matcher | Matcher[]
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:29

Inherited from

ChokidarOptions.ignored

ignoreInitial?

optional ignoreInitial?: boolean
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:12

Inherited from

ChokidarOptions.ignoreInitial

ignorePermissionErrors?

optional ignorePermissionErrors?: boolean
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:20

Inherited from

ChokidarOptions.ignorePermissionErrors

interval?

optional interval?: number
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:16

Inherited from

ChokidarOptions.interval

persistent?

optional persistent?: boolean
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:11

Inherited from

ChokidarOptions.persistent

silent?

optional silent?: boolean
Defined in: packages/http-framework/src/lib/hmr/HotModuleReloader.ts:201 Whether the reloader should refrain from writing to the console. Events are always emitted on the Client regardless of this option.

Default


usePolling?

optional usePolling?: boolean
Defined in: node_modules/.pnpm/chokidar@5.0.0/node_modules/chokidar/index.d.ts:15

Inherited from

ChokidarOptions.usePolling