uwdata / arquero

Query processing and transformation of array-backed data tables.
https://idl.uw.edu/arquero/
BSD 3-Clause "New" or "Revised" License
1.29k stars 63 forks source link

feat: add deno target to rollup build script #281

Closed lsh closed 2 months ago

lsh commented 2 years ago

This is a proof of concept to display a working build for #280.

Currently the Arquero distribution on Skypack does not work with Deno. This PR allows a cursory look into adding Deno as a distribution target. To see it in use, build Arquero normally (yarn build), then in a Deno REPL (assuming the current working directory is Arquero's root):

const aq = await import('./dists/arquero.deno.js');
jheer commented 2 months ago

Closing out due to the age of the PR and its draft status. But I'd be happy to consider an updated PR for a Deno build on top of Arquero v6 (#358)!