Skip to content

Commit

Permalink
fix(types): mark hmr update internal types optional (#15606)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Jan 15, 2024
1 parent 757844f commit df8f5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/types/hmrPayload.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export interface Update {
acceptedPath: string
timestamp: number
/** @internal */
explicitImportRequired: boolean
explicitImportRequired?: boolean
/** @internal */
isWithinCircularImport: boolean
isWithinCircularImport?: boolean
}

export interface PrunePayload {
Expand Down

0 comments on commit df8f5a5

Please sign in to comment.