Skip to content

Commit

Permalink
fix(types): mark explicitImportRequired optional and experimental (#9962
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sapphi-red committed Sep 2, 2022
1 parent 86bf776 commit 7b618f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/types/hmrPayload.d.ts
Expand Up @@ -21,9 +21,9 @@ export interface Update {
acceptedPath: string
timestamp: number
/**
* @internal
* @experimental internal
*/
explicitImportRequired: boolean | undefined
explicitImportRequired?: boolean | undefined
}

export interface PrunePayload {
Expand Down

0 comments on commit 7b618f0

Please sign in to comment.