Skip to content

Commit fcbca53

Browse files
committed
download parquet-wasm bundles
1 parent cb37961 commit fcbca53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/libraries.ts

+6
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ export function getImplicitDownloads(imports: Iterable<string>): Set<string> {
138138
implicits.add("npm:katex/dist/fonts/KaTeX_Typewriter-Regular.woff");
139139
implicits.add("npm:katex/dist/fonts/KaTeX_Typewriter-Regular.woff2");
140140
}
141+
if (set.has("npm:parquet-wasm/esm/arrow1.js")) {
142+
implicits.add("npm:parquet-wasm/esm/arrow1_bg.wasm");
143+
}
144+
if (set.has("npm:parquet-wasm/esm/arrow2.js")) {
145+
implicits.add("npm:parquet-wasm/esm/arrow2_bg.wasm");
146+
}
141147
return implicits;
142148
}
143149

0 commit comments

Comments
 (0)