mirror of
https://github.com/oven-sh/bun
synced 2026-02-18 06:41:50 +00:00
* importstar_ts * tests * run acorn test suite * bench tweaks * test * bun.build tests very incomplete * remove dataurl and base64 loaders from tests since they dont work yet * tests * stuff * stuff * add errors and array of blobs * work so far * docs * requested changes * fix overwrite docs * remove this file
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
import asset1 from "./hello.csv";
|
|
import asset2 from "./img.png";
|
|
capture1(asset1);
|
|
capture2(asset2);
|