Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 24, 2024
1 parent 6ddbba1 commit c70b9c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/module-runner/moduleCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const MODULE_RUNNER_SOURCEMAPPING_REGEXP = new RegExp(
export class ModuleRunnerNode {
public importers = new Set<string>()
public imports = new Set<string>()
public lastInvalidationTimestamp = 0
public evaluated = false
public meta: ResolvedResult | undefined
public promise: Promise<any> | undefined
Expand Down

0 comments on commit c70b9c0

Please sign in to comment.