Skip to content

Commit

Permalink
remove unnecessary global
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Aug 6, 2024
1 parent 6a1a2cf commit a1fbb5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/qwikdev-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { moveArtifacts, newHash } from "./utils";
declare global {
var symbolMapperFn: SymbolMapperFn;
var hash: string | undefined;
var qwikEntrypoints: string[];
}

/* Similar to vite's FilterPattern */
Expand Down

0 comments on commit a1fbb5c

Please sign in to comment.